From 7488aeef5cfd58935fe4a6a07810c8d757dd98a3 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Wed, 8 Jul 2009 16:07:58 -0500 Subject: [PATCH] Fixing manpage for vos addsite -valid The -valid switch to vos addsite doesn't take an argument, and it is optional. Correcting documentation to reflect that. Reviewed-on: http://gerrit.openafs.org/11 Verified-by: Russ Allbery Reviewed-by: Russ Allbery --- doc/man-pages/pod1/vos_addsite.pod | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/man-pages/pod1/vos_addsite.pod b/doc/man-pages/pod1/vos_addsite.pod index ab10c1a..a304067 100644 --- a/doc/man-pages/pod1/vos_addsite.pod +++ b/doc/man-pages/pod1/vos_addsite.pod @@ -9,14 +9,14 @@ vos_addsite - Adds a read-only site definition to a volume's VLDB entry B S<<< B<-server> > >>> S<<< B<-partition> > >>> - S<<< B<-id> > >>> S<<< B<-valid> > >>> + S<<< B<-id> > >>> [B<-valid>] S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-verbose>] [B<-help>] B S<<< B<-s> > >>> S<<< B<-p> > >>> - S<<< B<-i> > >>> S<<< B<-valid> > >>> - S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-v>] [B<-h>] + S<<< B<-i> > >>> [B<-va>] + S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-ve>] [B<-h>] =for html @@ -69,14 +69,15 @@ L. Specifies either the complete name or volume ID number of the read/write source volume. -=item B<-valid> > +=item B<-valid> -Specifies the volume ID number of the existing release-equivalent -volume that is not already marked as a replica. This is useful when an -existing read-only volume is dumped and restored with the B<-readonly> -flag at the new site. This option is available in OpenAFS clients -1.4.7 or later and 1.5.31 and later. This option can be used with -OpenAFS server versions later than 1.4.1 or 1.5.0. +Marks the site as up-to-date in the VLDB. You should only do this if the +new site already has a current readonly replica of the volume, but for +some reason it is not in the VLDB as a replica site. This is useful when +an existing read-only volume is dumped and restored with the B<-readonly> +flag at the new site. This option is available in OpenAFS clients 1.4.7 or +later and 1.5.31 and later. This option can be used with OpenAFS server +versions later than 1.4.1 or 1.5.0. =item B<-cell> > -- 1.9.4