Module Name:    src
Committed By:   jnemeth
Date:           Thu Sep  3 04:05:38 UTC 2015

Modified Files:
        src/lib/libc/gen: gethostname.3

Log Message:
PR/49641 - Henning Petersen -- wordo


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/gen/gethostname.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gen/gethostname.3
diff -u src/lib/libc/gen/gethostname.3:1.17 src/lib/libc/gen/gethostname.3:1.18
--- src/lib/libc/gen/gethostname.3:1.17	Tue Feb  7 18:59:56 2006
+++ src/lib/libc/gen/gethostname.3	Thu Sep  3 04:05:38 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: gethostname.3,v 1.17 2006/02/07 18:59:56 wiz Exp $
+.\"	$NetBSD: gethostname.3,v 1.18 2015/09/03 04:05:38 jnemeth Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)gethostname.3	8.1 (Berkeley) 6/4/93
 .\"
-.Dd October 14, 2005
+.Dd September 2, 2015
 .Dt GETHOSTNAME 3
 .Os
 .Sh NAME
@@ -46,7 +46,7 @@
 .Fn sethostname "const char *name" "size_t namelen"
 .Sh DESCRIPTION
 .Fn gethostname
-returns the standard host name for the current processor, as
+returns the standard host name for the current machine, as
 previously set by
 .Fn sethostname .
 The parameter

Reply via email to