Version leap to libisoburn-1.3.7
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename xorrecord.info
|
||||
@settitle GNU xorrecord 1.3.5
|
||||
@settitle GNU xorrecord 1.3.7
|
||||
@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 XORRECORD 1 "Version 1.3.5, Dec 12, 2013"
|
||||
@c man .TH XORRECORD 1 "Version 1.3.7, Mar 04, 2014"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -68,7 +68,7 @@
|
||||
@copying
|
||||
xorrecord - Emulation of CD/DVD/BD program cdrecord by program xorriso
|
||||
|
||||
Copyright @copyright{} 2011 - 2013 Thomas Schmitt
|
||||
Copyright @copyright{} 2011 - 2014 Thomas Schmitt
|
||||
|
||||
@quotation
|
||||
Permission is granted to distrubute this text freely.
|
||||
@ -76,7 +76,7 @@ Permission is granted to distrubute this text freely.
|
||||
@end copying
|
||||
@c man-ignore-lines end
|
||||
@titlepage
|
||||
@title Manual of GNU xorriso personality xorrecord 1.3.5
|
||||
@title Manual of GNU xorriso personality xorrecord 1.3.7
|
||||
@author Thomas Schmitt
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
@ -85,7 +85,7 @@ Permission is granted to distrubute this text freely.
|
||||
@contents
|
||||
@ifnottex
|
||||
@node Top
|
||||
@top xorrecord 1.3.5
|
||||
@top xorrecord 1.3.7
|
||||
@c man-ignore-lines 1
|
||||
|
||||
@c man .SH NAME
|
||||
@ -191,7 +191,8 @@ The drives, CD, DVD, or BD burners, are accessed via file addresses which
|
||||
are specific to libburn and the operating system. Those addresses get listed
|
||||
by a run of @command{xorrecord --devices} or @command{xorriso -device_links}.
|
||||
@*
|
||||
On GNU/Linux and FreeBSD, the user needs rw-permission for the device file.
|
||||
On GNU/Linux, FreeBSD, and NetBSD, the user needs rw-permission for the
|
||||
device file.
|
||||
On Solaris, the user needs r-permission and privilege "sys_devices",
|
||||
which is usually gained by running @command{xorrecord} via command pfexec.
|
||||
@*
|
||||
@ -276,6 +277,8 @@ E.g. on GNU/Linux: dev=/dev/sr0
|
||||
@*
|
||||
E.g. on FreeBSD: dev=/dev/cd0
|
||||
@*
|
||||
E.g. on NetBSD: dev=/dev/rcd0d
|
||||
@*
|
||||
E.g. on Solaris: dev=/dev/rdsk/c2t2d0s2
|
||||
@*
|
||||
See also above "Drive preparation and addressing".
|
||||
@ -1069,7 +1072,7 @@ Thomas Schmitt <scdbackup@@gmx.net>
|
||||
for libburnia-project.org
|
||||
@c man .SH COPYRIGHT
|
||||
@section Copyright
|
||||
Copyright (c) 2011 - 2013 Thomas Schmitt
|
||||
Copyright (c) 2011 - 2014 Thomas Schmitt
|
||||
@*
|
||||
Permission is granted to distribute this text freely. It shall only be
|
||||
modified in sync with the technical properties of xorriso. If you make use
|
||||
|
Reference in New Issue
Block a user