[BACK]Return to gethostname.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

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

Diff for /src/lib/libc/gen/gethostname.3 between version 1.17 and 1.18

version 1.17, 2006/02/07 18:59:56 version 1.18, 2015/09/03 04:05:38
Line 29 
Line 29 
 .\"  .\"
 .\"     @(#)gethostname.3       8.1 (Berkeley) 6/4/93  .\"     @(#)gethostname.3       8.1 (Berkeley) 6/4/93
 .\"  .\"
 .Dd October 14, 2005  .Dd September 2, 2015
 .Dt GETHOSTNAME 3  .Dt GETHOSTNAME 3
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 46 
Line 46 
 .Fn sethostname "const char *name" "size_t namelen"  .Fn sethostname "const char *name" "size_t namelen"
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Fn gethostname  .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  previously set by
 .Fn sethostname .  .Fn sethostname .
 The parameter  The parameter

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>