From 28f814d12fcc0abead013459f21485e4cdbc9b9e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 16 Aug 2007 13:38:24 +0000 Subject: [PATCH] For the options list, add flag args where appropriate and increase the indent level so there is room for them. --- sudo.pod | 14 +++++++------- visudo.pod | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sudo.pod b/sudo.pod index 305c7b5ca..1cb09f833 100644 --- a/sudo.pod +++ b/sudo.pod @@ -91,9 +91,9 @@ or via the I file. B accepts the following command line options: -=over 4 +=over 12 -=item -a +=item -a I The B<-a> (I) option causes B to use the specified authentication type when validating the user, as allowed @@ -108,7 +108,7 @@ The B<-b> (I) option tells B to run the given command in the background. Note that if you use the B<-b> option you cannot use shell job control to manipulate the process. -=item -C fd +=item -C I Normally, B will close all open file descriptors other than standard input, standard output and standard error. The B<-C> @@ -118,7 +118,7 @@ three are not permitted. This option is only available if the administrator has enabled the I option in L. -=item -c +=item -c I The B<-c> (I) option causes B to run the specified command with resources limited by the specified login class. The I @@ -233,7 +233,7 @@ B will initialize the group vector to the list of groups the target user is in. The real and effective group IDs, however, are still set to match the target user. -=item -p +=item -p I The B<-p> (I) option allows you to override the default password prompt and use a custom one. The following percent (`C<%>') @@ -277,14 +277,14 @@ The B<-s> (I) option runs the shell specified by the I environment variable if it is set or the shell as specified in L. -=item -U +=item -U I The B<-U> (I) option is used in conjunction with the B<-l> option to specify the user whose privileges should be listed. Only root or a user with B C on the current host may use this option. -=item -u +=item -u I The B<-u> (I) option causes B to run the specified command as a user other than I. To specify a I instead diff --git a/visudo.pod b/visudo.pod index 84395c21e..c1f9e918c 100644 --- a/visudo.pod +++ b/visudo.pod @@ -67,7 +67,7 @@ error occurred (if the editor supports this feature). B accepts the following command line options: -=over 4 +=over 12 =item -c @@ -78,7 +78,7 @@ If the syntax check completes successfully, B will exit with a value of 0. If a syntax error is encountered, B will exit with a value of 1. -=item -f +=item -f I Specify and alternate I file location. With this option B will edit (or check) the I file of your choice, @@ -108,8 +108,8 @@ and exit. =head1 ENVIRONMENT -The following environment variables are used only if B -was configured with the I<--with-env-editor> option: +The following environment variables may be consulted depending on +the value of the I and I I variables: =over 16 -- 2.40.0