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:
parent
ea3ede690f
commit
0e8fffdb30
@ -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
|
||||
|
@ -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 |
|
||||
@ -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
|
||||
|
@ -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 |
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user