diff options
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/getdomainname.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index 509fb89dcb7..e8103e996d2 100644 --- a/lib/libc/gen/getdomainname.3 +++ b/lib/libc/gen/getdomainname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdomainname.3,v 1.2 1996/08/19 08:23:19 tholo Exp $ +.\" $OpenBSD: getdomainname.3,v 1.3 1996/12/03 00:28:39 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -79,14 +79,14 @@ or parameter gave an invalid address. .It Bq Er EPERM -The caller tried to set the hostname and was not the super-user. +The caller tried to set the domain name and was not the super-user. .El .Sh SEE ALSO .Xr sysctl 2 , .Xr gethostid 3 , .Xr gethostname 3 .Sh BUGS -Host names are limited to +Domain names are limited to .Dv MAXHOSTNAMELEN (from .Ao Pa sys/param.h Ac ) |