Documentation polishing

This commit is contained in:
2008-09-06 14:22:17 +00:00
parent 60681d668d
commit 33f590c84d
2 changed files with 26 additions and 2 deletions

View File

@ -2206,7 +2206,7 @@ Manipulating an existing ISO image on the same media
.br
Copy modified ISO image from one media to another
.br
Write a ISO image into a pipe
Operate on storage facilities other than optical drives
.br
Perform multi-session runs as of cdrtools traditions
.br
@ -2358,7 +2358,17 @@ first and only session to the output drive.
.br
-commit -eject all
.SS
.B Write a ISO image into a pipe
.B Operate on storage facilities other than optical drives
Full read-write operation is possible with regular files and block devices:
.br
\fB$\fR xorriso -dev stdio:/tmp/regular_file ...
.br
Other writeable file types are supported write-only:
.br
\fB$\fR xorriso -outdev stdio:/tmp/named_pipe ...
.br
Among the write-only drives is standard output:
.br
\fB$\fR xorriso -outdev - \\
.br
...