Reacted on warnings of PLD Linux build log
This commit is contained in:
parent
d8aaf43e3b
commit
e861dc2a4b
@ -727,7 +727,9 @@ bit15= with bit1 to bit3: close depicted log file
|
|||||||
fflush(pktlog_fp);
|
fflush(pktlog_fp);
|
||||||
}
|
}
|
||||||
if(flag & 8) {
|
if(flag & 8) {
|
||||||
truncate(text, (off_t) 0);
|
ret= truncate(text, (off_t) 0);
|
||||||
|
if(ret == -1 && errno != ENOENT)
|
||||||
|
{ret= 0; goto ex;}
|
||||||
xorriso->stderr_fp= fopen(text, "a");
|
xorriso->stderr_fp= fopen(text, "a");
|
||||||
if(xorriso->stderr_fp == NULL)
|
if(xorriso->stderr_fp == NULL)
|
||||||
{ret= 0; goto ex;}
|
{ret= 0; goto ex;}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH XORRISO 1 "Version 1.3.3, Aug 07, 2013"
|
.TH XORRISO 1 "Version 1.3.3, Sep 03, 2013"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
@c man .\" First parameter, NAME, should be all caps
|
@c man .\" First parameter, NAME, should be all caps
|
||||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
@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 .\" other parameters are allowed: see man(7), man(1)
|
||||||
@c man .TH XORRISO 1 "Version 1.3.3, Aug 07, 2013"
|
@c man .TH XORRISO 1 "Version 1.3.3, Sep 03, 2013"
|
||||||
@c man .\" Please adjust this date whenever revising the manpage.
|
@c man .\" Please adjust this date whenever revising the manpage.
|
||||||
@c man .\"
|
@c man .\"
|
||||||
@c man .\" Some roff macros, for reference:
|
@c man .\" Some roff macros, for reference:
|
||||||
@ -272,7 +272,7 @@ intended manipulations of a particular ISO image should be done in a single
|
|||||||
session. But in principle it is possible
|
session. But in principle it is possible
|
||||||
to store intermediate states and to continue with image manipulations.
|
to store intermediate states and to continue with image manipulations.
|
||||||
@c man .SS
|
@c man .SS
|
||||||
@node Media, Methods, Model, top
|
@node Media, Methods, Model, Top
|
||||||
@chapter Media types and states
|
@chapter Media types and states
|
||||||
@c man .B Media types and states:
|
@c man .B Media types and states:
|
||||||
There are two families of media in the MMC standard:
|
There are two families of media in the MMC standard:
|
||||||
@ -339,7 +339,7 @@ Read-only drives may or may not show session histories of multi-session
|
|||||||
media. Often only the first and the last session are visible. Sometimes
|
media. Often only the first and the last session are visible. Sometimes
|
||||||
not even that. Command -rom_toc_scan might or might not help in such cases.
|
not even that. Command -rom_toc_scan might or might not help in such cases.
|
||||||
@c man .SS
|
@c man .SS
|
||||||
@node Methods, Drives, Media, top
|
@node Methods, Drives, Media, Top
|
||||||
@chapter Creating, Growing, Modifying, Blind Growing:
|
@chapter Creating, Growing, Modifying, Blind Growing:
|
||||||
@c man .B Creating, Growing, Modifying, Blind Growing:
|
@c man .B Creating, Growing, Modifying, Blind Growing:
|
||||||
@*
|
@*
|
||||||
@ -401,7 +401,7 @@ and the burn program is desired. -C $msc1,$msc2 is equivalent to:
|
|||||||
@*
|
@*
|
||||||
-load sbsector $msc1 -grow_blindly $msc2
|
-load sbsector $msc1 -grow_blindly $msc2
|
||||||
@c man .SS
|
@c man .SS
|
||||||
@node Drives, Extras, Methods, top
|
@node Drives, Extras, Methods, Top
|
||||||
@chapter Libburn drives
|
@chapter Libburn drives
|
||||||
@c man .B Libburn drives:
|
@c man .B Libburn drives:
|
||||||
@c man .br
|
@c man .br
|
||||||
@ -500,7 +500,7 @@ One may prepend "mmc:" to a path to surely disallow any automatic "stdio:".
|
|||||||
By command -drive_class one may ban certain paths or allow access without
|
By command -drive_class one may ban certain paths or allow access without
|
||||||
prefix "stdio:" to other paths.
|
prefix "stdio:" to other paths.
|
||||||
@c man .SS
|
@c man .SS
|
||||||
@node Extras, Processing, Drives, top
|
@node Extras, Processing, Drives, Top
|
||||||
@chapter Rock Ridge, POSIX, X/Open, El Torito, ACL, xattr
|
@chapter Rock Ridge, POSIX, X/Open, El Torito, ACL, xattr
|
||||||
@c man .B Rock Ridge, POSIX, X/Open, El Torito, ACL, xattr:
|
@c man .B Rock Ridge, POSIX, X/Open, El Torito, ACL, xattr:
|
||||||
@c man .br
|
@c man .br
|
||||||
@ -612,7 +612,7 @@ or to print them.
|
|||||||
Recording and restoring of xattr from and to local files works currently
|
Recording and restoring of xattr from and to local files works currently
|
||||||
only on GNU/Linux and FreeBSD, where they are known as extattr.
|
only on GNU/Linux and FreeBSD, where they are known as extattr.
|
||||||
@c man .SS
|
@c man .SS
|
||||||
@node Processing, Dialog, Extras, top
|
@node Processing, Dialog, Extras, Top
|
||||||
@chapter Command processing
|
@chapter Command processing
|
||||||
@c man .B Command processing:
|
@c man .B Command processing:
|
||||||
@c man .br
|
@c man .br
|
||||||
@ -701,7 +701,7 @@ The program ends either by command -end, or by the end of program arguments
|
|||||||
if dialog mode has not been enabled at that point, or by a problem
|
if dialog mode has not been enabled at that point, or by a problem
|
||||||
event which triggers the threshold of command -abort_on.
|
event which triggers the threshold of command -abort_on.
|
||||||
@c man .SS
|
@c man .SS
|
||||||
@node Dialog, Commands, Processing, top
|
@node Dialog, Commands, Processing, Top
|
||||||
@chapter Dialog, Readline, Result pager
|
@chapter Dialog, Readline, Result pager
|
||||||
@c man .B Dialog, Readline, Result pager:
|
@c man .B Dialog, Readline, Result pager:
|
||||||
@c man .br
|
@c man .br
|
||||||
@ -747,7 +747,7 @@ Some actions apply paging to their info output, too.
|
|||||||
@*
|
@*
|
||||||
The request to abort may or may not be obeyed by the current action.
|
The request to abort may or may not be obeyed by the current action.
|
||||||
All actions try to abort as soon as possible.
|
All actions try to abort as soon as possible.
|
||||||
@node Commands, Examples, Dialog, top
|
@node Commands, Examples, Dialog, Top
|
||||||
@chapter Commands
|
@chapter Commands
|
||||||
@c man .br
|
@c man .br
|
||||||
@c man .SH OPTIONS
|
@c man .SH OPTIONS
|
||||||
@ -6429,7 +6429,7 @@ Compliments towards Joerg Schilling whose cdrtools served me for ten years.
|
|||||||
@chapter Alphabetic Command List
|
@chapter Alphabetic Command List
|
||||||
@printindex ky
|
@printindex ky
|
||||||
|
|
||||||
@node ConceptIdx,, CommandIdx, top
|
@node ConceptIdx,, CommandIdx, Top
|
||||||
@chapter Alphabetic List of Concepts and Objects
|
@chapter Alphabetic List of Concepts and Objects
|
||||||
@printindex cp
|
@printindex cp
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2013.09.05.080255"
|
#define Xorriso_timestamP "2013.09.05.081703"
|
||||||
|
Loading…
Reference in New Issue
Block a user