summaryrefslogtreecommitdiff
path: root/docs/sudo_logsrv.proto.mdoc.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2022-09-13 19:56:45 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2022-09-13 19:56:45 -0600
commit83f7054408cc2ca4cc352179131e5bd2b0afa7cd (patch)
tree0360d1ae70950fd31ca5b041ab68b6ecf8721069 /docs/sudo_logsrv.proto.mdoc.in
parent49a0a4c21875b8c592b05425897e3867d03d2fa7 (diff)
downloadsudo-83f7054408cc2ca4cc352179131e5bd2b0afa7cd.tar.gz
Remove most uses of the deprecated Li macro which has no effect.
Also fix some other incorrect markup.
Diffstat (limited to 'docs/sudo_logsrv.proto.mdoc.in')
-rw-r--r--docs/sudo_logsrv.proto.mdoc.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/sudo_logsrv.proto.mdoc.in b/docs/sudo_logsrv.proto.mdoc.in
index af9239c29..daa4a551b 100644
--- a/docs/sudo_logsrv.proto.mdoc.in
+++ b/docs/sudo_logsrv.proto.mdoc.in
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd February 16, 2022
+.Dd September 13, 2022
.Dt SUDO_LOGSRV.PROTO @mansectform@
.Os Sudo @PACKAGE_VERSION@
.Sh NAME
@@ -87,7 +87,7 @@ message TimeSpec {
A
.Em TimeSpec
is the equivalent of a POSIX
-.Li struct timespec ,
+.Vt struct timespec ,
containing seconds and nanoseconds members.
The
.Em tv_sec
@@ -237,10 +237,10 @@ If the command was terminated by a signal, this is set to the
name of the signal without the leading
.Dq SIG .
For example,
-.Li INT ,
-.Li TERM ,
-.Li KILL ,
-.Li SEGV .
+.Dv INT ,
+.Dv TERM ,
+.Dv KILL ,
+.Dv SEGV .
.It error
A message from the client indicating that the command was terminated
unexpectedly due to an error.
@@ -397,9 +397,9 @@ should be calculated using a monotonic clock where possible.
The signal name without the leading
.Dq SIG .
For example,
-.Li STOP ,
-.Li TSTP ,
-.Li CONT .
+.Dv STOP ,
+.Dv TSTP ,
+.Dv CONT .
.El
.Sh Server Messages
A