doc: fix some broken link specifications
[openafs.git] / doc / man-pages / pod8 / backup_addvolentry.pod
index 207ed90..ebb4d5f 100644 (file)
@@ -1,17 +1,26 @@
 =head1 NAME
 
-backup addvolentry - Defines a volume entry in a volume set
+backup_addvolentry - Defines a volume entry in a volume set
 
 =head1 SYNOPSIS
 
-B<backup addvolentry> B<-name> <I<volume set name>>
-    B<-server> <I<machine name>> B<-partition> <I<partition name>>
-    B<-volumes> <I<volume name (regular expression)>>
-    [B<-localauth>] [B<-cell> <I<cell name>>] [B<-help>]
+=for html
+<div class="synopsis">
 
-B<backup addvole> B<-n> <I<volume set name>> B<-s> <I<machine name>>
-    B<-p> <I<partition name>> B<-v> <I<volume name (regular expression)>>
-    [B<-l>] [B<-c> <I<cell name>>] [B<-h>]
+B<backup addvolentry> S<<< B<-name> <I<volume set name>> >>>
+    S<<< B<-server> <I<machine name>> >>>
+    S<<< B<-partition> <I<partition name>> >>>
+    S<<< B<-volumes> <I<volume name (regular expression)>> >>>
+    [B<-localauth>] S<<< [B<-cell> <I<cell name>>] >>> [B<-help>]
+
+B<backup addvole> S<<< B<-n> <I<volume set name>> >>>
+    S<<< B<-s> <I<machine name>> >>>
+    S<<< B<-p> <I<partition name>> >>>
+    S<<< B<-v> <I<volume name (regular expression)>> >>>
+    [B<-l>] S<<< [B<-c> <I<cell name>>] >>> [B<-h>]
+
+=for html
+</div>
 
 =head1 DESCRIPTION
 
@@ -37,7 +46,7 @@ machine name or partition name in the Volume Location Database (VLDB).
 
 For the B<-volumes> argument, specify a combination of alphanumeric
 characters and one or more metacharacters to wildcard part or all of the
-volume name. L<OPTIONS> lists the acceptable metacharacters.
+volume name. L</OPTIONS> lists the acceptable metacharacters.
 
 =head1 CAUTIONS
 
@@ -163,7 +172,7 @@ shown here on two lines only for legibility reasons.)
    % backup addvolentry -name fs2 -server fs2.abc.com \
                         -partition /vicepb -volumes ".*"
 
-The chapter in the I<IBM AFS Administration Guide> about configuring the
+The chapter in the I<OpenAFS Administration Guide> about configuring the
 AFS Backup System presents additional examples as well as advice on
 grouping volumes.