Document KeyFileExt(5)
[openafs.git] / doc / man-pages / pod8 / bos_uninstall.pod
index 58ed850..2049ef4 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-bos uninstall - Reverts to the former version of a process's binary file
+bos_uninstall - Reverts to the former version of a process's binary file
 
 =head1 SYNOPSIS
 
@@ -74,7 +74,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)>.
@@ -89,10 +90,10 @@ ignored.
 =head1 EXAMPLES
 
 The following example command overwrites the F</usr/afs/bin/kaserver> file
-on the machine C<fs4.abc.com> with its C<.BAK> version, and the current
+on the machine C<fs4.example.com> with its C<.BAK> version, and the current
 C<.BAK> version by the C<.OLD> version.
 
-   % bos uninstall -server fs4.abc.com -file kaserver
+   % bos uninstall -server fs4.example.com -file kaserver
 
 =head1 PRIVILEGE REQUIRED
 
@@ -101,10 +102,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 uninstall> command cannot be run against servers running in
+restricted mode.
+
 =head1 SEE ALSO
 
 L<BosConfig(5)>,
 L<KeyFile(5)>,
+L<KeyFileExt(5)>,
 L<UserList(5)>,
 L<bos(8)>,
 L<bos_getrestart(8)>,