From: Todd C. Miller Date: Tue, 22 Mar 2011 13:40:43 +0000 (-0400) Subject: Fix placement of equal size ('=') in user specification summary. X-Git-Tag: SUDO_1_7_6~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60e8ebb9599f446e7eab92ddf20c5fee05092a04;p=sudo Fix placement of equal size ('=') in user specification summary. --HG-- branch : 1.7 --- diff --git a/sudoers.pod b/sudoers.pod index 76a83892c..cc9e69d8b 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -295,7 +295,7 @@ A B determines which commands a user may run (and as what user) on specified hosts. By default, commands are run as B, but this can be changed on a per-command basis. -The basic structure of a user specification is `who = where (as_whom) +The basic structure of a user specification is `who where = (as_whom) what'. Let's break that down into its constituent parts: =head2 Runas_Spec