Blob Blame History Raw
From 04a4b3c1fcc1526ff1ea73597a1764cb160d400b Mon Sep 17 00:00:00 2001
From: "Todd C. Miller" <Todd.Miller@sudo.ws>
Date: Tue, 11 Dec 2018 09:02:30 -0700
Subject: [PATCH 1/4] Fix some typos; reported by Radovan Sroka

---
 doc/cvtsudoers.cat     | 6 +++---
 doc/cvtsudoers.man.in  | 6 +++---
 doc/cvtsudoers.mdoc.in | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/cvtsudoers.cat b/doc/cvtsudoers.cat
index 61bf3a28..9c1ef140 100644
--- a/doc/cvtsudoers.cat
+++ b/doc/cvtsudoers.cat
@@ -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:
 
diff --git a/doc/cvtsudoers.man.in b/doc/cvtsudoers.man.in
index b159ee5d..2f45ee1d 100644
--- a/doc/cvtsudoers.man.in
+++ b/doc/cvtsudoers.man.in
@@ -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
diff --git a/doc/cvtsudoers.mdoc.in b/doc/cvtsudoers.mdoc.in
index 1812bc67..8261ddc6 100644
--- a/doc/cvtsudoers.mdoc.in
+++ b/doc/cvtsudoers.mdoc.in
@@ -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
-- 
2.17.2