Document KeyFileExt(5)
[openafs.git] / doc / man-pages / pod8 / bos_delete.pod
index b73bcb1..ce62f8e 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-bos delete - Deletes a server process from the BosConfig file
+bos_delete - Deletes a server process from the BosConfig file
 
 =head1 SYNOPSIS
 
@@ -59,7 +59,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)>.
@@ -74,10 +75,10 @@ ignored.
 =head1 EXAMPLES
 
 The following command removes the B<buserver>, B<kaserver>, B<ptserver>,
-and B<vlserver> entries from the F<BosConfig> file on C<db3.abc.com>, a
+and B<vlserver> entries from the F<BosConfig> file on C<db3.example.com>, a
 database server machine being decommissioned.
 
-   % bos delete -server db3.abc.com \
+   % bos delete -server db3.example.com \
        -instance buserver kaserver ptserver vlserver
 
 =head1 PRIVILEGE REQUIRED
@@ -87,10 +88,14 @@ machine named by the B<-server> argument, or must be logged onto a server
 machine as the local superuser C<root> if the B<-localauth> flag is
 included.
 
+The B<bos delete> command cannot be run against servers which are in
+restricted mode.
+
 =head1 SEE ALSO
 
 L<BosConfig(5)>,
 L<KeyFile(5)>,
+L<KeyFileExt(5)>,
 L<UserList(5)>,
 L<bos(8)>,
 L<bos_create(8)>,