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/49642: change processor to host



details:   https://anonhg.NetBSD.org/src/rev/c324058e4fcd
branches:  trunk
changeset: 336006:c324058e4fcd
user:      ginsbach <ginsbach%NetBSD.org@localhost>
date:      Fri Feb 06 17:35:46 2015 +0000

description:
PR/49642: change processor to host

Use the wording used by FreeBSD, IRIX, and MacOSX (as a sample) rather
suggested wording in PR from Henning Petersen.

diffstat:

 lib/libc/gen/getdomainname.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c268a6fdd0af -r c324058e4fcd lib/libc/gen/getdomainname.3
--- a/lib/libc/gen/getdomainname.3      Fri Feb 06 17:15:31 2015 +0000
+++ b/lib/libc/gen/getdomainname.3      Fri Feb 06 17:35:46 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getdomainname.3,v 1.15 2003/08/07 16:42:49 agc Exp $
+.\"    $NetBSD: getdomainname.3,v 1.16 2015/02/06 17:35:46 ginsbach Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -46,7 +46,7 @@
 .Fn setdomainname "const char *name" "size_t namelen"
 .Sh DESCRIPTION
 .Fn getdomainname
-returns the standard domain name for the current processor, as
+returns the standard domain name for the current host, as
 previously set by
 .Fn setdomainname .
 The parameter



Home | Main Index | Thread Index | Old Index