svn commit: r337264 - head/lib/libc/sys

Ruslan Bukin br at FreeBSD.org
Fri Aug 3 16:05:04 UTC 2018


Author: br
Date: Fri Aug  3 16:05:03 2018
New Revision: 337264
URL: https://svnweb.freebsd.org/changeset/base/337264

Log:
  MAXLOGNAME changed to 33 in r243023.
  Update man pages.
  
  Sponsored by:	DARPA, AFRL

Modified:
  head/lib/libc/sys/getlogin.2
  head/lib/libc/sys/getloginclass.2

Modified: head/lib/libc/sys/getlogin.2
==============================================================================
--- head/lib/libc/sys/getlogin.2	Fri Aug  3 15:43:37 2018	(r337263)
+++ head/lib/libc/sys/getlogin.2	Fri Aug  3 16:05:03 2018	(r337264)
@@ -161,7 +161,7 @@ Login names are limited to
 .Dv MAXLOGNAME
 (from
 .In sys/param.h )
-characters, currently 17 including null.
+characters, currently 33 including null.
 .It Bq Er EPERM
 The caller tried to set the login name and was not the super-user.
 .It Bq Er ERANGE

Modified: head/lib/libc/sys/getloginclass.2
==============================================================================
--- head/lib/libc/sys/getloginclass.2	Fri Aug  3 15:43:37 2018	(r337263)
+++ head/lib/libc/sys/getloginclass.2	Fri Aug  3 16:05:03 2018	(r337264)
@@ -80,7 +80,7 @@ Login class names are limited to
 .Dv MAXLOGNAME
 (from
 .In sys/param.h )
-characters, currently 17 including null.
+characters, currently 33 including null.
 .It Bq Er EPERM
 The caller tried to set the login class and was not the super-user.
 .It Bq Er ENAMETOOLONG


More information about the svn-src-head mailing list