Version leap to libisoburn-1.4.8

This commit is contained in:
2017-09-12 17:22:48 +02:00
parent 3813a747d1
commit 19e1303598
21 changed files with 210 additions and 238 deletions

View File

@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename xorriso.info
@settitle GNU xorriso 1.4.7
@settitle GNU xorriso 1.4.8
@c %**end of header
@c
@c man-ignore-lines begin
@ -50,7 +50,7 @@
@c man .\" First parameter, NAME, should be all caps
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
@c man .\" other parameters are allowed: see man(7), man(1)
@c man .TH XORRISO 1 "Version 1.4.7, Jun 29, 2017"
@c man .TH XORRISO 1 "Version 1.4.8, Sep 12, 2017"
@c man .\" Please adjust this date whenever revising the manpage.
@c man .\"
@c man .\" Some roff macros, for reference:
@ -77,7 +77,7 @@ Permission is granted to distrubute this text freely.
@end copying
@c man-ignore-lines end
@titlepage
@title Manual of GNU xorriso 1.4.7
@title Manual of GNU xorriso 1.4.8
@author Thomas Schmitt
@page
@vskip 0pt plus 1filll
@ -86,7 +86,7 @@ Permission is granted to distrubute this text freely.
@contents
@ifnottex
@node Top
@top GNU xorriso 1.4.7
@top GNU xorriso 1.4.8
@c man-ignore-lines 1
@c man .SH NAME
@ -4751,10 +4751,11 @@ drive can be "indev" or "outdev" to indicate already acquired drives,
or it can be the path of a not yet acquired drive.
Prefix "stdio:" for non-MMC drives is not mandatory.
@*
entity must be either "sbsector" with the superblock sector address as id,
For entity and id, see also command -load. They must be either "sbsector" with
the superblock sector address as id,
or "track" with a track number as id, or "session" with a session number,
or "volid" with a search pattern for the volume id, or "auto" with any text
as id.
or "volid" with a search pattern for the volume id, or "auto" with which
any text as id mounts the first track of the last session.
@*
path will be used as mount point and must already exist as a directory on disk.
@*