]> granicus.if.org Git - sudo/commitdiff
Move fast_glob description to where it belongs in sorted order
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Sep 2009 16:30:50 +0000 (16:30 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Sep 2009 16:30:50 +0000 (16:30 +0000)
sudoers.pod

index 8ff4b5eaedcb097e93843b39a030ad4461c144d9..ebcc7f5f9bb18a0b2ec507fdaf1b642f25290a99 100644 (file)
@@ -607,6 +607,18 @@ run by root with the I<-V> option.  If the I<secure_path> option
 is set, its value will be used for the C<PATH> environment variable.
 This flag is I<on> by default.
 
+=item fast_glob
+
+Normally, B<sudo> uses the L<glob(3)> function to do shell-style
+globbing when matching pathnames.  However, since it accesses the
+file system, L<glob(3)> can take a long time to complete for some
+patterns, especially when the pattern references a network file
+system that is mounted on demand (automounted).  The I<fast_glob>
+option causes B<sudo> to use the L<fnmatch(3)> function, which does
+not access the file system to do its matching.  The disadvantage
+of I<fast_glob> is that it is unable to match relative pathnames
+such as F<./ls> or F<../bin/ls>.  This flag is I<off> by default.
+
 =item fqdn
 
 Set this flag if you want to put fully qualified hostnames in the
@@ -799,18 +811,6 @@ shell is determined by the C<SHELL> environment variable if it is
 set, falling back on the shell listed in the invoking user's
 /etc/passwd entry if not).  This flag is I<off> by default.
 
-=item fast_glob
-
-Normally, B<sudo> uses the L<glob(3)> function to do shell-style
-globbing when matching pathnames.  However, since it accesses the
-file system, L<glob(3)> can take a long time to complete for some
-patterns, especially when the pattern references a network file
-system that is mounted on demand (automounted).  The I<fast_glob>
-option causes B<sudo> to use the L<fnmatch(3)> function, which does
-not access the file system to do its matching.  The disadvantage
-of I<fast_glob> is that it is unable to match relative pathnames
-such as F<./ls> or F<../bin/ls>.  This flag is I<off> by default.
-
 =item stay_setuid
 
 Normally, when B<sudo> executes a command the real and effective