diff options
Diffstat (limited to 'lib/libc/gen/gethostname.3')
-rw-r--r-- | lib/libc/gen/gethostname.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/gen/gethostname.3 b/lib/libc/gen/gethostname.3 index 5db7efcb0fc..068b777e541 100644 --- a/lib/libc/gen/gethostname.3 +++ b/lib/libc/gen/gethostname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostname.3,v 1.20 2005/02/25 03:12:43 cloder Exp $ +.\" $OpenBSD: gethostname.3,v 1.21 2005/07/22 02:51:44 jaredy Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -72,8 +72,6 @@ The following errors may be returned by these calls: .It Bq Er EFAULT The .Fa name -or -.Fa namelen parameter gave an invalid address. .It Bq Er EPERM The caller tried to set the hostname and was not the superuser. |