]> granicus.if.org Git - sudo/commitdiff
repair pod2html damage
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 16 Nov 1999 05:35:53 +0000 (05:35 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 16 Nov 1999 05:35:53 +0000 (05:35 +0000)
sudoers.html

index 9dcd4eb97c4c20fdd7f817b0f522f92404068d6b..22174664616625e03461de305f91a2cfeb471492 100644 (file)
@@ -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.
 
-<LI>
+<DT><STRONG><A NAME="item__">*</A></STRONG><DD>
 <P>
 Means that the preceding symbol (or group of symbols) may appear zero or
 more times.
@@ -499,7 +499,7 @@ would allow the user <STRONG>ray</STRONG> to run <EM>/bin/kill</EM>, <EM>/bin/ls
 <STRONG>sudo</STRONG> allows shell-style <EM>wildcards</EM> to be used in pathnames as well as command line arguments in the <EM>sudoers</EM> file. Wildcard matching is done via the <STRONG>POSIX</STRONG>  <CODE>fnmatch(3)</CODE> routine. Note that these are <EM>not</EM> regular expressions.
 
 <UL>
-<LI>
+<DT><STRONG>*</STRONG><DD>
 <P>
 Matches any set of zero or more characters.