From: Todd C. Miller Date: Sun, 16 Jun 1996 00:13:24 +0000 (+0000) Subject: ^ -> ! X-Git-Tag: SUDO_1_5_0~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ede02bbe4c958b81282f1bd57c5e11ae6862636;p=sudo ^ -> ! --- diff --git a/sudoers.pod b/sudoers.pod index d9da36d55..f60f582b5 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -89,7 +89,7 @@ Matches any single character. Matches any character in the specified range. -=item C<[^...]> +=item C<[!...]> Matches any character B in the specified range.