1 04/05/85 merge_volume_log
 2 
 3 Syntax as a command:  merge_volume_log vlname1 vlname2 {vlname3}
 4 
 5 
 6 Function:  merges the contents of two volume logs that describe the
 7 same physical volume.  It should only be used to merge the segment
 8 produced by a recover_volume_log operation with the volume log already
 9 in existence.
10 
11 
12 Arguments:
13 vlname1
14    is the pathname of the old volume log.  After vlname1 and vlname2
15    are combined, the merged copy is given the name of the old volume
16    log (vlname1), unless the optional argument vlname3 is specified.
17 vlname2
18    is the pathname of the new volume log.
19 vlname3
20    is the pathname of the resultant merged volume log.
21 
22 
23 Notes:  The suffix volog is assumed for all vlnames, if not specified.