Use file markup for paths in the FILES section

This commit is contained in:
Todd C. Miller
2007-07-26 20:35:53 +00:00
parent e5cc89e01b
commit 2e147dc73b
3 changed files with 7 additions and 7 deletions

View File

@@ -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

View 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

View 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