summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getlogin.2
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-03-02 21:47:03 +0000
committerache <ache@FreeBSD.org>1997-03-02 21:47:03 +0000
commit08d63c99aec5aa5dd337075c63db31e895f4a539 (patch)
treeb6362b3b90459b27b60de230d373453083ff41dd /lib/libc/sys/getlogin.2
parentb6a02cdd45b8f6ffbace3b8fb03c2a5e1439abbb (diff)
downloadFreeBSD-src-08d63c99aec5aa5dd337075c63db31e895f4a539.zip
FreeBSD-src-08d63c99aec5aa5dd337075c63db31e895f4a539.tar.gz
MAXLOGNAME currently 16, not 12
Diffstat (limited to 'lib/libc/sys/getlogin.2')
-rw-r--r--lib/libc/sys/getlogin.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/getlogin.2 b/lib/libc/sys/getlogin.2
index 4676714..a225746 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 12.
+characters, currently 16.
.It Bq Er EPERM
The caller tried to set the login name and was not the super-user.
.El
OpenPOWER on IntegriCloud