2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-28 12:57:50 +00:00

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.
This commit is contained in:
Todd C. Miller 2025-02-09 13:56:37 -07:00
parent a9e1120791
commit aad69105d8
3 changed files with 4 additions and 4 deletions

View File

@ -324,7 +324,7 @@ In lieu of a path name, the string "sudoedit" is used when consulting
the security policy. the security policy.
If the user is authorized by the policy, the following steps are If the user is authorized by the policy, the following steps are
taken: taken:
.Bl -enum -offset 4 .Bl -enum -offset 4n
.It .It
Temporary copies are made of the files to be edited with the owner Temporary copies are made of the files to be edited with the owner
set to the invoking user. set to the invoking user.

View File

@ -646,7 +646,7 @@ entries are recognized, but not required:
.It submitgroup Ta string Ta submitting user's primary group name .It submitgroup Ta string Ta submitting user's primary group name
.It submitgroups Ta StringList Ta submit user's supplementary group names .It submitgroups Ta StringList Ta submit user's supplementary group names
.It submituid Ta int64 Ta submit user's user-ID .It submituid Ta int64 Ta submit user's user-ID
.It ttyname Ta string Ta the terminal the command was submitted from .It ttyname Ta string Ta terminal the command was submitted from
.El .El
.Pp .Pp
The server must accept other variables not listed above but may The server must accept other variables not listed above but may

View File

@ -5775,7 +5775,7 @@ locale.
If the user is not allowed to run the command, the reason for the denial If the user is not allowed to run the command, the reason for the denial
will follow the user name. will follow the user name.
Possible reasons include: Possible reasons include:
.Bl -tag -width 4 .Bl -tag -width 4n
.It user NOT in sudoers .It user NOT in sudoers
The user is not listed in the The user is not listed in the
.Em sudoers .Em sudoers
@ -5809,7 +5809,7 @@ If an error occurs,
will log a message and, in most cases, send a message to the will log a message and, in most cases, send a message to the
administrator via email. administrator via email.
Possible errors include: Possible errors include:
.Bl -tag -width 4 .Bl -tag -width 4n
.It parse error in @sysconfdir@/sudoers near line N .It parse error in @sysconfdir@/sudoers near line N
.Nm .Nm
encountered an error when parsing the specified file. encountered an error when parsing the specified file.