MAXHOSTNAMELEN is 256, not 64

This commit is contained in:
Kris Kennaway 2000-11-26 22:20:17 +00:00
parent 5576244cd6
commit 4d113fee52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69229

View file

@ -30,13 +30,14 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)1.1.t 8.1 (Berkeley) 6/8/93
.\" $FreeBSD$
.\"
.sh "Processes and protection
.NH 3
Host and process identifiers
.PP
Each UNIX host has associated with it a 32-bit host id, and a host
name of up to 64 characters (as defined by MAXHOSTNAMELEN in
name of up to 256 characters (as defined by MAXHOSTNAMELEN in
\fI<sys/param.h>\fP).
These are set (by a privileged user)
and returned by the calls: