]> granicus.if.org Git - sudo/commitdiff
start new sentences on a new line
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 21 Jul 2017 17:20:04 +0000 (11:20 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 21 Jul 2017 17:20:04 +0000 (11:20 -0600)
doc/sudo.conf.cat
doc/sudo.conf.man.in
doc/sudo.conf.mdoc.in

index 92e9ddab72cb229f462d578e61eaf71b090092ba..41acc70aee3343574b77e39e1cc8ebd56bd97474 100644 (file)
@@ -432,4 +432,4 @@ D\bDI\bIS\bSC\bCL\bLA\bAI\bIM\bME\bER\bR
      file distributed with s\bsu\bud\bdo\bo or https://www.sudo.ws/license.html for
      complete details.
 
-Sudo 1.8.21                      June 2, 2017                      Sudo 1.8.21
+Sudo 1.8.21                      July 21, 2017                     Sudo 1.8.21
index 227d1fb754470b02c204fe2519b569298d9c8146..82fd075cc3bfd666140fd5ee9c2534cd3154188d 100644 (file)
@@ -16,7 +16,7 @@
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH "SUDO.CONF" "5" "June 2, 2017" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
+.TH "SUDO.CONF" "5" "July 21, 2017" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
 .nh
 .if n .ad l
 .SH "NAME"
@@ -452,10 +452,11 @@ probe_interfaces
 By default,
 \fBsudo\fR
 will probe the system's network interfaces and pass the IP address
-of each enabled interface to the policy plugin.  This makes it
-possible for the plugin to match rules based on the IP address
-without having to query DNS.  On Linux systems with a large number
-of virtual interfaces, this may take a non-negligible amount of time.
+of each enabled interface to the policy plugin.
+This makes it possible for the plugin to match rules based on the IP address
+without having to query DNS.
+On Linux systems with a large number of virtual interfaces, this may
+take a non-negligible amount of time.
 If IP-based matching is not required, network interface probing
 can be disabled as follows:
 .nf
@@ -483,8 +484,8 @@ line consists of the
 \fRDebug\fR
 keyword, followed by the name of the program (or plugin) to debug
 (\fBsudo\fR, \fBvisudo\fR, \fBsudoreplay\fR, \fBsudoers\fR),
-the debug file name and a comma-separated list of debug flags.  The
-debug flag syntax used by
+the debug file name and a comma-separated list of debug flags.
+The debug flag syntax used by
 \fBsudo\fR
 and the
 \fBsudoers\fR
@@ -539,7 +540,8 @@ The following priorities are supported, in order of decreasing severity:
 and
 \fIdebug\fR.
 Each priority, when specified, also includes all priorities higher
-than it.  For example, a priority of
+than it.
+For example, a priority of
 \fInotice\fR
 would include debug messages logged at
 \fInotice\fR
index 66c3a30495d815dbdbc0c54ad6035d6b7bee8eff..b067bb9feed3310bfab7beb90816748bd5412df4 100644 (file)
@@ -14,7 +14,7 @@
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 2, 2017
+.Dd July 21, 2017
 .Dt SUDO.CONF @mansectform@
 .Os Sudo @PACKAGE_VERSION@
 .Sh NAME
@@ -410,10 +410,11 @@ version 1.8.7 and higher.
 By default,
 .Nm sudo
 will probe the system's network interfaces and pass the IP address
-of each enabled interface to the policy plugin.  This makes it
-possible for the plugin to match rules based on the IP address
-without having to query DNS.  On Linux systems with a large number
-of virtual interfaces, this may take a non-negligible amount of time.
+of each enabled interface to the policy plugin.
+This makes it possible for the plugin to match rules based on the IP address
+without having to query DNS.
+On Linux systems with a large number of virtual interfaces, this may
+take a non-negligible amount of time.
 If IP-based matching is not required, network interface probing
 can be disabled as follows:
 .Bd -literal -offset indent
@@ -437,8 +438,8 @@ line consists of the
 .Li Debug
 keyword, followed by the name of the program (or plugin) to debug
 .Pq Nm sudo , Nm visudo , Nm sudoreplay , Nm sudoers ,
-the debug file name and a comma-separated list of debug flags.  The
-debug flag syntax used by
+the debug file name and a comma-separated list of debug flags.
+The debug flag syntax used by
 .Nm sudo
 and the
 .Nm sudoers
@@ -490,7 +491,8 @@ The following priorities are supported, in order of decreasing severity:
 and
 .Em debug .
 Each priority, when specified, also includes all priorities higher
-than it.  For example, a priority of
+than it.
+For example, a priority of
 .Em notice
 would include debug messages logged at
 .Em notice