diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-06 19:54:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-06 19:54:53 +0000 |
commit | 3697eeeeafe5218334a388b638bda61ce5db6d5a (patch) | |
tree | a48bf7183d253351e6c73e3523e3a28ab5b4aeac /lib | |
parent | a765e84b77e81a2fac6767536c5801f5039e77d2 (diff) |
.Xr's;
typos in man page section
ok deraadt@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/setjmp.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/sysconf.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/sysctl.3 | 8 | ||||
-rw-r--r-- | lib/libc/net/getrrsetbyname.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdio/tmpnam.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdlib/exit.3 | 4 |
7 files changed, 16 insertions, 16 deletions
diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3 index b4f07f889bf..28eec7dc9ed 100644 --- a/lib/libc/gen/setjmp.3 +++ b/lib/libc/gen/setjmp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setjmp.3,v 1.14 2002/04/30 16:31:42 mpech Exp $ +.\" $OpenBSD: setjmp.3,v 1.15 2003/03/06 19:54:52 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -124,7 +124,7 @@ The function pairs save and restore the signal mask while .Fn _setjmp Ns / Ns Fn _longjmp function pairs save and restore only the register set and the stack (see -.Xr sigmask 2 ) . +.Xr sigmask 3 ) . .Pp The .Fn sigsetjmp Ns / Ns Fn siglongjmp diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index f28af9554bd..4fb45df3d62 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysconf.3,v 1.12 2000/04/05 17:40:28 millert Exp $ +.\" $OpenBSD: sysconf.3,v 1.13 2003/03/06 19:54:52 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,7 +63,7 @@ The available values are as follows: .Pp .It Li _SC_ARG_MAX The maximum bytes of arguments to -.Xr exec 2 +.Xr exec 3 (including the environment). .It Li _SC_CHILD_MAX The maximum number of simultaneous processes per user id. diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index ba9a0408a6d..62254034924 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.98 2003/02/24 02:56:55 deraadt Exp $ +.\" $OpenBSD: sysctl.3,v 1.99 2003/03/06 19:54:52 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -327,7 +327,7 @@ information. .Bl -tag -width "123456" .It Dv KERN_ARGMAX The maximum bytes of argument to -.Xr exec 2 . +.Xr exec 3 . .It Dv KERN_ARND Returns a random integer from the kernel .Fn arc4random @@ -999,7 +999,7 @@ management daemons to negotiate when establishing security associations on behalf of the kernel. Such security associations can occur as a result of a process having requested some security level through -.Xr setsockopt 3 , +.Xr setsockopt 2 , or as a result of dynamic .Xr vpn 8 entries. @@ -1013,7 +1013,7 @@ key management daemons to negotiate when establishing security associations on behalf of the kernel. Such security associations can occur as a result of a process having requested some security level through -.Xr setsockopt 3 , +.Xr setsockopt 2 , or as a result of dynamic .Xr vpn 8 entries. diff --git a/lib/libc/net/getrrsetbyname.3 b/lib/libc/net/getrrsetbyname.3 index 7554b9eeba4..f8e9b9a736e 100644 --- a/lib/libc/net/getrrsetbyname.3 +++ b/lib/libc/net/getrrsetbyname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrrsetbyname.3,v 1.8 2003/03/06 04:07:37 david Exp $ +.\" $OpenBSD: getrrsetbyname.3,v 1.9 2003/03/06 19:54:52 jmc Exp $ .\" .\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" @@ -116,7 +116,7 @@ created by a call to .Fn getrrsetbyname . .Pp If the EDNS0 option is activated in -.Xr resolv.conf 3 , +.Xr resolv.conf 5 , .Fn getrrsetbyname will request DNSSEC authentication using the EDNS0 DNSSEC OK (DO) bit. .Sh "RETURN VALUES" diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 54c4e25eaf8..8e7a2ed2b2f 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.26 2003/02/16 01:56:46 deraadt Exp $ +.\" $OpenBSD: mktemp.3,v 1.27 2003/03/06 19:54:52 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -196,7 +196,7 @@ or should be used instead. .Pp For this reason, -.Xr ld 8 +.Xr ld 1 will output a warning message whenever it links code that uses the .Fn mktemp . .Pp diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index 7b60e7b93c9..ad3850908d3 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmpnam.3,v 1.9 2001/09/22 17:53:59 heko Exp $ +.\" $OpenBSD: tmpnam.3,v 1.10 2003/03/06 19:54:52 jmc Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -221,7 +221,7 @@ This implementation does not have these flaws, but portable software cannot depend on that. .Pp For these reasons, -.Xr ld 8 +.Xr ld 1 will output a warning message whenever it links code that uses the functions .Fn tmpnam or diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index bcfdfd38f57..68752bb0cd2 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: exit.3,v 1.6 2001/07/27 23:48:12 mpech Exp $ +.\" $OpenBSD: exit.3,v 1.7 2003/03/06 19:54:52 jmc Exp $ .\" .Dd June 29, 1991 .Dt EXIT 3 @@ -71,7 +71,7 @@ Following this, calls .Xr _exit 2 . Note that typically -.Xr exit 2 +.Xr _exit 2 only passes the lower 8 bits of .Fa status on to the parent, thus negative values have less meaning. |