diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-03 00:28:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-03 00:28:40 +0000 |
commit | 29722fdc0f175223128ea13d62cc2de28546df0d (patch) | |
tree | 8c693b3c3646a4827fe7d64ac5a9284cb2736721 /lib/libc/gen/getdomainname.3 | |
parent | 89fdc270089769539c1cf0f544723f8853f341b1 (diff) |
s/host/domain/
Diffstat (limited to 'lib/libc/gen/getdomainname.3')
-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 ) |