Updated man page examples

This commit is contained in:
Thomas Schmitt 2008-05-08 20:54:51 +00:00
parent 9a178da717
commit f0571d731e

View File

@ -441,7 +441,7 @@ without aquiring a new one. No writing is possible without an output drive.
Read-only drives do not tell the actual media type but show any media as
ROM (e.g. as DVD-ROM). The session history of MMC multi-session media might
be truncated to first and last session or even be completely false.
The eventual emulated history of overwriteable media is not affected by this.
(The eventual emulated history of overwriteable media is not affected by this.)
.br
To have in case of failure a chance of getting the session history and
especially the address of the last session, there is a scan for ISO 9660
@ -1939,10 +1939,13 @@ compare them with their disk counterparts,
add disk file objects which are missing yet,
overwrite those which are different on disk,
and delete those which have vanished on disk.
But do not add or overwrite files matching *.o, *.lo, *.swp.
.br
\fB$\fR xorriso -dev /dev/sr0 \\
.br
-volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')"
-volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')" \\
.br
-not_leaf '*.o' -not_leaf '*.lo' -not_leaf '*.swp' \\
.br
-update_r /home/thomas/open_source_projects /open_source_projects \\
.br