From owner-svn-src-stable@freebsd.org Thu Mar 8 07:52:33 2018 Return-Path: Delivered-To: svn-src-stable@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 1F6B1F3DF09; Thu, 8 Mar 2018 07:52:33 +0000 (UTC) (envelope-from eadler@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 BA4516C3F3; Thu, 8 Mar 2018 07:52:32 +0000 (UTC) (envelope-from eadler@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 B540C60C3; Thu, 8 Mar 2018 07:52:32 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w287qWpi074923; Thu, 8 Mar 2018 07:52:32 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w287qWpZ074918; Thu, 8 Mar 2018 07:52:32 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201803080752.w287qWpZ074918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Thu, 8 Mar 2018 07:52:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r330639 - in stable/11/bin: cat date kenv setfacl sh X-SVN-Group: stable-11 X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: in stable/11/bin: cat date kenv setfacl sh X-SVN-Commit-Revision: 330639 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2018 07:52:33 -0000 Author: eadler Date: Thu Mar 8 07:52:32 2018 New Revision: 330639 URL: https://svnweb.freebsd.org/changeset/base/330639 Log: MFC r326651: Fix mandoc -Tlint warnings in bin/ Many style-level issues are still reported. Modified: stable/11/bin/cat/cat.1 stable/11/bin/date/date.1 stable/11/bin/kenv/kenv.1 stable/11/bin/setfacl/setfacl.1 stable/11/bin/sh/sh.1 Directory Properties: stable/11/ (props changed) Modified: stable/11/bin/cat/cat.1 ============================================================================== --- stable/11/bin/cat/cat.1 Thu Mar 8 07:50:11 2018 (r330638) +++ stable/11/bin/cat/cat.1 Thu Mar 8 07:52:32 2018 (r330639) @@ -195,8 +195,8 @@ utility appeared in .At v1 . .An Dennis Ritchie designed and wrote the first man page. -It appears to have been -.Xr cat 1 . +It appears to have been for +.Nm . .Sh BUGS Because of the shell language mechanism used to perform output redirection, the command Modified: stable/11/bin/date/date.1 ============================================================================== --- stable/11/bin/date/date.1 Thu Mar 8 07:50:11 2018 (r330638) +++ stable/11/bin/date/date.1 Thu Mar 8 07:52:32 2018 (r330639) @@ -131,7 +131,8 @@ The option suppresses this behavior and causes the time to be set only on the current machine. .It Fl R -Use RFC 2822 date and time output format. This is equivalent to use +Use RFC 2822 date and time output format. +This is equivalent to using .Dq Li %a, %d %b %Y \&%T %z as .Ar output_fmt Modified: stable/11/bin/kenv/kenv.1 ============================================================================== --- stable/11/bin/kenv/kenv.1 Thu Mar 8 07:50:11 2018 (r330638) +++ stable/11/bin/kenv/kenv.1 Thu Mar 8 07:52:32 2018 (r330639) @@ -91,11 +91,17 @@ The file can contain lines of the form .Pp .Dl name = "value" # this is a comment .Pp -where whitespace around name and '=', and -everything after a '#' character, are ignored. Almost any printable -character except '=' is acceptable as part of a name. Quotes -are optional and necessary only if the value contains -whitespace. +where whitespace around +.Sq name +and +.Sq = , +and everything after a +.Sq # +character, are ignored. +Almost any printable character except +.Sq = +is acceptable as part of a name. +Quotes are optional and necessary only if the value contains whitespace. .Sh SEE ALSO .Xr kenv 2 , .Xr config 5 , Modified: stable/11/bin/setfacl/setfacl.1 ============================================================================== --- stable/11/bin/setfacl/setfacl.1 Thu Mar 8 07:50:11 2018 (r330638) +++ stable/11/bin/setfacl/setfacl.1 Thu Mar 8 07:52:32 2018 (r330639) @@ -114,7 +114,8 @@ is the input is taken from stdin. .It Fl n Do not recalculate the permissions associated with the ACL -mask entry. This option is not applicable to NFSv4 ACLs. +mask entry. +This option is not applicable to NFSv4 ACLs. .It Fl x Ar entries | position If .Ar entries @@ -291,7 +292,8 @@ specifying the access granted to the owner of the file .Dq Li group@ specifying the access granted to the file owning group; .Dq Li everyone@ -specifying everyone. Note that +specifying everyone. +Note that .Dq Li everyone@ is not the same as traditional Unix .Dq Li other @@ -301,8 +303,8 @@ literally, everyone, including file owner and owning g The ACL qualifier field describes the user or group associated with the ACL entry. It may consist of one of the following: uid or -user name, or gid or group name. In entries whose tag type is -one of +user name, or gid or group name. +In entries whose tag type is one of .Dq Li owner@ , .Dq Li group@ , or Modified: stable/11/bin/sh/sh.1 ============================================================================== --- stable/11/bin/sh/sh.1 Thu Mar 8 07:50:11 2018 (r330638) +++ stable/11/bin/sh/sh.1 Thu Mar 8 07:52:32 2018 (r330639) @@ -1033,7 +1033,7 @@ The syntax of the command is: .Bd -unfilled -offset indent -compact .Ic case Ar word Ic in -.Ar pattern Ns ) Ar list Li ;; +.Ar pattern ) Ar list Li ;; .Ar ... .Ic esac .Ed