mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-28 12:57:50 +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.
|
the case for non-networked systems.
|
||||||
|
|
||||||
digest ::= [A-Fa-f0-9]+ |
|
digest ::= [A-Fa-f0-9]+ |
|
||||||
[[A-Za-z0-9+/=]+
|
[A-Za-z0-9\+/=]+
|
||||||
|
|
||||||
Digest_Spec ::= "sha224" ':' digest |
|
Digest_Spec ::= "sha224" ':' digest |
|
||||||
"sha256" ':' digest |
|
"sha256" ':' digest |
|
||||||
@ -1099,7 +1099,7 @@ SSUUDDOOEERRSS OOPPTTIIOONNSS
|
|||||||
has the fully-qualified domain name as the "canonical"
|
has the fully-qualified domain name as the "canonical"
|
||||||
host name, and the short version as an alias.
|
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
|
If the machine's hosts file entry is not formatted
|
||||||
properly, the _f_q_d_n option will not be effective if it
|
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
|
file distributed with ssuuddoo or https://www.sudo.ws/license.html for
|
||||||
complete details.
|
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.
|
.\" 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>
|
.\" Todd C. Miller <Todd.Miller@sudo.ws>
|
||||||
.\"
|
.\"
|
||||||
.\" Permission to use, copy, modify, and distribute this software for any
|
.\" Permission to use, copy, modify, and distribute this software for any
|
||||||
@ -23,7 +23,7 @@
|
|||||||
.nr BA @BAMAN@
|
.nr BA @BAMAN@
|
||||||
.nr LC @LCMAN@
|
.nr LC @LCMAN@
|
||||||
.nr PS @PSMAN@
|
.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
|
.nh
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
@ -838,7 +838,7 @@ only the case for non-networked systems.
|
|||||||
.sp
|
.sp
|
||||||
.RS 0n
|
.RS 0n
|
||||||
digest ::= [A-Fa-f0-9]+ |
|
digest ::= [A-Fa-f0-9]+ |
|
||||||
[[A-Za-z0-9\+/=]+
|
[A-Za-z0-9\e+/=]+
|
||||||
|
|
||||||
Digest_Spec ::= "sha224" ':' digest |
|
Digest_Spec ::= "sha224" ':' digest |
|
||||||
"sha256" ':' digest |
|
"sha256" ':' digest |
|
||||||
@ -2366,7 +2366,7 @@ has the fully-qualified domain name as the
|
|||||||
host name, and the short version as an alias.
|
host name, and the short version as an alias.
|
||||||
.sp
|
.sp
|
||||||
.RS 24n
|
.RS 24n
|
||||||
192.168.1.1 xyzzy.sudo.ws xyzzy
|
192.168.1.1 xyzzy.sudo.ws xyzzy
|
||||||
.RE
|
.RE
|
||||||
.RS 18n
|
.RS 18n
|
||||||
.sp
|
.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>
|
.\" Todd C. Miller <Todd.Miller@sudo.ws>
|
||||||
.\"
|
.\"
|
||||||
.\" Permission to use, copy, modify, and distribute this software for any
|
.\" Permission to use, copy, modify, and distribute this software for any
|
||||||
@ -22,7 +22,7 @@
|
|||||||
.nr BA @BAMAN@
|
.nr BA @BAMAN@
|
||||||
.nr LC @LCMAN@
|
.nr LC @LCMAN@
|
||||||
.nr PS @PSMAN@
|
.nr PS @PSMAN@
|
||||||
.Dd December 20, 2018
|
.Dd March 4, 2019
|
||||||
.Dt SUDOERS @mansectform@
|
.Dt SUDOERS @mansectform@
|
||||||
.Os Sudo @PACKAGE_VERSION@
|
.Os Sudo @PACKAGE_VERSION@
|
||||||
.Sh NAME
|
.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.
|
only the case for non-networked systems.
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
digest ::= [A-Fa-f0-9]+ |
|
digest ::= [A-Fa-f0-9]+ |
|
||||||
[[A-Za-z0-9\+/=]+
|
[A-Za-z0-9\e+/=]+
|
||||||
|
|
||||||
Digest_Spec ::= "sha224" ':' digest |
|
Digest_Spec ::= "sha224" ':' digest |
|
||||||
"sha256" ':' digest |
|
"sha256" ':' digest |
|
||||||
@ -2227,7 +2227,7 @@ has the fully-qualified domain name as the
|
|||||||
.Dq canonical
|
.Dq canonical
|
||||||
host name, and the short version as an alias.
|
host name, and the short version as an alias.
|
||||||
.sp
|
.sp
|
||||||
.Dl 192.168.1.1 xyzzy.sudo.ws xyzzy
|
.Dl 192.168.1.1 xyzzy.sudo.ws xyzzy
|
||||||
.sp
|
.sp
|
||||||
If the machine's hosts file entry is not formatted properly, the
|
If the machine's hosts file entry is not formatted properly, the
|
||||||
.Em fqdn
|
.Em fqdn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user