diff options
author | ache <ache@FreeBSD.org> | 1997-03-03 09:52:26 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-03-03 09:52:26 +0000 |
commit | deb10b28e8a7af8090f36bcbb555b966b47827b4 (patch) | |
tree | 1fd7bfda8c94580f7c15634a7ea701ab0e562dcf /lib/libc | |
parent | 2656c7c863ed469d13bfe95f236127ee0bac73cc (diff) | |
download | FreeBSD-src-deb10b28e8a7af8090f36bcbb555b966b47827b4.zip FreeBSD-src-deb10b28e8a7af8090f36bcbb555b966b47827b4.tar.gz |
Use stricter MAXLOGNAME now
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/getlogin.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/getlogin.2 b/lib/libc/sys/getlogin.2 index bc2df45..56cef8a 100644 --- a/lib/libc/sys/getlogin.2 +++ b/lib/libc/sys/getlogin.2 @@ -140,7 +140,7 @@ Login names are limited to .Dv MAXLOGNAME (from .Ao Pa sys/param.h Ac ) -characters, currently 20 including null. +characters, currently 17 including null. .It Bq Er EPERM The caller tried to set the login name and was not the super-user. .El |