diff options
Diffstat (limited to 'lib/libc/gen/getbootfile.3')
-rw-r--r-- | lib/libc/gen/getbootfile.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getbootfile.3 b/lib/libc/gen/getbootfile.3 index cfab748..b411050 100644 --- a/lib/libc/gen/getbootfile.3 +++ b/lib/libc/gen/getbootfile.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)gethostname.3 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: getbootfile.3,v 1.1 1994/09/23 20:21:59 wollman Exp $ .\" .Dd September 23, 1994 .Dt GETBOOTFILE 3 @@ -48,7 +48,7 @@ The function retrieves the full pathname of the file from which the current kernel was loaded, and returns a static pointer to the name. A read/write interface to this information is available via the -.Xr sysctl 2 +.Xr sysctl 3 MIB variable .Dq Li kern.bootfile . .Sh RETURN VALUES @@ -57,7 +57,7 @@ fails, a a null pointer is returned and an error code is placed in the global location .Va errno . .Sh SEE ALSO -.Xr sysctl 2 +.Xr sysctl 3 .Sh BUGS If the boot blocks have not been modified to pass this information into the kernel at boot time, the static string |