diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
commit | aaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch) | |
tree | bc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/gen/gethostname.3 | |
parent | 584fd0812f68bd000624885be123bf263ed152ff (diff) |
make function names the correct case
Diffstat (limited to 'lib/libc/gen/gethostname.3')
-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 0a163061282..fb5e19632c0 100644 --- a/lib/libc/gen/gethostname.3 +++ b/lib/libc/gen/gethostname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostname.3,v 1.7 1998/08/29 21:11:28 deraadt Exp $ +.\" $OpenBSD: gethostname.3,v 1.8 1999/02/27 21:55:07 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -45,7 +45,7 @@ .Ft int .Fn sethostname "const char *name" "size_t namelen" .Sh DESCRIPTION -.Fn Gethostname +.Fn gethostname returns the standard host name for the current processor, as previously set by .Fn sethostname . @@ -56,7 +56,7 @@ specifies the size of the array. If insufficient space is provided, the returned name is truncated. The returned name is always null-terminated. .Pp -.Fn Sethostname +.Fn sethostname sets the name of the host machine to be .Fa name , which has length |