diff options
author | 2007-07-29 23:22:09 +0000 | |
---|---|---|
committer | 2007-07-29 23:22:09 +0000 | |
commit | 4fcc8390fa276f30088d7d57fa5de38a466879f7 (patch) | |
tree | e49d581791e24ce90883fd375e9e79418be99685 | |
parent | Change FILES section to use =item (diff) | |
download | wireguard-openbsd-4fcc8390fa276f30088d7d57fa5de38a466879f7.tar.xz wireguard-openbsd-4fcc8390fa276f30088d7d57fa5de38a466879f7.zip |
add missing over/back
-rw-r--r-- | usr.bin/sudo/sudo.pod | 4 | ||||
-rw-r--r-- | usr.bin/sudo/sudoers.pod | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/sudo/sudo.pod b/usr.bin/sudo/sudo.pod index 5cdd63a59a2..665031a9b89 100644 --- a/usr.bin/sudo/sudo.pod +++ b/usr.bin/sudo/sudo.pod @@ -426,12 +426,16 @@ B<sudo> utilizes the following environment variables: =head1 FILES +=over 4 + =item F<@sysconfdir@/sudoers>C< > List of who can run what =item F<@timedir@>C< > Directory containing timestamps +=back + =head1 EXAMPLES Note: the following examples assume suitable L<sudoers(5)> entries. diff --git a/usr.bin/sudo/sudoers.pod b/usr.bin/sudo/sudoers.pod index 62b1d23922b..121141bb664 100644 --- a/usr.bin/sudo/sudoers.pod +++ b/usr.bin/sudo/sudoers.pod @@ -1005,6 +1005,8 @@ B<notice>, and B<warning>. =head1 FILES +=over 4 + =item F<@sysconfdir@/sudoers>C< > List of who can run what @@ -1014,6 +1016,8 @@ Local groups file =item F</etc/netgroup>C< > List of network groups +=back + =head1 EXAMPLES Since the I<sudoers> file is parsed in a single pass, order is |