diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-01-12 04:36:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-01-12 04:36:46 +0000 |
commit | 0e94a1811d3a0a09a95a4896e07890c31b54c409 (patch) | |
tree | b86636f5172c62919742a8f602405729b4e869f4 /lib/libc/gen/uname.3 | |
parent | a8304155f5966c115e4962fd0b23501e72f62c86 (diff) |
Adjust references for sysctl(3) to sysctl(2)
Diffstat (limited to 'lib/libc/gen/uname.3')
-rw-r--r-- | lib/libc/gen/uname.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/uname.3 b/lib/libc/gen/uname.3 index 5c6cb200413..373524448d6 100644 --- a/lib/libc/gen/uname.3 +++ b/lib/libc/gen/uname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uname.3,v 1.15 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: uname.3,v 1.16 2018/01/12 04:36:44 deraadt Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: January 12 2018 $ .Dt UNAME 3 .Os .Sh NAME @@ -75,10 +75,10 @@ The function may fail and set .Va errno for any of the errors specified for the library function -.Xr sysctl 3 . +.Xr sysctl 2 . .Sh SEE ALSO .Xr uname 1 , -.Xr sysctl 3 +.Xr sysctl 2 .Sh STANDARDS The .Fn uname |