diff options
author | 2004-01-23 23:08:45 +0000 | |
---|---|---|
committer | 2004-01-23 23:08:45 +0000 | |
commit | d741230e7b4e47c7a58ee447629c69aaabc30319 (patch) | |
tree | 460a61e873c581e6430ed70706f29d3694e8ad4f /lib/libc/sys/select.2 | |
parent | permit rpc.yppasswdd run to be blocked, and block by default; ok henning tedu (diff) | |
download | wireguard-openbsd-d741230e7b4e47c7a58ee447629c69aaabc30319.tar.xz wireguard-openbsd-d741230e7b4e47c7a58ee447629c69aaabc30319.zip |
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@
Diffstat (limited to 'lib/libc/sys/select.2')
-rw-r--r-- | lib/libc/sys/select.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 75d7ecdf90d..e12f654de2c 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.24 2003/07/30 13:03:07 henning Exp $ +.\" $OpenBSD: select.2,v 1.25 2004/01/23 23:08:46 jmc Exp $ .\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -61,7 +61,7 @@ The first .Fa nfds descriptors are checked in each set; i.e., the descriptors from 0 through -.Fa nfds Ns No -1 +.Fa nfds Ns -1 in the descriptor sets are examined. On return, .Fn select |