From: Todd C. Miller Date: Tue, 10 Feb 2009 12:51:20 +0000 (+0000) Subject: mention glob() X-Git-Tag: SUDO_1_7_1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eec86958b8aaa47540cc00f47c11f9d4a7bc8f26;p=sudo mention glob() --- diff --git a/sudoers.pod b/sudoers.pod index c3256bc43..4a56a33e7 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -376,9 +376,10 @@ be overridden by use of the C tag. =head2 Wildcards B allows shell-style I (aka meta or glob characters) -to be used in hostnames, pathnames and command line arguments in the -I file. Wildcard matching is done via the B -L routine. Note that these are I regular expressions. +to be used in hostnames, pathnames and command line arguments in +the I file. Wildcard matching is done via the B +L and L routines. Note that these are I +regular expressions. =over 8 @@ -405,10 +406,10 @@ escape special characters such as: "*", "?", "[", and "}". =back -POSIX character classes may also be used if your system's -L function supports them. However, because the -C<':'> character has special meaning in I, it must -be escaped. For example: +POSIX character classes may also be used if your system's L +and L functions support them. However, because the +C<':'> character has special meaning in I, it must be +escaped. For example: /bin/ls [[\:alpha\:]]* @@ -1449,7 +1450,7 @@ B. =head1 SEE ALSO -L, L, L, L, L +L, L, L, L, L, L =head1 CAVEATS