summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getlogin.2
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-03-03 09:52:26 +0000
committerache <ache@FreeBSD.org>1997-03-03 09:52:26 +0000
commitdeb10b28e8a7af8090f36bcbb555b966b47827b4 (patch)
tree1fd7bfda8c94580f7c15634a7ea701ab0e562dcf /lib/libc/sys/getlogin.2
parent2656c7c863ed469d13bfe95f236127ee0bac73cc (diff)
downloadFreeBSD-src-deb10b28e8a7af8090f36bcbb555b966b47827b4.zip
FreeBSD-src-deb10b28e8a7af8090f36bcbb555b966b47827b4.tar.gz
Use stricter MAXLOGNAME now
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 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
OpenPOWER on IntegriCloud