From db9860aa36e5f9bb555a9d79e15e9c5104603b80 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 20 Apr 2009 17:53:02 +0000 Subject: [PATCH] Fix up some pod2html issues. --- sudoers.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sudoers.pod b/sudoers.pod index 17c11296d..87efbb912 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -467,7 +467,7 @@ files is enforced to prevent include file loops. The filename may include the C<%h> escape, signifying the short form of the hostname. I.e., if the machine's hostname is "xerxes", then - #include /etc/sudoers.%h +C<#include /etc/sudoers.%h> will cause B to include the file F. @@ -475,7 +475,7 @@ The C<#includedir> directive can be used to create a F directory that the system package manager can drop I rules into as part of package installation. For example, given: - #includedir /etc/sudoers.d +C<#includedir /etc/sudoers.d> B will read each file in F, skipping file names that end in C<~> or contain a C<.> character to avoid causing