From 0e8fffdb3014270384e179a4a3a8fe62bfcd51aa Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 4 Mar 2019 08:52:28 -0700 Subject: [PATCH] Fix unescaped '\' and remove an extra '[' in the definition of digest. --- doc/sudoers.cat | 6 +++--- doc/sudoers.man.in | 8 ++++---- doc/sudoers.mdoc.in | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/sudoers.cat b/doc/sudoers.cat index 9cc6a9521..b813e60d9 100644 --- a/doc/sudoers.cat +++ b/doc/sudoers.cat @@ -377,7 +377,7 @@ SSUUDDOOEERRSS FFIILLEE FFOORRMMAATT the case for non-networked systems. digest ::= [A-Fa-f0-9]+ | - [[A-Za-z0-9+/=]+ + [A-Za-z0-9\+/=]+ Digest_Spec ::= "sha224" ':' digest | "sha256" ':' digest | @@ -1099,7 +1099,7 @@ SSUUDDOOEERRSS OOPPTTIIOONNSS has the fully-qualified domain name as the "canonical" host name, and the short version as an alias. - 192.168.1.1 xyzzy.sudo.ws xyzzy + 192.168.1.1 xyzzy.sudo.ws xyzzy If the machine's hosts file entry is not formatted properly, the _f_q_d_n option will not be effective if it @@ -2928,4 +2928,4 @@ DDIISSCCLLAAIIMMEERR file distributed with ssuuddoo or https://www.sudo.ws/license.html for complete details. -Sudo 1.8.26 December 20, 2018 Sudo 1.8.26 +Sudo 1.8.27 March 4, 2019 Sudo 1.8.27 diff --git a/doc/sudoers.man.in b/doc/sudoers.man.in index e2470b553..744b79720 100644 --- a/doc/sudoers.man.in +++ b/doc/sudoers.man.in @@ -1,6 +1,6 @@ .\" Automatically generated from an mdoc input file. Do not edit. .\" -.\" Copyright (c) 1994-1996, 1998-2005, 2007-2018 +.\" Copyright (c) 1994-1996, 1998-2005, 2007-2019 .\" Todd C. Miller .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -23,7 +23,7 @@ .nr BA @BAMAN@ .nr LC @LCMAN@ .nr PS @PSMAN@ -.TH "SUDOERS" "@mansectform@" "December 20, 2018" "Sudo @PACKAGE_VERSION@" "File Formats Manual" +.TH "SUDOERS" "@mansectform@" "March 4, 2019" "Sudo @PACKAGE_VERSION@" "File Formats Manual" .nh .if n .ad l .SH "NAME" @@ -838,7 +838,7 @@ only the case for non-networked systems. .sp .RS 0n digest ::= [A-Fa-f0-9]+ | - [[A-Za-z0-9\+/=]+ + [A-Za-z0-9\e+/=]+ Digest_Spec ::= "sha224" ':' digest | "sha256" ':' digest | @@ -2366,7 +2366,7 @@ has the fully-qualified domain name as the host name, and the short version as an alias. .sp .RS 24n -192.168.1.1 xyzzy.sudo.ws xyzzy +192.168.1.1 xyzzy.sudo.ws xyzzy .RE .RS 18n .sp diff --git a/doc/sudoers.mdoc.in b/doc/sudoers.mdoc.in index 2053b5d12..b22d5810f 100644 --- a/doc/sudoers.mdoc.in +++ b/doc/sudoers.mdoc.in @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 1994-1996, 1998-2005, 2007-2018 +.\" Copyright (c) 1994-1996, 1998-2005, 2007-2019 .\" Todd C. Miller .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -22,7 +22,7 @@ .nr BA @BAMAN@ .nr LC @LCMAN@ .nr PS @PSMAN@ -.Dd December 20, 2018 +.Dd March 4, 2019 .Dt SUDOERS @mansectform@ .Os Sudo @PACKAGE_VERSION@ .Sh NAME @@ -803,7 +803,7 @@ will only match if that is the actual host name, which is usually only the case for non-networked systems. .Bd -literal digest ::= [A-Fa-f0-9]+ | - [[A-Za-z0-9\+/=]+ + [A-Za-z0-9\e+/=]+ Digest_Spec ::= "sha224" ':' digest | "sha256" ':' digest | @@ -2227,7 +2227,7 @@ has the fully-qualified domain name as the .Dq canonical host name, and the short version as an alias. .sp -.Dl 192.168.1.1 xyzzy.sudo.ws xyzzy +.Dl 192.168.1.1 xyzzy.sudo.ws xyzzy .sp If the machine's hosts file entry is not formatted properly, the .Em fqdn