diff options
author | 2000-12-05 19:40:54 +0000 | |
---|---|---|
committer | 2000-12-05 19:40:54 +0000 | |
commit | 059757cc0c3a82e5703f6485f4e9e22b784b6144 (patch) | |
tree | 8c70815dc85ad28492581ec9b7874b3a012e7d12 | |
parent | We haven't used this in years, remove it. (diff) | |
download | wireguard-openbsd-059757cc0c3a82e5703f6485f4e9e22b784b6144.tar.xz wireguard-openbsd-059757cc0c3a82e5703f6485f4e9e22b784b6144.zip |
MAXHOSTNAMELEN is 256
-rw-r--r-- | share/doc/psd/05.sysman/1.1.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/psd/05.sysman/1.1.t b/share/doc/psd/05.sysman/1.1.t index 099a450e91e..e4a8a9cc260 100644 --- a/share/doc/psd/05.sysman/1.1.t +++ b/share/doc/psd/05.sysman/1.1.t @@ -36,7 +36,7 @@ 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: |