From: Todd C. Miller Date: Tue, 16 Nov 1999 05:35:53 +0000 (+0000) Subject: repair pod2html damage X-Git-Tag: SUDO_1_6_0~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3299d72a5cacdbc1e5b467139ebec23d77a3b337;p=sudo repair pod2html damage --- diff --git a/sudoers.html b/sudoers.html index 9dcd4eb97..221746646 100644 --- a/sudoers.html +++ b/sudoers.html @@ -72,7 +72,7 @@ characters, which have different meanings. Means that the preceding symbol (or group of symbols) is optional. That is, it may appear once or not at all. -
  • +
    *

    Means that the preceding symbol (or group of symbols) may appear zero or more times. @@ -499,7 +499,7 @@ would allow the user ray to run /bin/kill, /bin/ls sudo allows shell-style wildcards to be used in pathnames as well as command line arguments in the sudoers file. Wildcard matching is done via the POSIX fnmatch(3) routine. Note that these are not regular expressions.

      -
    • +
      *

      Matches any set of zero or more characters.