Document KeyFileExt(5)
[openafs.git] / doc / man-pages / pod8 / bos_removeuser.pod
index 08d9bb2..e881e92 100644 (file)
@@ -57,7 +57,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)>.
@@ -72,9 +73,9 @@ ignored.
 =head1 EXAMPLES
 
 The following example removes the users C<pat> and C<jones> from the
-F<UserList> file on the system control machine C<fs1.abc.com>.
+F<UserList> file on the system control machine C<fs1.example.com>.
 
-   % bos removeuser -server fs1.abc.com -user pat jones
+   % bos removeuser -server fs1.example.com -user pat jones
 
 =head1 PRIVILEGE REQUIRED
 
@@ -86,6 +87,7 @@ included.
 =head1 SEE ALSO
 
 L<KeyFile(5)>,
+L<KeyFileExt(5)>,
 L<UserList(5)>,
 L<bos(8)>,
 L<bos_addkey(8)>,