diff options
author | Jan-Uwe Finck <jufi@cvs.openbsd.org> | 2001-09-28 06:46:26 +0000 |
---|---|---|
committer | Jan-Uwe Finck <jufi@cvs.openbsd.org> | 2001-09-28 06:46:26 +0000 |
commit | 652bca53f801cf7c92b2a563d346859c6849109b (patch) | |
tree | efd6f53c5b229969c37c86ed6a7a87a50f2277c7 /usr.bin | |
parent | 3d0b9c8d33442207c1e922bff97fd27ae7a4c84d (diff) |
semicolon -> colon
detected by mihaak@lecturax.tmfweb.nl
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sudo/sudoers.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/sudo/sudoers.5 b/usr.bin/sudo/sudoers.5 index e2d9241c5c9..68fe7ade243 100644 --- a/usr.bin/sudo/sudoers.5 +++ b/usr.bin/sudo/sudoers.5 @@ -1,7 +1,12 @@ .rn '' }` -''' $RCSfile: sudoers.5,v $$Revision: 1.7 $$Date: 2001/09/17 23:49:21 $ +''' $RCSfile: sudoers.5,v $$Revision: 1.8 $$Date: 2001/09/28 06:46:25 $ ''' ''' $Log: sudoers.5,v $ +''' Revision 1.8 2001/09/28 06:46:25 jufi +''' +''' semicolon -> colon +''' detected by mihaak@lecturax.tmfweb.nl +''' ''' Revision 1.7 2001/09/17 23:49:21 pjanzen ''' Typo and grammar fixes, one from PR/2058 (Dennis Schwarz); ok millert@ ''' @@ -268,7 +273,7 @@ where \fIAlias_Type\fR is one of \f(CWUser_Alias\fR, \f(CWRunas_Alias\fR, \f(CWH or \f(CWCmnd_Alias\fR. A \f(CWNAME\fR is a string of uppercase letters, numbers, and the underscore characters ('_'). A \f(CWNAME\fR \fBmust\fR start with an uppercase letter. It is possible to put several alias definitions -of the same type on a single line, joined by a semicolon (':'). E.g., +of the same type on a single line, joined by a colon (':'). E.g., .PP .Vb 1 \& Alias_Type NAME = item1, item2, item3 : NAME = item4, item5 |