STABLE14-syncserv-syncvldb-manpages-dryrun-20080906

LICENSE IPL10

make syncserv and syncvldb manpages reflect dryrun option


(cherry picked from commit 4119d9742b)
This commit is contained in:
Derrick Brashear 2008-09-06 12:51:38 +00:00
parent 398f676fc1
commit b8841f1226
2 changed files with 12 additions and 4 deletions

View File

@ -9,10 +9,10 @@ vos_syncserv - Verifies VLDB entries that mention a specified site
B<vos syncserv> S<<< B<-server> <I<machine name>> >>>
S<<< [B<-partition> <I<partition name>>] >>> S<<< [B<-cell> <I<cell name>>] >>>
[B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>]
[B<-dryrun>] [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>]
B<vos syncs> S<<< B<-s> <I<machine name>> >>> S<<< [B<-p> <I<partition name>>] >>>
S<<< [B<-c> <I<cell name>>] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>]
S<<< [B<-c> <I<cell name>>] >>> [B<-d>] [B<-n>] [B<-l>] [B<-v>] [B<-h>]
=for html
</div>
@ -60,6 +60,10 @@ details, see L<vos(1)>.
Names the cell in which to run the command. Do not combine this argument
with the B<-localauth> flag. For more details, see L<vos(1)>.
=item B<-dryrun>
Show the actions which would be taken, but do not make changes.
=item B<-noauth>
Assigns the unprivileged identity C<anonymous> to the issuer. Do not

View File

@ -9,11 +9,11 @@ vos_syncvldb - Verifies VLDB entries for volumes residing at specified site
B<vos syncvldb> S<<< [B<-server> <I<machine name>>] >>>
S<<< [B<-partition> <I<partition name>>] >>> S<<< [B<-volume> <I<volume name or ID>>] >>>
S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>]
S<<< [B<-cell> <I<cell name>>] >>> [B<-dryrun>] [B<-noauth>] [B<-localauth>] [B<-verbose>]
[B<-help>]
B<vos syncv> S<<< [B<-s> <I<machine name>>] >>> S<<< [B<-p> <I<partition name>>] >>>
S<<< [B<-vo> <I<volume name or ID>>] >>> S<<< [B<-c> <I<cell name>>] >>> [B<-n>] [B<-l>]
S<<< [B<-vo> <I<volume name or ID>>] >>> S<<< [B<-c> <I<cell name>>] >>> [B<-d>] [B<-n>] [B<-l>]
[B<-ve>] [B<-h>]
=for html
@ -84,6 +84,10 @@ verify the VLDB entry. This argument can be combined with the B<-server>
Names the cell in which to run the command. Do not combine this argument
with the B<-localauth> flag. For more details, see L<vos(1)>.
=item B<-dryrun>
Show the actions which would be taken, but do not make changes.
=item B<-noauth>
Assigns the unprivileged identity C<anonymous> to the issuer. Do not