MAXHOSTNAMELEN is 256, not 64
This commit is contained in:
parent
734ffeb5ee
commit
087adbb847
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user