man: document bos addhost -clone
authorMichael Meffie <mmeffie@sinenomine.net>
Wed, 7 Jul 2010 18:25:46 +0000 (14:25 -0400)
committerRuss Allbery <rra@stanford.edu>
Wed, 14 Jul 2010 18:18:14 +0000 (11:18 -0700)
Add the missing -clone option to the bos addhost
man page.

Change-Id: I0ead9acfd25d573b907f2617845c25c8c11df53c
Reviewed-on: http://gerrit.openafs.org/2349
Tested-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Russ Allbery <rra@stanford.edu>

doc/man-pages/pod8/bos_addhost.pod

index d275182..91acb58 100644 (file)
@@ -8,10 +8,10 @@ bos_addhost - Adds a database server machine to the CellServDB file
 <div class="synopsis">
 
 B<bos addhost> S<<< B<-server> <I<machine name>> >>> S<<< B<-host> <I<host name>>+ >>>
-    S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>] [B<-help>]
+    S<<< [B<-cell> <I<cell name>>] >>> [B<-clone>] [B<-noauth>] [B<-localauth>] [B<-help>]
 
 B<bos addh> S<<< B<-s> <I<machine name>> >>> S<<< B<-ho> <I<host name>>+ >>>
-    S<<< [B<-c> <I<cell name>>] >>> [B<-n>] [B<-l>] [B<-he>]
+    S<<< [B<-ce> <I<cell name>>] >>> [B<-cl] [B<-n>] [B<-l>] [B<-he>]
 
 =for html
 </div>
@@ -68,6 +68,12 @@ database server machine to register in the F<CellServDB> file.
 Names the cell in which to run the command. Do not combine this
 argument with the B<-localauth> flag. For more details, see L<bos(8)>.
 
+=item B<-clone>
+
+Register the host given by B<-host> as a non-voting clone site, which
+prevents the host from becoming a sync-site. This is an advanced feature
+and should be used with caution.
+
 =item B<-noauth>
 
 Assigns the unprivileged identity C<anonymous> to the issuer. Do not combine