Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen PR/49641 - Henning Petersen -- wordo



details:   https://anonhg.NetBSD.org/src/rev/5048b4e272b9
branches:  trunk
changeset: 810537:5048b4e272b9
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Thu Sep 03 04:05:38 2015 +0000

description:
PR/49641 - Henning Petersen -- wordo

diffstat:

 lib/libc/gen/gethostname.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e10469f0758b -r 5048b4e272b9 lib/libc/gen/gethostname.3
--- a/lib/libc/gen/gethostname.3        Thu Sep 03 03:47:25 2015 +0000
+++ b/lib/libc/gen/gethostname.3        Thu Sep 03 04:05:38 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index