From: Todd C. Miller Date: Tue, 22 Mar 2011 13:40:24 +0000 (-0400) Subject: Fix placement of equal size ('=') in user specification summary. X-Git-Tag: SUDO_1_8_1~58^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97b8dc7fe1e3dcdcbe8f05ff0f3be6389aaf6469;p=sudo Fix placement of equal size ('=') in user specification summary. --- diff --git a/doc/sudoers.pod b/doc/sudoers.pod index 2af0eaf26..777725255 100644 --- a/doc/sudoers.pod +++ b/doc/sudoers.pod @@ -395,7 +395,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