mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
Fix some more typos.
This commit is contained in:
parent
93a8ddca2b
commit
3dd7d96933
@ -40,7 +40,7 @@ DDEESSCCRRIIPPTTIIOONN
|
|||||||
|
|
||||||
all All Defaults entries.
|
all All Defaults entries.
|
||||||
|
|
||||||
global Gobal Defaults entries that are applied regardless
|
global Global Defaults entries that are applied regardless
|
||||||
of user, runas, host or command.
|
of user, runas, host or command.
|
||||||
|
|
||||||
user Per-user Defaults entries.
|
user Per-user Defaults entries.
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
|
.\" Automatically generated from an mdoc input file. Do not edit.
|
||||||
.\" IT IS GENERATED AUTOMATICALLY FROM cvtsudoers.mdoc.in
|
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2018 Todd C. Miller <Todd.Miller@sudo.ws>
|
.\" Copyright (c) 2018 Todd C. Miller <Todd.Miller@sudo.ws>
|
||||||
.\"
|
.\"
|
||||||
@ -92,7 +91,7 @@ All Defaults entries.
|
|||||||
.PD
|
.PD
|
||||||
.TP 10n
|
.TP 10n
|
||||||
global
|
global
|
||||||
Gobal Defaults entries that are applied regardless of
|
Global Defaults entries that are applied regardless of
|
||||||
user, runas, host or command.
|
user, runas, host or command.
|
||||||
.TP 10n
|
.TP 10n
|
||||||
user
|
user
|
||||||
|
@ -82,7 +82,7 @@ The supported types are:
|
|||||||
.It all
|
.It all
|
||||||
All Defaults entries.
|
All Defaults entries.
|
||||||
.It global
|
.It global
|
||||||
Gobal Defaults entries that are applied regardless of
|
Global Defaults entries that are applied regardless of
|
||||||
user, runas, host or command.
|
user, runas, host or command.
|
||||||
.It user
|
.It user
|
||||||
Per-user Defaults entries.
|
Per-user Defaults entries.
|
||||||
|
@ -110,9 +110,9 @@ DDEESSCCRRIIPPTTIIOONN
|
|||||||
An ordered, colon-separated search path of directories to look
|
An ordered, colon-separated search path of directories to look
|
||||||
in for device nodes. This is used when mapping the process's
|
in for device nodes. This is used when mapping the process's
|
||||||
tty device number to a device name on systems that do not
|
tty device number to a device name on systems that do not
|
||||||
provide such a mechanism. Sudo will _n_o_t recurse into
|
provide such a mechanism. Sudo will _n_o_t recurse into sub-
|
||||||
subdirectories. If terminal devices may be located in a
|
directories. If terminal devices may be located in a sub-
|
||||||
subdirectory of _/_d_e_v, that path must be explicitly listed in
|
directory of _/_d_e_v, that path must be explicitly listed in
|
||||||
_d_e_v_s_e_a_r_c_h. The default value is:
|
_d_e_v_s_e_a_r_c_h. The default value is:
|
||||||
/dev/pts:/dev/vt:/dev/term:/dev/zcons:/dev/pty:/dev
|
/dev/pts:/dev/vt:/dev/term:/dev/zcons:/dev/pty:/dev
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
|
.\" Automatically generated from an mdoc input file. Do not edit.
|
||||||
.\" IT IS GENERATED AUTOMATICALLY FROM sudo.conf.mdoc.in
|
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2010-2017 Todd C. Miller <Todd.Miller@sudo.ws>
|
.\" Copyright (c) 2010-2017 Todd C. Miller <Todd.Miller@sudo.ws>
|
||||||
.\"
|
.\"
|
||||||
@ -246,8 +245,8 @@ This is used when mapping the process's tty device number to a device name
|
|||||||
on systems that do not provide such a mechanism.
|
on systems that do not provide such a mechanism.
|
||||||
Sudo will
|
Sudo will
|
||||||
\fInot\fR
|
\fInot\fR
|
||||||
recurse into subdirectories.
|
recurse into sub-directories.
|
||||||
If terminal devices may be located in a subdirectory of
|
If terminal devices may be located in a sub-directory of
|
||||||
\fI/dev\fR,
|
\fI/dev\fR,
|
||||||
that path must be explicitly listed in
|
that path must be explicitly listed in
|
||||||
\fIdevsearch\fR.
|
\fIdevsearch\fR.
|
||||||
|
@ -222,8 +222,8 @@ This is used when mapping the process's tty device number to a device name
|
|||||||
on systems that do not provide such a mechanism.
|
on systems that do not provide such a mechanism.
|
||||||
Sudo will
|
Sudo will
|
||||||
.Em not
|
.Em not
|
||||||
recurse into subdirectories.
|
recurse into sub-directories.
|
||||||
If terminal devices may be located in a subdirectory of
|
If terminal devices may be located in a sub-directory of
|
||||||
.Pa /dev ,
|
.Pa /dev ,
|
||||||
that path must be explicitly listed in
|
that path must be explicitly listed in
|
||||||
.Em devsearch .
|
.Em devsearch .
|
||||||
|
@ -525,7 +525,7 @@ DDEESSCCRRIIPPTTIIOONN
|
|||||||
which may choose to ignore it.
|
which may choose to ignore it.
|
||||||
|
|
||||||
iolog_mode=octal
|
iolog_mode=octal
|
||||||
The file permision mode to use when creating I/O log
|
The file permission mode to use when creating I/O log
|
||||||
files and directories. This is a hint to the I/O
|
files and directories. This is a hint to the I/O
|
||||||
logging plugin which may choose to ignore it.
|
logging plugin which may choose to ignore it.
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
|
.\" Automatically generated from an mdoc input file. Do not edit.
|
||||||
.\" IT IS GENERATED AUTOMATICALLY FROM sudo_plugin.mdoc.in
|
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2009-2018 Todd C. Miller <Todd.Miller@sudo.ws>
|
.\" Copyright (c) 2009-2018 Todd C. Miller <Todd.Miller@sudo.ws>
|
||||||
.\"
|
.\"
|
||||||
@ -912,7 +911,7 @@ The group that will own newly created I/O log files and directories.
|
|||||||
This is a hint to the I/O logging plugin which may choose to ignore it.
|
This is a hint to the I/O logging plugin which may choose to ignore it.
|
||||||
.TP 6n
|
.TP 6n
|
||||||
iolog_mode=octal
|
iolog_mode=octal
|
||||||
The file permision mode to use when creating I/O log files and directories.
|
The file permission mode to use when creating I/O log files and directories.
|
||||||
This is a hint to the I/O logging plugin which may choose to ignore it.
|
This is a hint to the I/O logging plugin which may choose to ignore it.
|
||||||
.TP 6n
|
.TP 6n
|
||||||
iolog_user=string
|
iolog_user=string
|
||||||
|
@ -810,7 +810,7 @@ This is a hint to the I/O logging plugin which may choose to ignore it.
|
|||||||
The group that will own newly created I/O log files and directories.
|
The group that will own newly created I/O log files and directories.
|
||||||
This is a hint to the I/O logging plugin which may choose to ignore it.
|
This is a hint to the I/O logging plugin which may choose to ignore it.
|
||||||
.It iolog_mode=octal
|
.It iolog_mode=octal
|
||||||
The file permision mode to use when creating I/O log files and directories.
|
The file permission mode to use when creating I/O log files and directories.
|
||||||
This is a hint to the I/O logging plugin which may choose to ignore it.
|
This is a hint to the I/O logging plugin which may choose to ignore it.
|
||||||
.It iolog_user=string
|
.It iolog_user=string
|
||||||
The user that will own newly created I/O log files and directories.
|
The user that will own newly created I/O log files and directories.
|
||||||
|
@ -450,7 +450,7 @@ DDEESSCCRRIIPPTTIIOONN
|
|||||||
This option can be used to query a user's netgroups directly via
|
This option can be used to query a user's netgroups directly via
|
||||||
LDAP which is usually faster than fetching every sudoRole object
|
LDAP which is usually faster than fetching every sudoRole object
|
||||||
containing a sudoUser that begins with a `+' prefix. The NIS
|
containing a sudoUser that begins with a `+' prefix. The NIS
|
||||||
schema used by some LDAP servers need a modificaton to support
|
schema used by some LDAP servers need a modification to support
|
||||||
querying the nisNetgroup object by its nisNetgroupTriple member.
|
querying the nisNetgroup object by its nisNetgroupTriple member.
|
||||||
OpenLDAP's ssllaappdd requires the following change to the
|
OpenLDAP's ssllaappdd requires the following change to the
|
||||||
nisNetgroupTriple attribute:
|
nisNetgroupTriple attribute:
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
|
.\" Automatically generated from an mdoc input file. Do not edit.
|
||||||
.\" IT IS GENERATED AUTOMATICALLY FROM sudoers.ldap.mdoc.in
|
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2003-2018 Todd C. Miller <Todd.Miller@sudo.ws>
|
.\" Copyright (c) 2003-2018 Todd C. Miller <Todd.Miller@sudo.ws>
|
||||||
.\"
|
.\"
|
||||||
@ -793,7 +792,7 @@ object containing a
|
|||||||
that begins with a
|
that begins with a
|
||||||
\(oq+\(cq
|
\(oq+\(cq
|
||||||
prefix.
|
prefix.
|
||||||
The NIS schema used by some LDAP servers need a modificaton to
|
The NIS schema used by some LDAP servers need a modification to
|
||||||
support querying the
|
support querying the
|
||||||
\fRnisNetgroup\fR
|
\fRnisNetgroup\fR
|
||||||
object by its
|
object by its
|
||||||
|
@ -741,7 +741,7 @@ object containing a
|
|||||||
that begins with a
|
that begins with a
|
||||||
.Ql +
|
.Ql +
|
||||||
prefix.
|
prefix.
|
||||||
The NIS schema used by some LDAP servers need a modificaton to
|
The NIS schema used by some LDAP servers need a modification to
|
||||||
support querying the
|
support querying the
|
||||||
.Li nisNetgroup
|
.Li nisNetgroup
|
||||||
object by its
|
object by its
|
||||||
|
@ -124,12 +124,12 @@ DDEESSCCRRIIPPTTIIOONN
|
|||||||
eliminate the pauses entirely.
|
eliminate the pauses entirely.
|
||||||
|
|
||||||
--nn, ----nnoonn--iinntteerraaccttiivvee
|
--nn, ----nnoonn--iinntteerraaccttiivvee
|
||||||
Do not prompt for user input or attempt to resize the
|
Do not prompt for user input or attempt to re-size the
|
||||||
terminal. The session is written to the standard output, not
|
terminal. The session is written to the standard output, not
|
||||||
directly to the user's terminal.
|
directly to the user's terminal.
|
||||||
|
|
||||||
--RR, ----nnoo--rreessiizzee
|
--RR, ----nnoo--rreessiizzee
|
||||||
Do not attempt to resize the terminal to match the terminal
|
Do not attempt to re-size the terminal to match the terminal
|
||||||
size of the session.
|
size of the session.
|
||||||
|
|
||||||
--ss, ----ssppeeeedd _s_p_e_e_d___f_a_c_t_o_r
|
--ss, ----ssppeeeedd _s_p_e_e_d___f_a_c_t_o_r
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
|
.\" Automatically generated from an mdoc input file. Do not edit.
|
||||||
.\" IT IS GENERATED AUTOMATICALLY FROM sudoreplay.mdoc.in
|
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2009-2018 Todd C. Miller <Todd.Miller@sudo.ws>
|
.\" Copyright (c) 2009-2018 Todd C. Miller <Todd.Miller@sudo.ws>
|
||||||
.\"
|
.\"
|
||||||
@ -245,12 +244,12 @@ A
|
|||||||
of zero or less will eliminate the pauses entirely.
|
of zero or less will eliminate the pauses entirely.
|
||||||
.TP 12n
|
.TP 12n
|
||||||
\fB\-n\fR, \fB\--non-interactive\fR
|
\fB\-n\fR, \fB\--non-interactive\fR
|
||||||
Do not prompt for user input or attempt to resize the terminal.
|
Do not prompt for user input or attempt to re-size the terminal.
|
||||||
The session is written to the standard output, not directly to
|
The session is written to the standard output, not directly to
|
||||||
the user's terminal.
|
the user's terminal.
|
||||||
.TP 12n
|
.TP 12n
|
||||||
\fB\-R\fR, \fB\--no-resize\fR
|
\fB\-R\fR, \fB\--no-resize\fR
|
||||||
Do not attempt to resize the terminal to match the terminal size
|
Do not attempt to re-size the terminal to match the terminal size
|
||||||
of the session.
|
of the session.
|
||||||
.TP 12n
|
.TP 12n
|
||||||
\fB\-s\fR, \fB\--speed\fR \fIspeed_factor\fR
|
\fB\-s\fR, \fB\--speed\fR \fIspeed_factor\fR
|
||||||
|
@ -224,11 +224,11 @@ A
|
|||||||
.Em max_wait
|
.Em max_wait
|
||||||
of zero or less will eliminate the pauses entirely.
|
of zero or less will eliminate the pauses entirely.
|
||||||
.It Fl n , -non-interactive
|
.It Fl n , -non-interactive
|
||||||
Do not prompt for user input or attempt to resize the terminal.
|
Do not prompt for user input or attempt to re-size the terminal.
|
||||||
The session is written to the standard output, not directly to
|
The session is written to the standard output, not directly to
|
||||||
the user's terminal.
|
the user's terminal.
|
||||||
.It Fl R , -no-resize
|
.It Fl R , -no-resize
|
||||||
Do not attempt to resize the terminal to match the terminal size
|
Do not attempt to re-size the terminal to match the terminal size
|
||||||
of the session.
|
of the session.
|
||||||
.It Fl s , -speed Ar speed_factor
|
.It Fl s , -speed Ar speed_factor
|
||||||
This option causes
|
This option causes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user