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/libc/gen/sysctl.3 | |
parent | a765e84b77e81a2fac6767536c5801f5039e77d2 (diff) |
.Xr's;
typos in man page section
ok deraadt@
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 8 |
1 files changed, 4 insertions, 4 deletions
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. |