Document KeyFileExt(5)
[openafs.git] / doc / man-pages / pod8 / bos_restart.pod
index 4dc17b1..2321d33 100644 (file)
@@ -1,6 +1,6 @@
 =head1 NAME
 
-bos restart - Restarts a server process
+bos_restart - Restarts a server process
 
 =head1 SYNOPSIS
 
@@ -98,7 +98,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)>.
@@ -113,19 +114,19 @@ ignored.
 =head1 EXAMPLES
 
 The following command stops and restarts all processes running on the
-machine C<fs3.abc.com>, including the BOS Server.
+machine C<fs3.example.com>, including the BOS Server.
 
-   % bos restart -server fs3.abc.com -bosserver
+   % bos restart -server fs3.example.com -bosserver
 
 The following command stops and restarts all processes running on the
-machine C<fs5.abc.com>, excluding the BOS Server.
+machine C<fs5.example.com>, excluding the BOS Server.
 
-   % bos restart -server fs5.abc.com -all
+   % bos restart -server fs5.example.com -all
 
 The following command stops and restarts the Protection Server and Volume
-Location (VL) Server processes on the machine C<db3.abc.com>:
+Location (VL) Server processes on the machine C<db3.example.com>:
 
-   % bos restart -server db3.abc.com -instance ptserver vlserver
+   % bos restart -server db3.example.com -instance ptserver vlserver
 
 =head1 PRIVILEGE REQUIRED
 
@@ -138,6 +139,7 @@ included.
 
 L<BosConfig(5)>,
 L<KeyFile(5)>,
+L<KeyFileExt(5)>,
 L<UserList(5)>,
 L<bos(8)>,
 L<bos_create(8)>,