Adjusted CREDITS text

This commit is contained in:
Thomas Schmitt 2008-02-16 20:24:40 +00:00
parent 87053caf26
commit 655d7a2463
1 changed files with 37 additions and 4 deletions

View File

@ -1368,18 +1368,31 @@ Because no -dialog "on" is given, the program will then end by committing the
session to media.
.br
\fB$\fR xorriso -outdev /dev/sr2 \\
.br
-blank fast \\
.br
-pathspecs on \\
.br
-add \\
.br
/sounds=/home/me/sounds \\
.br
/pictures \\
.br
-- \\
.br
-rm_r \\
.br
/sounds/indecent \\
.br
'/pictures/*private*' \\
.br
/pictures/confidential \\
.br
-- \\
.br
-add \\
.br
/pictures/confidential/work*
.br
Note that '/pictures/*private*' is a pattern for iso_rr_paths
@ -1437,17 +1450,29 @@ Change access permissions of directory /pictures/restricted.
Add new directory trees /sounds and /movies. Burn to the same media and eject.
.br
\fB$\fR xorriso -dev /dev/sr2 \\
.br
-rm_r /sounds -- \\
.br
-mv \\
.br
/pictures/confidential \\
.br
/pictures/restricted \\
.br
-- \\
.br
-chmod go-rwx /pictures/restricted -- \\
.br
-pathsspecs on \\
.br
-add \\
.br
/sounds=/home/me/prepared_for_dvd/sounds_dummy \\
.br
/movies=/home/me/prepared_for_dvd/movies \\
.br
-- \\
.br
-commit -eject all
.SS
.B Copy modified ISO image from one media to another
@ -1456,9 +1481,13 @@ example. Aquire output drive and blank it. Burn the modified image as
first and only session to the output drive.
.br
\fB$\fR xorriso -indev /dev/sr2 \\
.br
-rm_r /sounds -- \\
.br
...
.br
-outdev /dev/sr0 -blank fast \\
.br
-commit -eject all
.SS
.B Write a ISO image into a pipe (single-session only)
@ -1471,9 +1500,13 @@ Be quite verbous, exit 32 if severity "FAILURE" was encountered,
do not abort prematurely but forcibly go on until the end of commands.
.br
\fB$\fR xorriso ... \\
.br
-report_about UPDATE \\
.br
-return_with FAILURE 32 \\
.br
-abort_on NEVER \\
.br
...
.SS
.B Examples of input timestrings
@ -1542,10 +1575,10 @@ Thomas Schmitt <scdbackup@gmx.net>
.br
for libburnia-project.org
.SH CREDITS
xorriso is also based on work by Vreixo Formoso who provides libisofs,
Mario Danic who leads the libburnia team,
Andy Polyakov who invented emulated growing,
Derek Foreman and Ben Jansens who once founded libburn.
xorriso is in part based on work by Vreixo Formoso who provides libisofs
together with Mario Danic who also leads the libburnia team.
Thanks to Andy Polyakov who invented emulated growing,
to Derek Foreman and Ben Jansens who once founded libburn.
.br
Compliments towards Joerg Schilling whose cdrtools served me for ten years.