Document KeyFileExt(5)
[openafs.git] / doc / man-pages / pod8 / bos_getrestart.pod
index 9d849eb..424634c 100644 (file)
@@ -1,15 +1,21 @@
 =head1 NAME
 
-bos getrestart - Displays the automatic restart times for server processes
+bos_getrestart - Displays the automatic restart times for server processes
 
 =head1 SYNOPSIS
 
-B<bos getrestart> B<-server> <I<machine name>> [B<-cell> <I<cell name>>]
+=for html
+<div class="synopsis">
+
+B<bos getrestart> S<<< B<-server> <I<machine name>> >>> S<<< [B<-cell> <I<cell name>>] >>>
     [B<-noauth>] [B<-localauth>] [B<-help>]
 
-B<bos getr> B<-s> <I<machine name>> [B<-c> <I<cell name>>] [B<-n>]
+B<bos getr> S<<< B<-s> <I<machine name>> >>> S<<< [B<-c> <I<cell name>>] >>> [B<-n>]
     [B<-l>] [B<-h>]
 
+=for html
+</div>
+
 =head1 DESCRIPTION
 
 The bos getrestart command displays two restart times from the
@@ -61,7 +67,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)>.
@@ -109,14 +116,14 @@ restart once per day. Examples: C<11:00 pm>, C<3:00 am>.
 =head1 EXAMPLES
 
 The following example displays the restart times for the machine
-C<db2.abc.com>:
+C<db2.example.com>:
 
-   % bos getrestart db2.abc.com
-   Server db2.abc.com restarts at sun 4:00 am
-   Server db2.abc.com restarts for new binaries at 2:15 am
+   % bos getrestart db2.example.com
+   Server db2.example.com restarts at sun 4:00 am
+   Server db2.example.com restarts for new binaries at 2:15 am
 
 In the following example, the issuer abbreviates the machine name
-C<fs1.abc.com> to C<fs1>, relying on the cell's name server to resolve the
+C<fs1.example.com> to C<fs1>, relying on the cell's name server to resolve the
 name. The output echoes the abbreviated form.
 
    % bos getrestart fs1
@@ -131,6 +138,7 @@ None
 
 L<BosConfig(5)>,
 L<KeyFile(5)>,
+L<KeyFileExt(5)>,
 L<bos(8)>,
 L<bos_getdate(8)>,
 L<bos_setrestart(8)>,