Date: Fri, 3 Aug 2018 16:05:03 +0000 (UTC) From: Ruslan Bukin <br@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r337264 - head/lib/libc/sys Message-ID: <201808031605.w73G53hJ028670@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808031605.w73G53hJ028670>