summaryrefslogtreecommitdiff
path: root/lib/libc/compat-43/gethostid.3
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
commitaaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch)
treebc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/compat-43/gethostid.3
parent584fd0812f68bd000624885be123bf263ed152ff (diff)
make function names the correct case
Diffstat (limited to 'lib/libc/compat-43/gethostid.3')
-rw-r--r--lib/libc/compat-43/gethostid.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/compat-43/gethostid.3 b/lib/libc/compat-43/gethostid.3
index 4c0fccb8d6d..e0c2b00e0d2 100644
--- a/lib/libc/compat-43/gethostid.3
+++ b/lib/libc/compat-43/gethostid.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: gethostid.3,v 1.2 1996/08/19 08:19:22 tholo Exp $
+.\" $OpenBSD: gethostid.3,v 1.3 1999/02/27 21:54:49 deraadt Exp $
.\"
.Dd June 2, 1993
.Dt GETHOSTID 3
@@ -45,14 +45,14 @@
.Ft int
.Fn sethostid "long hostid"
.Sh DESCRIPTION
-.Fn Sethostid
+.Fn sethostid
establishes a 32-bit identifier for the
current processor that is intended to be unique among all
UNIX systems in existence. This is normally a DARPA Internet
address for the local machine. This call is allowed only to the
super-user and is normally performed at boot time.
.Pp
-.Fn Gethostid
+.Fn gethostid
returns the 32-bit identifier for the current processor.
.Pp
This function has been deprecated.