4.3BSD/usr/man/man3/hostnm.3f

.\" Copyright (c) 1983 Regents of the University of California.
.\" All rights reserved.  The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\"	@(#)hostnm.3f	6.1 (Berkeley) 5/15/85
.\"
.TH HOSTNM 3F "May 15, 1985"
.UC 5
.SH NAME
hostnm \- get name of current host
.SH SYNOPSIS
.B integer function hostnm (name)
.br
.B character*(*) name
.SH DESCRIPTION
This function puts the name of the current host into
character string
.IR name .
The return value should be 0; any other value indicates an error.
.SH FILES
.ie \nM /usr/ucb/lib/libU77.a
.el /usr/lib/libU77.a
.SH "SEE ALSO"
gethostname(2)