[BACK]Return to sudoers.5 CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/sudoers.5 between version 1.7 and 1.8

version 1.7, 2001/09/17 23:49:21 version 1.8, 2001/09/28 06:46:25
Line 2 
Line 2 
 ''' $RCSfile$$Revision$$Date$  ''' $RCSfile$$Revision$$Date$
 '''  '''
 ''' $Log$  ''' $Log$
   ''' 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  ''' Revision 1.7  2001/09/17 23:49:21  pjanzen
 ''' Typo and grammar fixes, one from PR/2058 (Dennis Schwarz); ok millert@  ''' Typo and grammar fixes, one from PR/2058 (Dennis Schwarz); ok millert@
 '''  '''
Line 268 
Line 273 
 or \f(CWCmnd_Alias\fR.  A \f(CWNAME\fR is a string of uppercase letters, numbers,  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  and the underscore characters ('_').  A \f(CWNAME\fR \fBmust\fR start with an
 uppercase letter.  It is possible to put several alias definitions  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  .PP
 .Vb 1  .Vb 1
 \& Alias_Type NAME = item1, item2, item3 : NAME = item4, item5  \& Alias_Type NAME = item1, item2, item3 : NAME = item4, item5

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8