From: Todd C. Miller Date: Wed, 4 May 2016 22:44:52 +0000 (-0600) Subject: For "sudoreplay -l", not all predicates may be shortened to a single X-Git-Tag: SUDO_1_8_17^2~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea44d3757e7e080571d8c654e8b8a64710d9137a;p=sudo For "sudoreplay -l", not all predicates may be shortened to a single character. Both 'c' and 't' have more than one possibility. --- diff --git a/doc/sudoreplay.cat b/doc/sudoreplay.cat index ffa5bff37..40d0993df 100644 --- a/doc/sudoreplay.cat +++ b/doc/sudoreplay.cat @@ -96,9 +96,7 @@ DDEESSCCRRIIPPTTIIOONN Evaluates to true if the ID matches a command run by _u_s_e_r _n_a_m_e. - Predicates may be abbreviated to the shortest unique string - (currently all predicates may be shortened to a single - character). + Predicates may be abbreviated to the shortest unique string. Predicates may be combined using _a_n_d, _o_r and _! operators as well as `(' and `)' grouping (note that parentheses must @@ -278,4 +276,4 @@ DDIISSCCLLAAIIMMEERR file distributed with ssuuddoo or https://www.sudo.ws/license.html for complete details. -Sudo 1.8.16 November 20, 2015 Sudo 1.8.16 +Sudo 1.8.16 May 4, 2016 Sudo 1.8.16 diff --git a/doc/sudoreplay.man.in b/doc/sudoreplay.man.in index 45193cee1..3044ef7c4 100644 --- a/doc/sudoreplay.man.in +++ b/doc/sudoreplay.man.in @@ -1,7 +1,7 @@ .\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER! .\" IT IS GENERATED AUTOMATICALLY FROM sudoreplay.mdoc.in .\" -.\" Copyright (c) 2009-2015 Todd C. Miller +.\" Copyright (c) 2009-2016 Todd C. Miller .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.TH "SUDOREPLAY" "8" "November 20, 2015" "Sudo @PACKAGE_VERSION@" "System Manager's Manual" +.TH "SUDOREPLAY" "8" "May 4, 2016" "Sudo @PACKAGE_VERSION@" "System Manager's Manual" .nh .if n .ad l .SH "NAME" @@ -191,8 +191,7 @@ user \fIuser name\fR Evaluates to true if the ID matches a command run by \fIuser name\fR. .PP -Predicates may be abbreviated to the shortest unique string (currently -all predicates may be shortened to a single character). +Predicates may be abbreviated to the shortest unique string. .sp Predicates may be combined using \fIand\fR, diff --git a/doc/sudoreplay.mdoc.in b/doc/sudoreplay.mdoc.in index 2be2887b1..c49fb51f9 100644 --- a/doc/sudoreplay.mdoc.in +++ b/doc/sudoreplay.mdoc.in @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2009-2015 Todd C. Miller +.\" Copyright (c) 2009-2016 Todd C. Miller .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +14,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd November 20, 2015 +.Dd May 4, 2016 .Dt SUDOREPLAY @mansectsu@ .Os Sudo @PACKAGE_VERSION@ .Sh NAME @@ -173,8 +173,7 @@ Evaluates to true if the ID matches a command run by .Ar user name . .El .Pp -Predicates may be abbreviated to the shortest unique string (currently -all predicates may be shortened to a single character). +Predicates may be abbreviated to the shortest unique string. .Pp Predicates may be combined using .Em and ,