From c917da1ccc426bea7857105a125d8378727b0505 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 30 Apr 2003 18:04:58 +0000 Subject: [PATCH] Fix User_Spec definition; SEKINE Tatsuo --- sudoers.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sudoers.pod b/sudoers.pod index c9b2c774c..fb74fa736 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -730,8 +730,8 @@ B, B, B, and B. =head2 User Specification - User_Spec ::= User_list Host_List '=' Cmnd_Spec_List \ - (':' User_Spec)* + User_Spec ::= User_List Host_List '=' Cmnd_Spec_List \ + (':' Host_List '=' Cmnd_Spec_List)* Cmnd_Spec_List ::= Cmnd_Spec | Cmnd_Spec ',' Cmnd_Spec_List -- 2.40.0