Fix mandoc -Tlint warnings in bin/

Many style-level issues are still reported.

Submitted by:	Yuri Pankov <yuripv@gmx.com>
Reviewed by:	jilles (previous revision)
Differential Revision:	https://reviews.freebsd.org/D13334
This commit is contained in:
Benjamin Kaduk 2017-12-07 01:57:27 +00:00
parent 9e6e05e43f
commit f3aff7c91b
5 changed files with 22 additions and 13 deletions

View File

@ -195,8 +195,8 @@ utility appeared in
.At v1 . .At v1 .
.An Dennis Ritchie .An Dennis Ritchie
designed and wrote the first man page. designed and wrote the first man page.
It appears to have been It appears to have been for
.Xr cat 1 . .Nm .
.Sh BUGS .Sh BUGS
Because of the shell language mechanism used to perform output Because of the shell language mechanism used to perform output
redirection, the command redirection, the command

View File

@ -131,7 +131,8 @@ The
option suppresses this behavior and causes the time to be set only on the option suppresses this behavior and causes the time to be set only on the
current machine. current machine.
.It Fl R .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 .Dq Li %a, %d %b %Y \&%T %z
as as
.Ar output_fmt .Ar output_fmt

View File

@ -91,11 +91,17 @@ The file can contain lines of the form
.Pp .Pp
.Dl name = "value" # this is a comment .Dl name = "value" # this is a comment
.Pp .Pp
where whitespace around name and '=', and where whitespace around
everything after a '#' character, are ignored. Almost any printable .Sq name
character except '=' is acceptable as part of a name. Quotes and
are optional and necessary only if the value contains .Sq = ,
whitespace. 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 .Sh SEE ALSO
.Xr kenv 2 , .Xr kenv 2 ,
.Xr config 5 , .Xr config 5 ,

View File

@ -114,7 +114,8 @@ is
the input is taken from stdin. the input is taken from stdin.
.It Fl n .It Fl n
Do not recalculate the permissions associated with the ACL 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 .It Fl x Ar entries | position
If If
.Ar entries .Ar entries
@ -291,7 +292,8 @@ specifying the access granted to the owner of the file;
.Dq Li group@ .Dq Li group@
specifying the access granted to the file owning group; specifying the access granted to the file owning group;
.Dq Li everyone@ .Dq Li everyone@
specifying everyone. Note that specifying everyone.
Note that
.Dq Li everyone@ .Dq Li everyone@
is not the same as traditional Unix is not the same as traditional Unix
.Dq Li other .Dq Li other
@ -301,8 +303,8 @@ literally, everyone, including file owner and owning group.
The ACL qualifier field describes the user or group associated with The ACL qualifier field describes the user or group associated with
the ACL entry. the ACL entry.
It may consist of one of the following: uid or It may consist of one of the following: uid or
user name, or gid or group name. In entries whose tag type is user name, or gid or group name.
one of In entries whose tag type is one of
.Dq Li owner@ , .Dq Li owner@ ,
.Dq Li group@ , .Dq Li group@ ,
or or

View File

@ -1033,7 +1033,7 @@ The syntax of the
command is: command is:
.Bd -unfilled -offset indent -compact .Bd -unfilled -offset indent -compact
.Ic case Ar word Ic in .Ic case Ar word Ic in
.Ar pattern Ns ) Ar list Li ;; .Ar pattern ) Ar list Li ;;
.Ar ... .Ar ...
.Ic esac .Ic esac
.Ed .Ed