From 2d50daad2be8adac08ed79d12e8f51574b5b1a92 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 22 Apr 2000 17:59:26 +0000 Subject: [PATCH] Fix an occurence of 'semicolon' that should be 'colon' --- sudoers.cat | 2 +- sudoers.man.in | 2 +- sudoers.pod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sudoers.cat b/sudoers.cat index db3a02e79..6fd0099da 100644 --- a/sudoers.cat +++ b/sudoers.cat @@ -85,7 +85,7 @@ sudoers(4) MAINTENANCE COMMANDS sudoers(4) upper case letters, numbers, and the underscore characters ('_'). A `NAME' mmmmuuuusssstttt 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 diff --git a/sudoers.man.in b/sudoers.man.in index 5b062860a..5f37e06ed 100644 --- a/sudoers.man.in +++ b/sudoers.man.in @@ -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 diff --git a/sudoers.pod b/sudoers.pod index 7734e6926..92d051182 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -112,7 +112,7 @@ where I is one of C, C, C, or C. A C is a string of upper case letters, numbers, and the underscore characters ('_'). A C B 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 -- 2.40.0