From: Todd C. Miller Date: Tue, 27 Feb 2018 00:59:58 +0000 (-0700) Subject: Add missing close parenthesis in "Including other files from within X-Git-Tag: SUDO_1_8_23^2~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12affcd5ef0dcea29d09169402ee0cb07c9a86a2;p=sudo Add missing close parenthesis in "Including other files from within sudoers" section. Bug #824 --- diff --git a/doc/sudoers.cat b/doc/sudoers.cat index e2c9282e3..5c65888c0 100644 --- a/doc/sudoers.cat +++ b/doc/sudoers.cat @@ -837,7 +837,7 @@ SSUUDDOOEERRSS FFIILLEE FFOORRMMAATT of 128 nested include files is enforced to prevent include file loops. If the path to the include file is not fully-qualified (does not begin - with a `/', it must be located in the same directory as the sudoers file + with a `/'), it must be located in the same directory as the sudoers file it was included from. For example, if _/_e_t_c_/_s_u_d_o_e_r_s contains the line: #include sudoers.local @@ -2897,4 +2897,4 @@ DDIISSCCLLAAIIMMEERR file distributed with ssuuddoo or https://www.sudo.ws/license.html for complete details. -Sudo 1.8.23 February 19, 2018 Sudo 1.8.23 +Sudo 1.8.23 February 26, 2018 Sudo 1.8.23 diff --git a/doc/sudoers.man.in b/doc/sudoers.man.in index 66e86fd7d..85d0806af 100644 --- a/doc/sudoers.man.in +++ b/doc/sudoers.man.in @@ -21,7 +21,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.TH "SUDOERS" "5" "February 19, 2018" "Sudo @PACKAGE_VERSION@" "File Formats Manual" +.TH "SUDOERS" "5" "February 26, 2018" "Sudo @PACKAGE_VERSION@" "File Formats Manual" .nh .if n .ad l .SH "NAME" @@ -1792,7 +1792,7 @@ file loops. .PP If the path to the include file is not fully-qualified (does not begin with a -\(oq/\(cq, +\(oq/\(cq), it must be located in the same directory as the sudoers file it was included from. For example, if diff --git a/doc/sudoers.mdoc.in b/doc/sudoers.mdoc.in index d319d9af3..8a78855b6 100644 --- a/doc/sudoers.mdoc.in +++ b/doc/sudoers.mdoc.in @@ -19,7 +19,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd February 19, 2018 +.Dd February 26, 2018 .Dt SUDOERS @mansectform@ .Os Sudo @PACKAGE_VERSION@ .Sh NAME @@ -1677,7 +1677,7 @@ file loops. .Pp If the path to the include file is not fully-qualified (does not begin with a -.Ql / , +.Ql / ) , it must be located in the same directory as the sudoers file it was included from. For example, if