Document KeyFileExt(5)
[openafs.git] / doc / man-pages / pod8 / bos_removehost.pod
index 1cde179..0e2f4f3 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-bos removehost - Removes a database server machine from the CellServDB file
+bos_removehost - Removes a database server machine from the CellServDB file
 
 =head1 SYNOPSIS
 
@@ -29,7 +29,7 @@ After executing this command (and waiting for the Update Server to
 propagate the changes, if it is used), restart the database server
 processes on all database server machines to force election of a quorum
 that includes the new set of machines listed in the
-F</usr/afs/etc/CellServDB> file. The I<IBM AFS Quick Beginnings> explains
+F</usr/afs/etc/CellServDB> file. The I<OpenAFS Quick Start Guide> explains
 in more detail how to add and remove database server machines.
 
 =head1 OPTIONS
@@ -51,7 +51,7 @@ L<bos(8)>.
 
 =item B<-host> <I<host name>>+
 
-Specifies the fully-qualified host name (such as C<fs2.abc.com>) of each
+Specifies the fully-qualified host name (such as C<fs2.example.com>) of each
 database server machine to remove from the B<CellServDB> file.
 
 =item B<-cell> <I<cell name>>
@@ -68,7 +68,8 @@ L<bos(8)>.
 =item B<-localauth>
 
 Constructs a server ticket using a key from the local
-F</usr/afs/etc/KeyFile> file. The B<bos> command interpreter presents the
+F</usr/afs/etc/KeyFile> or F</usr/afs/etc/KeyFileExt> file.
+The B<bos> command interpreter presents the
 ticket to the BOS Server during mutual authentication. Do not combine this
 flag with the B<-cell> or B<-noauth> options. For more details, see
 L<bos(8)>.
@@ -83,10 +84,10 @@ ignored.
 =head1 EXAMPLES
 
 The following command removes the former database server machine
-C<db2.abc.com> from the F<CellServDB> file on the system control machine
-C<fs1.abc.com>.
+C<db2.example.com> from the F<CellServDB> file on the system control machine
+C<fs1.example.com>.
 
-   % bos removehost -server fs1.abc.com -host db2.abc.com
+   % bos removehost -server fs1.example.com -host db2.example.com
 
 =head1 PRIVILEGE REQUIRED
 
@@ -98,12 +99,14 @@ included.
 =head1 SEE ALSO
 
 L<KeyFile(5)>,
+L<KeyFileExt(5)>,
 L<UserList(5)>,
 L<bos(8)>,
 L<bos_addhost(8)>,
 L<bos_listhosts(8)>
 
-I<IBM AFS Quick Beginnings>
+The I<OpenAFS Quick Start Guide> at
+L<http://docs.openafs.org/QuickStartUnix/>.
 
 =head1 COPYRIGHT