diff --git a/libisoburn/trunk/xorriso/xorriso.1 b/libisoburn/trunk/xorriso/xorriso.1 index 4e5a4b46..8d5eb7cd 100644 --- a/libisoburn/trunk/xorriso/xorriso.1 +++ b/libisoburn/trunk/xorriso/xorriso.1 @@ -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 ... diff --git a/libisoburn/trunk/xorriso/xorriso_eng.html b/libisoburn/trunk/xorriso/xorriso_eng.html index 4acf1a6f..b885ecd7 100644 --- a/libisoburn/trunk/xorriso/xorriso_eng.html +++ b/libisoburn/trunk/xorriso/xorriso_eng.html @@ -141,6 +141,11 @@ Adjustable thresholds for abort, exit value, and problem reporting.