mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +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
|
--bb _d_n, ----bbaassee=_d_n
|
||||||
The base DN (distinguished name) that will be used when
|
The base DN (distinguished name) that will be used when
|
||||||
performing LDAP queries. Typically this is of the form
|
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
|
If this option is not specified, the value of the
|
||||||
SUDOERS_BASE environment variable will be used instead. Only
|
SUDOERS_BASE environment variable will be used instead. Only
|
||||||
necessary when converting to LDIF format.
|
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
|
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.
|
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
|
Specify the output format (case-insensitive). The following
|
||||||
formats are supported:
|
formats are supported:
|
||||||
|
|
||||||
@ -276,4 +276,4 @@ DDIISSCCLLAAIIMMEERR
|
|||||||
file distributed with ssuuddoo or https://www.sudo.ws/license.html for
|
file distributed with ssuuddoo or https://www.sudo.ws/license.html for
|
||||||
complete details.
|
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
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" 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
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@ -59,7 +59,7 @@ The options are as follows:
|
|||||||
The base DN (distinguished name) that will be used when performing
|
The base DN (distinguished name) that will be used when performing
|
||||||
LDAP queries.
|
LDAP queries.
|
||||||
Typically this is of the form
|
Typically this is of the form
|
||||||
\fRou=SUDOers,dc=-mydomain,dc=com\fR
|
\fRou=SUDOers,dc=my-domain,dc=com\fR
|
||||||
for the domain
|
for the domain
|
||||||
\fRmy-domain.com\fR.
|
\fRmy-domain.com\fR.
|
||||||
If this option is not specified, the value of the
|
If this option is not specified, the value of the
|
||||||
@ -125,7 +125,7 @@ Aliases are preserved by default when the output
|
|||||||
\fIformat\fR
|
\fIformat\fR
|
||||||
is JSON or sudoers.
|
is JSON or sudoers.
|
||||||
.TP 12n
|
.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).
|
Specify the output format (case-insensitive).
|
||||||
The following formats are supported:
|
The following formats are supported:
|
||||||
.PP
|
.PP
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd October 24, 2018
|
.Dd December 11, 2018
|
||||||
.Dt CVTSUDOERS 1
|
.Dt CVTSUDOERS 1
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -57,7 +57,7 @@ The options are as follows:
|
|||||||
The base DN (distinguished name) that will be used when performing
|
The base DN (distinguished name) that will be used when performing
|
||||||
LDAP queries.
|
LDAP queries.
|
||||||
Typically this is of the form
|
Typically this is of the form
|
||||||
.Li ou=SUDOers,dc=-mydomain,dc=com
|
.Li ou=SUDOers,dc=my-domain,dc=com
|
||||||
for the domain
|
for the domain
|
||||||
.Li my-domain.com .
|
.Li my-domain.com .
|
||||||
If this option is not specified, the value of the
|
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
|
Aliases are preserved by default when the output
|
||||||
.Ar format
|
.Ar format
|
||||||
is JSON or sudoers.
|
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).
|
Specify the output format (case-insensitive).
|
||||||
The following formats are supported:
|
The following formats are supported:
|
||||||
.Bl -tag -width 8n
|
.Bl -tag -width 8n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user