diff options
author | kris <kris@FreeBSD.org> | 2000-11-26 22:20:17 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-11-26 22:20:17 +0000 |
commit | 087adbb8472fdb415153e17e9562ca27cf7e95d6 (patch) | |
tree | e4692c484865ef413dee3d26d71569e16ff5fba5 /share/doc/psd/05.sysman | |
parent | 734ffeb5ee37368fd8302a978e5b5bece2534cdb (diff) | |
download | FreeBSD-src-087adbb8472fdb415153e17e9562ca27cf7e95d6.zip FreeBSD-src-087adbb8472fdb415153e17e9562ca27cf7e95d6.tar.gz |
MAXHOSTNAMELEN is 256, not 64
Diffstat (limited to 'share/doc/psd/05.sysman')
-rw-r--r-- | share/doc/psd/05.sysman/1.1.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/doc/psd/05.sysman/1.1.t b/share/doc/psd/05.sysman/1.1.t index 099a450..223cf83 100644 --- a/share/doc/psd/05.sysman/1.1.t +++ b/share/doc/psd/05.sysman/1.1.t @@ -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: |