diff options
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/reboot.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/select.2 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index d22a206a0d3..6d26fef7bd5 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.2,v 1.10 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: reboot.2,v 1.11 2004/01/23 23:08:46 jmc Exp $ .\" $NetBSD: reboot.2,v 1.5 1995/02/27 12:36:02 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -61,7 +61,7 @@ The default, causing the system to reboot in its usual fashion. Interpreted by the bootstrap program itself, causing it to prompt on the console as to what file should be booted. Normally, the system is booted from the file -.Dq Em xx Ns No (0,0)bsd , +.Dq Em xx Ns (0,0)bsd , where .Em xx is the default disk name, 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 |