Document KeyFileExt(5)
[openafs.git] / doc / man-pages / pod8 / bos_stop.pod
index da196f2..892b248 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-bos stop - Stops a process after changing its status flag
+bos_stop - Stops a process after changing its status flag
 
 =head1 SYNOPSIS
 
@@ -63,7 +63,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)>.
@@ -77,10 +78,10 @@ ignored.
 
 =head1 EXAMPLES
 
-The following example command stops the B<upserver> and B<runntp>
-processes on the machine C<fs7.abc.com>.
+The following example command stops the B<upserver> and B<vlserver>
+processes on the machine C<fs7.example.com>.
 
-   % bos stop -server fs7.abc.com -instance upserver runntp
+   % bos stop -server fs7.example.com -instance upserver vlserver
 
 =head1 PRIVILEGE REQUIRED
 
@@ -93,6 +94,7 @@ included.
 
 L<BosConfig(5)>,
 L<KeyFile(5)>,
+L<KeyFileExt(5)>,
 L<UserList(5)>,
 L<bos(8)>,
 L<bos_create(8)>,