From e7fb05ab68afbde8cab2da1ac8787932a2d7c611 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sat, 2 Sep 2006 10:08:49 +0000 Subject: [PATCH] Modified main API docs page --- doc/comments | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/comments b/doc/comments index 11693c9..df08917 100644 --- a/doc/comments +++ b/doc/comments @@ -140,12 +140,12 @@ To make the libraries accessible for running resp. developing applications
  1. A bus scan (needs rw-permissions to see a drive): test/libburner --drive - -
      Burn a file to drive chosen by number: test/libburner --drive 0 --burn_for_real my_image_file -
        Burn a file to drive chosen by persistent address: test/libburner --drive /dev/hdc --burn_for_real my_image_file -
          Blank a used CD-RW (is combinable with burning in one run): test/libburner --drive 0 --blank_fast -
            Burn a compressed afio archive on-the-fly, pad up to 700 MB: ( cd my_directory ; find . -print | afio -oZ - ) | \ +
          1. Burn a file to drive chosen by number: test/libburner --drive 0 --burn_for_real my_image_file +
          2. Burn a file to drive chosen by persistent address: test/libburner --drive /dev/hdc --burn_for_real my_image_file +
          3. Blank a used CD-RW (is combinable with burning in one run): test/libburner --drive 0 --blank_fast +
          4. Burn a compressed afio archive on-the-fly, pad up to 700 MB: ( cd my_directory ; find . -print | afio -oZ - ) | \ test/libburner --drive /dev/hdc --burn_for_real --stdin_size 734003200 - -
              To be read from *not mounted* CD via: afio -tvZ /dev/hdc +
            1. To be read from *not mounted* CD via: afio -tvZ /dev/hdc Program tar would need a clean EOF which our padded CD cannot deliver. - +
            */