2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Fix unescaped '\' and remove an extra '[' in the definition of digest.

This commit is contained in:
Todd C. Miller 2019-03-04 08:52:28 -07:00
parent ea3ede690f
commit 0e8fffdb30
3 changed files with 11 additions and 11 deletions

View File

@ -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 |
@ -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

View File

@ -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 <Todd.Miller@sudo.ws>
.\"
.\" 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 |

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 1994-1996, 1998-2005, 2007-2018
.\" Copyright (c) 1994-1996, 1998-2005, 2007-2019
.\" Todd C. Miller <Todd.Miller@sudo.ws>
.\"
.\" 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 |