Skip to content

Commit ff3c218

Browse files
committed
Dash/hyphen related style fixes from check_man.
1 parent eae70b0 commit ff3c218

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

docs/sudo_logsrv.proto.man.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ calculated using a monotonic clock where possible.
247247
This is not the wall clock time.
248248
.TP 8n
249249
exit_value
250-
The command's exit value in the range 0-255.
250+
The command's exit value in the range 0\(en255.
251251
.TP 8n
252252
dumped_core
253253
True if the command was terminated by a signal and dumped core.
@@ -815,7 +815,7 @@ message RejectMessage {
815815
/* Might revisit runtime and use end_time instead */
816816
message ExitMessage {
817817
TimeSpec run_time = 1; /* total elapsed run time */
818-
int32 exit_value = 2; /* 0-255 */
818+
int32 exit_value = 2; /* 0\(en255 */
819819
bool dumped_core = 3; /* true if command dumped core */
820820
string signal = 4; /* signal name if killed by signal */
821821
string error = 5; /* if killed due to other error */

docs/sudo_logsrv.proto.mdoc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The total amount of elapsed time since the command started,
229229
calculated using a monotonic clock where possible.
230230
This is not the wall clock time.
231231
.It exit_value
232-
The command's exit value in the range 0-255.
232+
The command's exit value in the range 0\(en255.
233233
.It dumped_core
234234
True if the command was terminated by a signal and dumped core.
235235
.It signal
@@ -733,7 +733,7 @@ message RejectMessage {
733733
/* Might revisit runtime and use end_time instead */
734734
message ExitMessage {
735735
TimeSpec run_time = 1; /* total elapsed run time */
736-
int32 exit_value = 2; /* 0-255 */
736+
int32 exit_value = 2; /* 0\(en255 */
737737
bool dumped_core = 3; /* true if command dumped core */
738738
string signal = 4; /* signal name if killed by signal */
739739
string error = 5; /* if killed due to other error */

docs/sudo_logsrvd.conf.man.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ Sudo log server configuration file
10591059
# password prompts in the terminal output when log_passwords is
10601060
# disabled. Multiple passprompt_regex settings may be specified.
10611061
#passprompt_regex = [Pp]assword[: ]*
1062-
#passprompt_regex = [Pp]assword for [a-z0-9]+: *
1062+
#passprompt_regex = [Pp]assword for [a\-z0\-9]+: *
10631063

10641064
[eventlog]
10651065
# Where to log accept, reject, exit, and alert events.

docs/sudo_logsrvd.conf.mdoc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ Sudo log server configuration file
978978
# password prompts in the terminal output when log_passwords is
979979
# disabled. Multiple passprompt_regex settings may be specified.
980980
#passprompt_regex = [Pp]assword[: ]*
981-
#passprompt_regex = [Pp]assword for [a-z0-9]+: *
981+
#passprompt_regex = [Pp]assword for [a\-z0\-9]+: *
982982

983983
[eventlog]
984984
# Where to log accept, reject, exit, and alert events.

docs/sudoers.man.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ Group in the same domain: "%:Group Name"
934934
Group in any domain: "%:Group [email protected]"
935935
.TP 3n
936936
\fB\(bu\fR
937-
Group SID: "%:S-1-2-34-5678901234-5678901234-5678901234-567"
937+
Group SID: "%:S\-1\-2\-34\-5678901234\-5678901234\-5678901234\-567"
938938
.PP
939939
See
940940
\fIGROUP PROVIDER PLUGINS\fR

docs/sudoers.mdoc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ Group in the same domain: "%:Group Name"
895895
.It
896896
Group in any domain: "%:Group [email protected]"
897897
.It
898-
Group SID: "%:S-1-2-34-5678901234-5678901234-5678901234-567"
898+
Group SID: "%:S\-1\-2\-34\-5678901234\-5678901234\-5678901234\-567"
899899
.El
900900
.Pp
901901
See

docs/sudoreplay.man.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ that match a regular expression:
486486
.nf
487487
.sp
488488
.RS 4n
489-
# sudoreplay -l user jeff command '/bin/[a-z]*sh'
489+
# sudoreplay \-l user jeff command '/bin/[a\-z]*sh'
490490
.RE
491491
.fi
492492
.PP

docs/sudoreplay.mdoc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ List sessions run by user
433433
.Em jeff
434434
that match a regular expression:
435435
.Bd -literal -offset 4n
436-
# sudoreplay -l user jeff command '/bin/[a-z]*sh'
436+
# sudoreplay \-l user jeff command '/bin/[a\-z]*sh'
437437
.Ed
438438
.Pp
439439
List sessions run by jeff or bob on the console:

0 commit comments

Comments
 (0)