From owner-svn-src-head@freebsd.org Fri Aug 3 16:05:04 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4901106DACB; Fri, 3 Aug 2018 16:05:04 +0000 (UTC) (envelope-from br@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B0028A008; Fri, 3 Aug 2018 16:05:04 +0000 (UTC) (envelope-from br@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 38967229E9; Fri, 3 Aug 2018 16:05:04 +0000 (UTC) (envelope-from br@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w73G542M028672; Fri, 3 Aug 2018 16:05:04 GMT (envelope-from br@FreeBSD.org) Received: (from br@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w73G53hJ028670; Fri, 3 Aug 2018 16:05:03 GMT (envelope-from br@FreeBSD.org) Message-Id: <201808031605.w73G53hJ028670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: br set sender to br@FreeBSD.org using -f From: Ruslan Bukin Date: Fri, 3 Aug 2018 16:05:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r337264 - head/lib/libc/sys X-SVN-Group: head X-SVN-Commit-Author: br X-SVN-Commit-Paths: head/lib/libc/sys X-SVN-Commit-Revision: 337264 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2018 16:05:04 -0000 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