diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-02-24 09:22:53 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-02-24 09:22:53 +0000 |
commit | 5d99c4a5bd71dec334863dd4bb98eeaafda3cfc2 (patch) | |
tree | 01ea72d882f528a951550ae37d7c7551ed329013 | |
parent | 38a24426a2b1710ce7c6dba2304fa6486dedfcea (diff) |
From NetBSD: Fixed SEE ALSO section. Closes PR # 2049 (from Mike Long
<mike.long@analog.com>)
-rw-r--r-- | lib/libc/gen/gethostname.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/gethostname.3 b/lib/libc/gen/gethostname.3 index ebb7fc4042a..ff8717eb84a 100644 --- a/lib/libc/gen/gethostname.3 +++ b/lib/libc/gen/gethostname.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: gethostname.3,v 1.2 1995/02/27 04:12:42 cgd Exp $ +.\" $NetBSD: gethostname.3,v 1.3 1996/02/11 16:15:40 neil Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -84,8 +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 sysctl 3 .Xr gethostid 3 +.Xr sysctl 8 .Sh BUGS Host names are limited to .Dv MAXHOSTNAMELEN |