Use file markup for paths in the FILES section
This commit is contained in:
4
sudo.pod
4
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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user