Skip to content

Commit aad6910

Browse files
committed
Fix warnings from groff -mandoc -t -K utf8 -rF0 -rHY=0 -ww -b -z
Specify list offset and width in ens where applicable. Shorten the ttyname description in sudo_logsrv.proto.mdoc.in. Bug #1075.
1 parent a9e1120 commit aad6910

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/sudo.mdoc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ In lieu of a path name, the string "sudoedit" is used when consulting
324324
the security policy.
325325
If the user is authorized by the policy, the following steps are
326326
taken:
327-
.Bl -enum -offset 4
327+
.Bl -enum -offset 4n
328328
.It
329329
Temporary copies are made of the files to be edited with the owner
330330
set to the invoking user.

docs/sudo_logsrv.proto.mdoc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ entries are recognized, but not required:
646646
.It submitgroup Ta string Ta submitting user's primary group name
647647
.It submitgroups Ta StringList Ta submit user's supplementary group names
648648
.It submituid Ta int64 Ta submit user's user-ID
649-
.It ttyname Ta string Ta the terminal the command was submitted from
649+
.It ttyname Ta string Ta terminal the command was submitted from
650650
.El
651651
.Pp
652652
The server must accept other variables not listed above but may

docs/sudoers.mdoc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5775,7 +5775,7 @@ locale.
57755775
If the user is not allowed to run the command, the reason for the denial
57765776
will follow the user name.
57775777
Possible reasons include:
5778-
.Bl -tag -width 4
5778+
.Bl -tag -width 4n
57795779
.It user NOT in sudoers
57805780
The user is not listed in the
57815781
.Em sudoers
@@ -5809,7 +5809,7 @@ If an error occurs,
58095809
will log a message and, in most cases, send a message to the
58105810
administrator via email.
58115811
Possible errors include:
5812-
.Bl -tag -width 4
5812+
.Bl -tag -width 4n
58135813
.It parse error in @sysconfdir@/sudoers near line N
58145814
.Nm
58155815
encountered an error when parsing the specified file.

0 commit comments

Comments
 (0)