]> granicus.if.org Git - sudo/commitdiff
Fix placement of equal size ('=') in user specification summary.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 22 Mar 2011 13:40:43 +0000 (09:40 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 22 Mar 2011 13:40:43 +0000 (09:40 -0400)
--HG--
branch : 1.7

sudoers.pod

index 76a83892c104c1befcb08721f59467a249063526..cc9e69d8b8acc3f5c92a01c75a378350d99d3577 100644 (file)
@@ -295,7 +295,7 @@ A B<user specification> determines which commands a user may run
 (and as what user) on specified hosts.  By default, commands are
 run as B<root>, 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