Fix an occurence of 'semicolon' that should be 'colon'
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 22 Apr 2000 17:59:26 +0000 (17:59 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 22 Apr 2000 17:59:26 +0000 (17:59 +0000)
sudoers.cat
sudoers.man.in
sudoers.pod

index db3a02e79589a45cc65ba7f7fd7c2145a7311718..6fd0099da56f040a71fe270f97f5f8a305490b34 100644 (file)
@@ -85,7 +85,7 @@ sudoers(4)             MAINTENANCE COMMANDS            sudoers(4)
        upper case letters, numbers, and the underscore characters
        ('_').  A `NAME' m\bm\bm\bmu\bu\bu\bus\bs\bs\bst\bt\bt\bt start with an upper case letter.  It
        is possible to put several alias definitions of the same
-       type on a single line, joined by a semicolon (':').  Eg.
+       type on a single line, joined by a colon (':').  Eg.
 
         Alias_Type NAME = item1, item2, item3 : NAME = item4, item5
 
index 5b062860adc65afce396e839df32aa9b092bd206..5f37e06ed06a48737d3bdd4d72f524129d633599 100644 (file)
@@ -214,7 +214,7 @@ where \fIAlias_Type\fR is one of \f(CW\*(C`User_Alias\*(C'\fR, \f(CW\*(C`Runas_A
 or \f(CW\*(C`Cmnd_Alias\*(C'\fR.  A \f(CW\*(C`NAME\*(C'\fR is a string of upper case letters, numbers,
 and the underscore characters ('_').  A \f(CW\*(C`NAME\*(C'\fR \fBmust\fR start with an
 upper case letter.  It is possible to put several alias definitions
-of the same type on a single line, joined by a semicolon (':').  Eg.
+of the same type on a single line, joined by a colon (':').  Eg.
 .PP
 .Vb 1
 \& Alias_Type NAME = item1, item2, item3 : NAME = item4, item5
index 7734e69268afe5a6d6061943aecee3c63e37211b..92d05118229f8d678e6d58219d343a58455a8672 100644 (file)
@@ -112,7 +112,7 @@ where I<Alias_Type> is one of C<User_Alias>, C<Runas_Alias>, C<Host_Alias>,
 or C<Cmnd_Alias>.  A C<NAME> is a string of upper case letters, numbers,
 and the underscore characters ('_').  A C<NAME> B<must> start with an
 upper case letter.  It is possible to put several alias definitions
-of the same type on a single line, joined by a semicolon (':').  Eg.
+of the same type on a single line, joined by a colon (':').  Eg.
 
  Alias_Type NAME = item1, item2, item3 : NAME = item4, item5