Remove most uses of the deprecated Li macro which has no effect.

Also fix some other incorrect markup.
This commit is contained in:
Todd C. Miller
2022-09-13 19:56:45 -06:00
parent a326411903
commit c341608072
26 changed files with 1398 additions and 1466 deletions

View File

@@ -216,7 +216,7 @@ Only available starting with API version 1.16.
.It debug_flags=string
A debug file path name followed by a space and a comma-separated
list of debug flags that correspond to the plugin's
.Li Debug
.Em Debug
entry in
.Xr sudo.conf @mansectform@ ,
if there is one.
@@ -245,7 +245,7 @@ will only pass
if
.Xr sudo.conf @mansectform@
contains a plugin-specific
.Li Debug
.Em Debug
entry.
.It ignore_ticket=bool
Set to true if the user specified the
@@ -603,7 +603,7 @@ Only available starting with API version 1.2.
The path to the user's terminal device.
If the user has no terminal device associated with the session,
the value will be empty, as in
.Dq Li tty= .
.Ql tty= .
.It uid=uid_t
The real user-ID of the user invoking
.Nm sudo .
@@ -819,10 +819,10 @@ into
.Fa argv_out ,
separated from the
editor and its arguments by a
.Dq Li --
.Ql --
element.
The
.Dq Li --
.Ql --
will be removed by
.Nm sudo
before the editor is executed.