From 85509f09a3bd9b038c38ef591b52089ae5cb86c5 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sat, 2 Sep 2006 10:01:51 +0000 Subject: [PATCH] Modified main API docs page --- doc/comments | 34 ++++++++-------------------------- 1 file changed, 8 insertions(+), 26 deletions(-) diff --git a/doc/comments b/doc/comments index b9cf93f..11693c9 100644 --- a/doc/comments +++ b/doc/comments @@ -138,32 +138,14 @@ To make the libraries accessible for running resp. developing applications Examples - 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 - ) | \ - - test/libburner --drive /dev/hdc --burn_for_real --stdin_size 734003200 - - - To be read from *not mounted* CD via: - - afio -tvZ /dev/hdc - +
    +
  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 - ) | \ + test/libburner --drive /dev/hdc --burn_for_real --stdin_size 734003200 - +
              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. */