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. session to media.
.br .br
\fB$\fR xorriso -outdev /dev/sr2 \\ \fB$\fR xorriso -outdev /dev/sr2 \\
.br
-blank fast \\ -blank fast \\
.br
-pathspecs on \\ -pathspecs on \\
.br
-add \\ -add \\
.br
/sounds=/home/me/sounds \\ /sounds=/home/me/sounds \\
.br
/pictures \\ /pictures \\
.br
-- \\ -- \\
.br
-rm_r \\ -rm_r \\
.br
/sounds/indecent \\ /sounds/indecent \\
.br
'/pictures/*private*' \\ '/pictures/*private*' \\
.br
/pictures/confidential \\ /pictures/confidential \\
.br
-- \\ -- \\
.br
-add \\ -add \\
.br
/pictures/confidential/work* /pictures/confidential/work*
.br .br
Note that '/pictures/*private*' is a pattern for iso_rr_paths 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. Add new directory trees /sounds and /movies. Burn to the same media and eject.
.br .br
\fB$\fR xorriso -dev /dev/sr2 \\ \fB$\fR xorriso -dev /dev/sr2 \\
.br
-rm_r /sounds -- \\ -rm_r /sounds -- \\
.br
-mv \\ -mv \\
.br
/pictures/confidential \\ /pictures/confidential \\
.br
/pictures/restricted \\ /pictures/restricted \\
.br
-- \\ -- \\
.br
-chmod go-rwx /pictures/restricted -- \\ -chmod go-rwx /pictures/restricted -- \\
.br
-pathsspecs on \\ -pathsspecs on \\
.br
-add \\ -add \\
.br
/sounds=/home/me/prepared_for_dvd/sounds_dummy \\ /sounds=/home/me/prepared_for_dvd/sounds_dummy \\
.br
/movies=/home/me/prepared_for_dvd/movies \\ /movies=/home/me/prepared_for_dvd/movies \\
.br
-- \\ -- \\
.br
-commit -eject all -commit -eject all
.SS .SS
.B Copy modified ISO image from one media to another .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. first and only session to the output drive.
.br .br
\fB$\fR xorriso -indev /dev/sr2 \\ \fB$\fR xorriso -indev /dev/sr2 \\
.br
-rm_r /sounds -- \\ -rm_r /sounds -- \\
.br
... ...
.br
-outdev /dev/sr0 -blank fast \\ -outdev /dev/sr0 -blank fast \\
.br
-commit -eject all -commit -eject all
.SS .SS
.B Write a ISO image into a pipe (single-session only) .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. do not abort prematurely but forcibly go on until the end of commands.
.br .br
\fB$\fR xorriso ... \\ \fB$\fR xorriso ... \\
.br
-report_about UPDATE \\ -report_about UPDATE \\
.br
-return_with FAILURE 32 \\ -return_with FAILURE 32 \\
.br
-abort_on NEVER \\ -abort_on NEVER \\
.br
... ...
.SS .SS
.B Examples of input timestrings .B Examples of input timestrings
@ -1542,10 +1575,10 @@ Thomas Schmitt <scdbackup@gmx.net>
.br .br
for libburnia-project.org for libburnia-project.org
.SH CREDITS .SH CREDITS
xorriso is also based on work by Vreixo Formoso who provides libisofs, xorriso is in part based on work by Vreixo Formoso who provides libisofs
Mario Danic who leads the libburnia team, together with Mario Danic who also leads the libburnia team.
Andy Polyakov who invented emulated growing, Thanks to Andy Polyakov who invented emulated growing,
Derek Foreman and Ben Jansens who once founded libburn. to Derek Foreman and Ben Jansens who once founded libburn.
.br .br
Compliments towards Joerg Schilling whose cdrtools served me for ten years. Compliments towards Joerg Schilling whose cdrtools served me for ten years.