]> 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:24 +0000 (09:40 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 22 Mar 2011 13:40:24 +0000 (09:40 -0400)
doc/sudoers.pod

index 2af0eaf266feaa04ff9f42a5e31b1cd4439d7536..777725255c978d8089f2138620111de40271afb2 100644 (file)
@@ -395,7 +395,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