summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getdomainname.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/getdomainname.3')
-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 5ccb8701912..a295a9f2d94 100644
--- a/lib/libc/gen/getdomainname.3
+++ b/lib/libc/gen/getdomainname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getdomainname.3,v 1.15 1999/07/09 13:35:16 aaron Exp $
+.\" $OpenBSD: getdomainname.3,v 1.16 2000/04/15 11:46:02 aaron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -63,7 +63,7 @@ sets the domain name of the host machine to be
.Fa name ,
which has length
.Fa namelen .
-This call is restricted to the super-user and
+This call is restricted to the superuser and
is normally used only when the system is bootstrapped.
.Sh RETURN VALUES
If the call succeeds a value of 0 is returned. If the call
@@ -81,7 +81,7 @@ or
parameter gave an
invalid address.
.It Bq Er EPERM
-The caller tried to set the domain name and was not the super-user.
+The caller tried to set the domain name and was not the superuser.
.El
.Sh SEE ALSO
.Xr domainname 1 ,