]> git.gag.com Git - debian/amanda/blobdiff - docs/vtape-api.txt
capture information in changelog about bugs that this upload should close
[debian/amanda] / docs / vtape-api.txt
index 517b5d2f6aa1c8fa8bf335d1f530028efa251275..cef7c2961b1174366a2716950a3f00a745a5aa1d 100644 (file)
@@ -1,10 +1,10 @@
 
-         Chapter 26. Virtual Tape API
+         Chapter 27. Virtual Tape API
 Prev  Part V. Technical Background  Next
 
 -------------------------------------------------------------------------------
 
-Chapter 26. Virtual Tape API
+Chapter 27. Virtual Tape API
 
 
 Stefan G. Weichinger
@@ -12,12 +12,7 @@ Stefan G. Weichinger
 XML-conversion
 AMANDA Core Team
 <sgw@amanda.org>
-
-Note
-
-Refer to http://www.amanda.org/docs/vtape-api.html for the current version of
-this document.
-The upper level AMANDA code (including some of the other tape_xxx routines)
+The upper level Amanda code (including some of the other tape_xxx routines)
 calls the following routines which implement a virtual tape table:
 
 * int tape_access(filename, mode) Acts like access(2) on possibly virtual
@@ -58,8 +53,13 @@ into the table "vtable" in tape-src/tapeio.c:
 Along with a prefix string which will identify the type. The initial vtape
 layer has two types "plain" and "rait" (Redundant Array of Inexpensive Tapes)
 but we hope to add a "rmt" (remote tape client), and possibly "dvd" types soon.
+
+Note
+
+Refer to http://www.amanda.org/docs/vtape-api.html for the current version of
+this document.
 -------------------------------------------------------------------------------
 
 Prev                              Up                                     Next
-Chapter 25. AMANDA Security API  Home  Chapter 27. Using Kerberos with AMANDA
+Chapter 26. Amanda Security API  Home  Chapter 28. Using Kerberos with Amanda