From a658736af649bd52a7710cbb428a804588b2fda5 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Wed, 7 Jul 2010 14:25:46 -0400 Subject: [PATCH] man: document bos addhost -clone 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 Reviewed-by: Russ Allbery --- doc/man-pages/pod8/bos_addhost.pod | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/man-pages/pod8/bos_addhost.pod b/doc/man-pages/pod8/bos_addhost.pod index d2751823ff..91acb587cf 100644 --- a/doc/man-pages/pod8/bos_addhost.pod +++ b/doc/man-pages/pod8/bos_addhost.pod @@ -8,10 +8,10 @@ bos_addhost - Adds a database server machine to the CellServDB file
B S<<< B<-server> > >>> S<<< B<-host> >+ >>> - S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] + S<<< [B<-cell> >] >>> [B<-clone>] [B<-noauth>] [B<-localauth>] [B<-help>] B S<<< B<-s> > >>> S<<< B<-ho> >+ >>> - S<<< [B<-c> >] >>> [B<-n>] [B<-l>] [B<-he>] + S<<< [B<-ce> >] >>> [B<-cl] [B<-n>] [B<-l>] [B<-he>] =for html
@@ -68,6 +68,12 @@ database server machine to register in the F 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. +=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 to the issuer. Do not combine