mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Dash/hyphen related style fixes from check_man.
This commit is contained in:
parent
eae70b05cf
commit
ff3c2185f1
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user