From acde7db7bc4cdcd5b26e3663a0fe312197fd96dd 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 --- trunk/doc/comments | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/trunk/doc/comments b/trunk/doc/comments index 11693c96..df08917e 100644 --- a/trunk/doc/comments +++ b/trunk/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. - +
            */