From ace935f8aa449e6c808a45aa6fbec7d27c48dd85 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 18 Sep 2001 01:48:48 +0000 Subject: [PATCH] "upper case" -> "uppercase" --- sudoers.pod | 4 ++-- visudo.pod | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sudoers.pod b/sudoers.pod index 4d31fa561..70b994229 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -109,9 +109,9 @@ Each I definition is of the form Alias_Type NAME = item1, item2, ... where I is one of C, C, C, -or C. A C is a string of upper case letters, numbers, +or C. A C is a string of uppercase letters, numbers, and the underscore characters ('_'). A C B start with an -upper case 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 colon (':'). E.g., Alias_Type NAME = item1, item2, item3 : NAME = item4, item5 diff --git a/visudo.pod b/visudo.pod index 120d4b7e3..baeb153b8 100644 --- a/visudo.pod +++ b/visudo.pod @@ -88,7 +88,7 @@ B accepts the following command line options: Enable B checking of the I file. If an alias is used before it is defined, B will consider this a parse error. Note that it is not possible to differentiate between an -alias and a hostname or username that consists solely of upper case +alias and a hostname or username that consists solely of uppercase letters, digits, and the underscore ('_') character. =item -V @@ -118,7 +118,7 @@ Your userid does not appear in the system passwd file. Either you are using a {User,Runas,Host,Cmnd}_Alias before defining it or you have a user or hostname listed that -consists solely of upper case letters, digits, and the +consists solely of uppercase letters, digits, and the underscore ('_') character. If the latter, you can ignore the warnings (B will not complain). In B<-s> (strict) mode these are errors, not warnings. -- 2.50.1