mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
Fix some typos; reported by Radovan Sroka
This commit is contained in:
parent
5242773489
commit
04a4b3c1fc
@ -24,7 +24,7 @@ DDEESSCCRRIIPPTTIIOONN
|
||||
--bb _d_n, ----bbaassee=_d_n
|
||||
The base DN (distinguished name) that will be used when
|
||||
performing LDAP queries. Typically this is of the form
|
||||
ou=SUDOers,dc=-mydomain,dc=com for the domain my-domain.com.
|
||||
ou=SUDOers,dc=my-domain,dc=com for the domain my-domain.com.
|
||||
If this option is not specified, the value of the
|
||||
SUDOERS_BASE environment variable will be used instead. Only
|
||||
necessary when converting to LDIF format.
|
||||
@ -60,7 +60,7 @@ DDEESSCCRRIIPPTTIIOONN
|
||||
Expand aliases in _i_n_p_u_t___f_i_l_e. Aliases are preserved by
|
||||
default when the output _f_o_r_m_a_t is JSON or sudoers.
|
||||
|
||||
--ff _o_u_t_p_u_t___f_o_r_m_a_t, ----ffoorrmmaatt=_o_u_t_p_u_t___f_o_r_m_a_t
|
||||
--ff _o_u_t_p_u_t___f_o_r_m_a_t, ----oouuttppuutt--ffoorrmmaatt=_o_u_t_p_u_t___f_o_r_m_a_t
|
||||
Specify the output format (case-insensitive). The following
|
||||
formats are supported:
|
||||
|
||||
@ -276,4 +276,4 @@ DDIISSCCLLAAIIMMEERR
|
||||
file distributed with ssuuddoo or https://www.sudo.ws/license.html for
|
||||
complete details.
|
||||
|
||||
Sudo 1.8.26 October 24, 2018 Sudo 1.8.26
|
||||
Sudo 1.8.26 December 11, 2018 Sudo 1.8.26
|
||||
|
@ -14,7 +14,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.TH "CVTSUDOERS" "1" "October 24, 2018" "Sudo @PACKAGE_VERSION@" "General Commands Manual"
|
||||
.TH "CVTSUDOERS" "1" "December 11, 2018" "Sudo @PACKAGE_VERSION@" "General Commands Manual"
|
||||
.nh
|
||||
.if n .ad l
|
||||
.SH "NAME"
|
||||
@ -59,7 +59,7 @@ The options are as follows:
|
||||
The base DN (distinguished name) that will be used when performing
|
||||
LDAP queries.
|
||||
Typically this is of the form
|
||||
\fRou=SUDOers,dc=-mydomain,dc=com\fR
|
||||
\fRou=SUDOers,dc=my-domain,dc=com\fR
|
||||
for the domain
|
||||
\fRmy-domain.com\fR.
|
||||
If this option is not specified, the value of the
|
||||
@ -125,7 +125,7 @@ Aliases are preserved by default when the output
|
||||
\fIformat\fR
|
||||
is JSON or sudoers.
|
||||
.TP 12n
|
||||
\fB\-f\fR \fIoutput_format\fR, \fB\--format\fR=\fIoutput_format\fR
|
||||
\fB\-f\fR \fIoutput_format\fR, \fB\--output-format\fR=\fIoutput_format\fR
|
||||
Specify the output format (case-insensitive).
|
||||
The following formats are supported:
|
||||
.PP
|
||||
|
@ -13,7 +13,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd October 24, 2018
|
||||
.Dd December 11, 2018
|
||||
.Dt CVTSUDOERS 1
|
||||
.Os Sudo @PACKAGE_VERSION@
|
||||
.Sh NAME
|
||||
@ -57,7 +57,7 @@ The options are as follows:
|
||||
The base DN (distinguished name) that will be used when performing
|
||||
LDAP queries.
|
||||
Typically this is of the form
|
||||
.Li ou=SUDOers,dc=-mydomain,dc=com
|
||||
.Li ou=SUDOers,dc=my-domain,dc=com
|
||||
for the domain
|
||||
.Li my-domain.com .
|
||||
If this option is not specified, the value of the
|
||||
@ -110,7 +110,7 @@ Expand aliases in
|
||||
Aliases are preserved by default when the output
|
||||
.Ar format
|
||||
is JSON or sudoers.
|
||||
.It Fl f Ar output_format , Fl -format Ns = Ns Ar output_format
|
||||
.It Fl f Ar output_format , Fl -output-format Ns = Ns Ar output_format
|
||||
Specify the output format (case-insensitive).
|
||||
The following formats are supported:
|
||||
.Bl -tag -width 8n
|
||||
|
Loading…
x
Reference in New Issue
Block a user