diff --git a/doc/sudoers.man.in b/doc/sudoers.man.in index 7c58424fd..f30f2333a 100644 --- a/doc/sudoers.man.in +++ b/doc/sudoers.man.in @@ -25,7 +25,7 @@ .nr BA @BAMAN@ .nr LC @LCMAN@ .nr PS @PSMAN@ -.TH "SUDOERS" "@mansectform@" "September 29, 2021" "Sudo @PACKAGE_VERSION@" "File Formats Manual" +.TH "SUDOERS" "@mansectform@" "October 26, 2021" "Sudo @PACKAGE_VERSION@" "File Formats Manual" .nh .if n .ad l .SH "NAME" @@ -2072,8 +2072,8 @@ Files that are included may themselves include other files. A hard limit of 128 nested include files is enforced to prevent include file loops. .PP -The path to the include file may contain white space if it is -escaped with a backslash +Starting with version 1.9.1, the path to the include file may contain +white space if it is escaped with a backslash (\(oq\e\(cq). Alternately, the entire path may be enclosed in double quotes (\&""), diff --git a/doc/sudoers.mdoc.in b/doc/sudoers.mdoc.in index 5a6faf1b1..8c45f2328 100644 --- a/doc/sudoers.mdoc.in +++ b/doc/sudoers.mdoc.in @@ -24,7 +24,7 @@ .nr BA @BAMAN@ .nr LC @LCMAN@ .nr PS @PSMAN@ -.Dd September 29, 2021 +.Dd October 26, 2021 .Dt SUDOERS @mansectform@ .Os Sudo @PACKAGE_VERSION@ .Sh NAME @@ -1951,8 +1951,8 @@ Files that are included may themselves include other files. A hard limit of 128 nested include files is enforced to prevent include file loops. .Pp -The path to the include file may contain white space if it is -escaped with a backslash +Starting with version 1.9.1, the path to the include file may contain +white space if it is escaped with a backslash .Pq Ql \e . Alternately, the entire path may be enclosed in double quotes .Pq \&"" ,