there is no sysctl(2); reference sysctl(3) instead.
This commit is contained in:
parent
ef2aa56d9f
commit
d40586fc26
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: getdomainname.3,v 1.2 1995/02/27 04:12:27 cgd Exp $
|
||||
.\" $NetBSD: getdomainname.3,v 1.3 1997/01/03 06:49:09 mikel Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -84,9 +84,9 @@ invalid address.
|
|||
The caller tried to set the hostname and was not the super-user.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr sysctl 2 ,
|
||||
.Xr gethostid 3 ,
|
||||
.Xr gethostname 3
|
||||
.Xr gethostname 3 ,
|
||||
.Xr sysctl 3
|
||||
.Sh BUGS
|
||||
Host names are limited to
|
||||
.Dv MAXHOSTNAMELEN
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: getloadavg.3,v 1.6 1995/02/25 08:51:13 cgd Exp $
|
||||
.\" $NetBSD: getloadavg.3,v 1.7 1997/01/03 06:43:56 mikel Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -57,7 +57,7 @@ If the load average was unobtainable, \-1 is returned; otherwise,
|
|||
the number of samples actually retrieved is returned.
|
||||
.Sh SEE ALSO
|
||||
.Xr uptime 1 ,
|
||||
.Xr sysctl 2 ,
|
||||
.Xr sysctl 3 ,
|
||||
.Xr kvm_getloadavg 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
|
Loading…
Reference in New Issue