From 97b8dc7fe1e3dcdcbe8f05ff0f3be6389aaf6469 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 22 Mar 2011 09:40:24 -0400 Subject: [PATCH] Fix placement of equal size ('=') in user specification summary. --- doc/sudoers.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0