diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-09-04 12:34:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-09-04 12:34:23 +0000 |
commit | a3ba7bf60539cba35324a85e238afb4f0450707d (patch) | |
tree | fa05b9c98ff485cceea436c63a04840ee5b01447 /lib | |
parent | 345416dc3ab46f3c771be63f7c21d797dd3f6715 (diff) |
word fix; from henning petersen (netbsd pr/49641, -r1.18)
ok millert
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/gethostname.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/gethostname.3 b/lib/libc/gen/gethostname.3 index f4ae65c5f8b..5fe3cd40cdf 100644 --- a/lib/libc/gen/gethostname.3 +++ b/lib/libc/gen/gethostname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostname.3,v 1.26 2015/01/12 10:11:07 nicm Exp $ +.\" $OpenBSD: gethostname.3,v 1.27 2015/09/04 12:34:22 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 12 2015 $ +.Dd $Mdocdate: September 4 2015 $ .Dt GETHOSTNAME 3 .Os .Sh NAME @@ -44,7 +44,7 @@ The .Fn gethostname function returns the standard host name for the current -processor, as previously set by +machine, as previously set by .Fn sethostname . The parameter .Fa namelen |