summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2014-03-15 09:15:36 -0600
committerTodd C. Miller <Todd.Miller@courtesan.com>2014-03-15 09:15:36 -0600
commit12afad098856335dc8256d364ece3dd0fbbe6354 (patch)
tree6cb66ee80bc569ff3c3f8d7961d18e98c0d25bdd
parent504acdc218a72e4b21acff46602f0eee169a99cd (diff)
downloadsudo-12afad098856335dc8256d364ece3dd0fbbe6354.tar.gz
Fix typos in description of the -x option. Bug #637
-rw-r--r--doc/visudo.cat4
-rw-r--r--doc/visudo.man.in4
-rw-r--r--doc/visudo.mdoc.in4
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/visudo.cat b/doc/visudo.cat
index a7b91ea75..66ba0a7f4 100644
--- a/doc/visudo.cat
+++ b/doc/visudo.cat
@@ -74,9 +74,9 @@ DDEESSCCRRIIPPTTIIOONN
--xx _f_i_l_e, ----eexxppoorrtt=_f_i_l_e
Export _s_u_d_o_e_r_s in JSON format and write it to _f_i_l_e. If _f_i_l_e
- is `-', the exported _s_u_d_o_e_r_s policy will to be written to the
+ is `-', the exported _s_u_d_o_e_r_s policy will be written to the
standard output. The exported format is intended to be
- easier for third-party applications to parse that the
+ easier for third-party applications to parse than the
traditional _s_u_d_o_e_r_s format. The various values have explicit
types which removes much of the ambiguity of the _s_u_d_o_e_r_s
format.
diff --git a/doc/visudo.man.in b/doc/visudo.man.in
index 4f622e112..d26eb6761 100644
--- a/doc/visudo.man.in
+++ b/doc/visudo.man.in
@@ -216,9 +216,9 @@ is
\(oq-\(cq,
the exported
\fIsudoers\fR
-policy will to be written to the standard output.
+policy will be written to the standard output.
The exported format is intended to be easier for third-party
-applications to parse that the traditional
+applications to parse than the traditional
\fIsudoers\fR
format.
The various values have explicit types which removes much of the
diff --git a/doc/visudo.mdoc.in b/doc/visudo.mdoc.in
index cc89a1241..c94cdbbda 100644
--- a/doc/visudo.mdoc.in
+++ b/doc/visudo.mdoc.in
@@ -207,9 +207,9 @@ is
.Ql - ,
the exported
.Em sudoers
-policy will to be written to the standard output.
+policy will be written to the standard output.
The exported format is intended to be easier for third-party
-applications to parse that the traditional
+applications to parse than the traditional
.Em sudoers
format.
The various values have explicit types which removes much of the