]> granicus.if.org Git - sudo/commitdiff
Use file markup for paths in the FILES section
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 26 Jul 2007 20:35:53 +0000 (20:35 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 26 Jul 2007 20:35:53 +0000 (20:35 +0000)
sudo.pod
sudoers.pod
visudo.pod

index 71503d9d1c51f802f5e6dba013b02863e24a7ebd..0be37a9c4656f586f71a1c40c0dbbc82ab6272a3 100644 (file)
--- a/sudo.pod
+++ b/sudo.pod
@@ -449,8 +449,8 @@ B<sudo> utilizes the following environment variables:
 
 =head1 FILES
 
- @sysconfdir@/sudoers          List of who can run what
- @timedir@         Directory containing timestamps
+F<@sysconfdir@/sudoers>                List of who can run what
+F<@timedir@>           Directory containing timestamps
 
 =head1 EXAMPLES
 
index 773a023fcd130f009d0421508fdfba85b05060e9..167147c6c53062cb108c00cf09967ed323df333b 100644 (file)
@@ -1076,9 +1076,9 @@ B<notice>, and B<warning>.
 
 =head1 FILES
 
- @sysconfdir@/sudoers          List of who can run what
- /etc/group            Local groups file
- /etc/netgroup         List of network groups
+F<@sysconfdir@/sudoers>                List of who can run what
+F</etc/group>          Local groups file
+F</etc/netgroup>               List of network groups
 
 =head1 EXAMPLES
 
index 0bf02640963512cc179d7e38f2ab36604c5fb32c..f36fdacad539140f73ee1edaa74db0dc2d89d18d 100644 (file)
@@ -116,8 +116,8 @@ was configured with the I<--with-env-editor> option:
 
 =head1 FILES
 
- @sysconfdir@/sudoers          List of who can run what
- @sysconfdir@/sudoers.tmp      Lock file for visudo
+F<@sysconfdir@/sudoers>                List of who can run what
+F<@sysconfdir@/sudoers.tmp>    Lock file for visudo
 
 =head1 DIAGNOSTICS