]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-syncserv-syncvldb-manpages-dryrun-20080906
authorDerrick Brashear <shadow@dementia.org>
Sat, 6 Sep 2008 12:51:27 +0000 (12:51 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sat, 6 Sep 2008 12:51:27 +0000 (12:51 +0000)
LICENSE IPL10

make syncserv and syncvldb manpages reflect dryrun option

(cherry picked from commit 4119d9742b3e17fac6a3f1f7ab64ec829f085498)

doc/man-pages/pod1/vos_syncserv.pod
doc/man-pages/pod1/vos_syncvldb.pod

index 1367c3482332af4b39c23093a28b1cd29e7a4772..a2c274cfac4f3ee0e323696fa378a9affad24215 100644 (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
index ae3b4a4539a8e63569e085d7dc55a23dd6b50b5d..ab225c498e4787f091a98000901c5929f8dc731a 100644 (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