summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-12-03 00:28:39 +0000
committerderaadt <deraadt@openbsd.org>1996-12-03 00:28:39 +0000
commit0145a2329ce1d804637811aace4e5d185ea9428e (patch)
tree35f6f8b4afc4c389c7951c37e1fe6fe0fd774399
parentO_TRUNC when needed; freebsd pr#2112 (diff)
downloadwireguard-openbsd-0145a2329ce1d804637811aace4e5d185ea9428e.tar.xz
wireguard-openbsd-0145a2329ce1d804637811aace4e5d185ea9428e.zip
s/host/domain/
-rw-r--r--lib/libc/gen/getdomainname.36
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 )