diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-07-29 23:10:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-07-29 23:10:08 +0000 |
commit | 18ef3c0f8795bd22bd8ed4149ea55a54cb02fe53 (patch) | |
tree | 55bc1fa6d3b502a45fa765a742099bb76ff069aa | |
parent | 74060e98a8b7eecce57fa84ba1f120849102bd96 (diff) |
Change FILES section to use =item
-rw-r--r-- | usr.bin/sudo/sudo.pod | 9 | ||||
-rw-r--r-- | usr.bin/sudo/sudoers.pod | 13 | ||||
-rw-r--r-- | usr.bin/sudo/visudo.pod | 11 |
3 files changed, 23 insertions, 10 deletions
diff --git a/usr.bin/sudo/sudo.pod b/usr.bin/sudo/sudo.pod index 5d2bbd4e33a..5cdd63a59a2 100644 --- a/usr.bin/sudo/sudo.pod +++ b/usr.bin/sudo/sudo.pod @@ -18,7 +18,7 @@ Sponsored in part by the Defense Advanced Research Projects Agency (DARPA) and Air Force Research Laboratory, Air Force Materiel Command, USAF, under agreement number F39502-99-1-0512. -$Sudo: sudo.pod,v 1.70.2.14 2007/07/29 22:35:09 millert Exp $ +$Sudo: sudo.pod,v 1.70.2.15 2007/07/29 23:09:47 millert Exp $ =pod =head1 NAME @@ -426,8 +426,11 @@ B<sudo> utilizes the following environment variables: =head1 FILES -F<@sysconfdir@/sudoers> List of who can run what -F<@timedir@> Directory containing timestamps +=item F<@sysconfdir@/sudoers>C< > +List of who can run what + +=item F<@timedir@>C< > +Directory containing timestamps =head1 EXAMPLES diff --git a/usr.bin/sudo/sudoers.pod b/usr.bin/sudo/sudoers.pod index f4b5a11526d..62b1d23922b 100644 --- a/usr.bin/sudo/sudoers.pod +++ b/usr.bin/sudo/sudoers.pod @@ -18,7 +18,7 @@ Sponsored in part by the Defense Advanced Research Projects Agency (DARPA) and Air Force Research Laboratory, Air Force Materiel Command, USAF, under agreement number F39502-99-1-0512. -$Sudo: sudoers.pod,v 1.95.2.15 2007/07/26 20:36:17 millert Exp $ +$Sudo: sudoers.pod,v 1.95.2.16 2007/07/29 23:09:47 millert Exp $ =pod =head1 NAME @@ -1005,9 +1005,14 @@ B<notice>, and B<warning>. =head1 FILES -F<@sysconfdir@/sudoers> List of who can run what -F</etc/group> Local groups file -F</etc/netgroup> List of network groups +=item F<@sysconfdir@/sudoers>C< > +List of who can run what + +=item F</etc/group>C< > +Local groups file + +=item F</etc/netgroup>C< > +List of network groups =head1 EXAMPLES diff --git a/usr.bin/sudo/visudo.pod b/usr.bin/sudo/visudo.pod index 5ab24875043..d29d718141b 100644 --- a/usr.bin/sudo/visudo.pod +++ b/usr.bin/sudo/visudo.pod @@ -18,7 +18,7 @@ Sponsored in part by the Defense Advanced Research Projects Agency (DARPA) and Air Force Research Laboratory, Air Force Materiel Command, USAF, under agreement number F39502-99-1-0512. -$Sudo: visudo.pod,v 1.38.2.7 2007/07/26 20:36:17 millert Exp $ +$Sudo: visudo.pod,v 1.38.2.8 2007/07/29 23:09:47 millert Exp $ =pod =head1 NAME @@ -116,8 +116,13 @@ was configured with the I<--with-env-editor> option: =head1 FILES -F<@sysconfdir@/sudoers> List of who can run what -F<@sysconfdir@/sudoers.tmp> Lock file for visudo +=over 4 + +=item F<@sysconfdir@/sudoers>C< >List of who can run what + +=item F<@sysconfdir@/sudoers.tmp>C< >Lock file for visudo + +=back 4 =head1 DIAGNOSTICS |