Blame SOURCES/sudo-1.8.25-typos-manpages.patch

22f5af
From 04a4b3c1fcc1526ff1ea73597a1764cb160d400b Mon Sep 17 00:00:00 2001
22f5af
From: "Todd C. Miller" <Todd.Miller@sudo.ws>
22f5af
Date: Tue, 11 Dec 2018 09:02:30 -0700
22f5af
Subject: [PATCH 1/4] Fix some typos; reported by Radovan Sroka
22f5af
22f5af
---
22f5af
 doc/cvtsudoers.cat     | 6 +++---
22f5af
 doc/cvtsudoers.man.in  | 6 +++---
22f5af
 doc/cvtsudoers.mdoc.in | 6 +++---
22f5af
 3 files changed, 9 insertions(+), 9 deletions(-)
22f5af
22f5af
diff --git a/doc/cvtsudoers.cat b/doc/cvtsudoers.cat
22f5af
index 61bf3a28..9c1ef140 100644
22f5af
--- a/doc/cvtsudoers.cat
22f5af
+++ b/doc/cvtsudoers.cat
22f5af
@@ -24,7 +24,7 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
22f5af
      -?-b?b _?d_?n, -?--?-b?ba?as?se?e=_?d_?n
22f5af
                  The base DN (distinguished name) that will be used when
22f5af
                  performing LDAP queries.  Typically this is of the form
22f5af
-                 ou=SUDOers,dc=-mydomain,dc=com for the domain my-domain.com.
22f5af
+                 ou=SUDOers,dc=my-domain,dc=com for the domain my-domain.com.
22f5af
                  If this option is not specified, the value of the
22f5af
                  SUDOERS_BASE environment variable will be used instead.  Only
22f5af
                  necessary when converting to LDIF format.
22f5af
@@ -60,7 +60,7 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
22f5af
                  Expand aliases in _?i_?n_?p_?u_?t_?__?f_?i_?l_?e.  Aliases are preserved by
22f5af
                  default when the output _?f_?o_?r_?m_?a_?t is JSON or sudoers.
22f5af
 
22f5af
-     -?-f?f _?o_?u_?t_?p_?u_?t_?__?f_?o_?r_?m_?a_?t, -?--?-f?fo?or?rm?ma?at?t=_?o_?u_?t_?p_?u_?t_?__?f_?o_?r_?m_?a_?t
22f5af
+     -?-f?f _?o_?u_?t_?p_?u_?t_?__?f_?o_?r_?m_?a_?t, -?--?-o?ou?ut?tp?pu?ut?t-?-f?fo?or?rm?ma?at?t=_?o_?u_?t_?p_?u_?t_?__?f_?o_?r_?m_?a_?t
22f5af
                  Specify the output format (case-insensitive).  The following
22f5af
                  formats are supported:
22f5af
 
22f5af
diff --git a/doc/cvtsudoers.man.in b/doc/cvtsudoers.man.in
22f5af
index b159ee5d..2f45ee1d 100644
22f5af
--- a/doc/cvtsudoers.man.in
22f5af
+++ b/doc/cvtsudoers.man.in
22f5af
@@ -59,7 +59,7 @@ The options are as follows:
22f5af
 The base DN (distinguished name) that will be used when performing
22f5af
 LDAP queries.
22f5af
 Typically this is of the form
22f5af
-\fRou=SUDOers,dc=-mydomain,dc=com\fR
22f5af
+\fRou=SUDOers,dc=my-domain,dc=com\fR
22f5af
 for the domain
22f5af
 \fRmy-domain.com\fR.
22f5af
 If this option is not specified, the value of the
22f5af
@@ -125,7 +125,7 @@ Aliases are preserved by default when the output
22f5af
 \fIformat\fR
22f5af
 is JSON or sudoers.
22f5af
 .TP 12n
22f5af
-\fB\-f\fR \fIoutput_format\fR, \fB\--format\fR=\fIoutput_format\fR
22f5af
+\fB\-f\fR \fIoutput_format\fR, \fB\--output-format\fR=\fIoutput_format\fR
22f5af
 Specify the output format (case-insensitive).
22f5af
 The following formats are supported:
22f5af
 .PP
22f5af
diff --git a/doc/cvtsudoers.mdoc.in b/doc/cvtsudoers.mdoc.in
22f5af
index 1812bc67..8261ddc6 100644
22f5af
--- a/doc/cvtsudoers.mdoc.in
22f5af
+++ b/doc/cvtsudoers.mdoc.in
22f5af
@@ -57,7 +57,7 @@ The options are as follows:
22f5af
 The base DN (distinguished name) that will be used when performing
22f5af
 LDAP queries.
22f5af
 Typically this is of the form
22f5af
-.Li ou=SUDOers,dc=-mydomain,dc=com
22f5af
+.Li ou=SUDOers,dc=my-domain,dc=com
22f5af
 for the domain
22f5af
 .Li my-domain.com .
22f5af
 If this option is not specified, the value of the
22f5af
@@ -110,7 +110,7 @@ Expand aliases in
22f5af
 Aliases are preserved by default when the output
22f5af
 .Ar format
22f5af
 is JSON or sudoers.
22f5af
-.It Fl f Ar output_format , Fl -format Ns = Ns Ar output_format
22f5af
+.It Fl f Ar output_format , Fl -output-format Ns = Ns Ar output_format
22f5af
 Specify the output format (case-insensitive).
22f5af
 The following formats are supported:
22f5af
 .Bl -tag -width 8n
22f5af
-- 
22f5af
2.17.2
22f5af