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