diff --git a/docs/sudo_logsrv.proto.man.in b/docs/sudo_logsrv.proto.man.in index 0237c2646..6d2939def 100644 --- a/docs/sudo_logsrv.proto.man.in +++ b/docs/sudo_logsrv.proto.man.in @@ -247,7 +247,7 @@ calculated using a monotonic clock where possible. This is not the wall clock time. .TP 8n exit_value -The command's exit value in the range 0-255. +The command's exit value in the range 0\(en255. .TP 8n dumped_core True if the command was terminated by a signal and dumped core. @@ -815,7 +815,7 @@ message RejectMessage { /* Might revisit runtime and use end_time instead */ message ExitMessage { TimeSpec run_time = 1; /* total elapsed run time */ - int32 exit_value = 2; /* 0-255 */ + int32 exit_value = 2; /* 0\(en255 */ bool dumped_core = 3; /* true if command dumped core */ string signal = 4; /* signal name if killed by signal */ string error = 5; /* if killed due to other error */ diff --git a/docs/sudo_logsrv.proto.mdoc.in b/docs/sudo_logsrv.proto.mdoc.in index 2402f1425..910534239 100644 --- a/docs/sudo_logsrv.proto.mdoc.in +++ b/docs/sudo_logsrv.proto.mdoc.in @@ -229,7 +229,7 @@ The total amount of elapsed time since the command started, calculated using a monotonic clock where possible. This is not the wall clock time. .It exit_value -The command's exit value in the range 0-255. +The command's exit value in the range 0\(en255. .It dumped_core True if the command was terminated by a signal and dumped core. .It signal @@ -733,7 +733,7 @@ message RejectMessage { /* Might revisit runtime and use end_time instead */ message ExitMessage { TimeSpec run_time = 1; /* total elapsed run time */ - int32 exit_value = 2; /* 0-255 */ + int32 exit_value = 2; /* 0\(en255 */ bool dumped_core = 3; /* true if command dumped core */ string signal = 4; /* signal name if killed by signal */ string error = 5; /* if killed due to other error */ diff --git a/docs/sudo_logsrvd.conf.man.in b/docs/sudo_logsrvd.conf.man.in index 5cfc7bd5d..ac18ad74d 100644 --- a/docs/sudo_logsrvd.conf.man.in +++ b/docs/sudo_logsrvd.conf.man.in @@ -1059,7 +1059,7 @@ Sudo log server configuration file # password prompts in the terminal output when log_passwords is # disabled. Multiple passprompt_regex settings may be specified. #passprompt_regex = [Pp]assword[: ]* -#passprompt_regex = [Pp]assword for [a-z0-9]+: * +#passprompt_regex = [Pp]assword for [a\-z0\-9]+: * [eventlog] # Where to log accept, reject, exit, and alert events. diff --git a/docs/sudo_logsrvd.conf.mdoc.in b/docs/sudo_logsrvd.conf.mdoc.in index 5b2787335..99b0bb0b3 100644 --- a/docs/sudo_logsrvd.conf.mdoc.in +++ b/docs/sudo_logsrvd.conf.mdoc.in @@ -978,7 +978,7 @@ Sudo log server configuration file # password prompts in the terminal output when log_passwords is # disabled. Multiple passprompt_regex settings may be specified. #passprompt_regex = [Pp]assword[: ]* -#passprompt_regex = [Pp]assword for [a-z0-9]+: * +#passprompt_regex = [Pp]assword for [a\-z0\-9]+: * [eventlog] # Where to log accept, reject, exit, and alert events. diff --git a/docs/sudoers.man.in b/docs/sudoers.man.in index 7f7c8b986..813e7f37e 100644 --- a/docs/sudoers.man.in +++ b/docs/sudoers.man.in @@ -934,7 +934,7 @@ Group in the same domain: "%:Group Name" Group in any domain: "%:Group Name@FULLY.QUALIFIED.DOMAIN" .TP 3n \fB\(bu\fR -Group SID: "%:S-1-2-34-5678901234-5678901234-5678901234-567" +Group SID: "%:S\-1\-2\-34\-5678901234\-5678901234\-5678901234\-567" .PP See \fIGROUP PROVIDER PLUGINS\fR diff --git a/docs/sudoers.mdoc.in b/docs/sudoers.mdoc.in index 45d6bf516..185c6f13b 100644 --- a/docs/sudoers.mdoc.in +++ b/docs/sudoers.mdoc.in @@ -895,7 +895,7 @@ Group in the same domain: "%:Group Name" .It Group in any domain: "%:Group Name@FULLY.QUALIFIED.DOMAIN" .It -Group SID: "%:S-1-2-34-5678901234-5678901234-5678901234-567" +Group SID: "%:S\-1\-2\-34\-5678901234\-5678901234\-5678901234\-567" .El .Pp See diff --git a/docs/sudoreplay.man.in b/docs/sudoreplay.man.in index 7fa74f1dc..cc3de91c1 100644 --- a/docs/sudoreplay.man.in +++ b/docs/sudoreplay.man.in @@ -486,7 +486,7 @@ that match a regular expression: .nf .sp .RS 4n -# sudoreplay -l user jeff command '/bin/[a-z]*sh' +# sudoreplay \-l user jeff command '/bin/[a\-z]*sh' .RE .fi .PP diff --git a/docs/sudoreplay.mdoc.in b/docs/sudoreplay.mdoc.in index 7db1b3e00..e39cb9f3f 100644 --- a/docs/sudoreplay.mdoc.in +++ b/docs/sudoreplay.mdoc.in @@ -433,7 +433,7 @@ List sessions run by user .Em jeff that match a regular expression: .Bd -literal -offset 4n -# sudoreplay -l user jeff command '/bin/[a-z]*sh' +# sudoreplay \-l user jeff command '/bin/[a\-z]*sh' .Ed .Pp List sessions run by jeff or bob on the console: