From: Todd C. Miller Date: Sun, 8 Mar 2009 15:51:01 +0000 (+0000) Subject: Work around some pod2html issue. X-Git-Tag: SUDO_1_7_1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e85f3754b99781dc9d84026af379e95825f740c;p=sudo Work around some pod2html issue. --- diff --git a/sudoers.ldap.pod b/sudoers.ldap.pod index 05a4c4790..bcbf52169 100644 --- a/sudoers.ldap.pod +++ b/sudoers.ldap.pod @@ -457,7 +457,7 @@ See the C entry in the L section. Unless it is disabled at build time, B consults the Name Service Switch file, F<@nsswitch_conf@>, to specify the I -search order. Sudo looks for a line beginning with C and +search order. Sudo looks for a line beginning with C: and uses this to determine the search order. Note that B does not stop searching after the first match and later matches take precedence over earlier ones. diff --git a/sudoers.pod b/sudoers.pod index 82db17e33..f54660cd7 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -238,7 +238,7 @@ Defaults entries are parsed in the following order: generic, host and user Defaults first, then runas Defaults and finally command defaults. -See L for a list of supported Defaults parameters. +See L<"SUDOERS OPTIONS"> for a list of supported Defaults parameters. =head2 User Specification @@ -449,7 +449,11 @@ the site-wide I will be F and the per-machine one will be F. To include F from within F we would use the following line in F: - #include /etc/sudoers.local +=over 4 + +C<#include /etc/sudoers.local> + +=back When B reaches this line it will suspend processing of the current file (F) and switch to F.