Changed dialog default -abort_on value to "NEVER"

This commit is contained in:
2011-01-06 11:10:36 +00:00
parent 20c2a390e9
commit 30e767be47
5 changed files with 45 additions and 43 deletions

View File

@ -9,7 +9,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH XORRISO 1 "Dec 28, 2010"
.TH XORRISO 1 "Jan 06, 2011"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -2804,9 +2804,9 @@ file content stems from the loaded ISO image and is not filtered.
Enable or disable to enter dialog mode after all arguments are processed.
In dialog mode input lines get prompted via readline or from stdin.
.br
If no -abort_on severity was set when dialog starts, then "FATAL" is set
to avoid abort in most cases of wrong input. Before dialog begins the
default is "FAILURE" which e.g. aborts on unknown commands.
If no -abort_on severity was set when dialog starts, then "NEVER" is set
to avoid abort in most cases of wrong input or other problems. Before dialog
begins, the default is "FAILURE" which e.g. aborts on unknown commands.
.br
Mode "on" supports input of newline characters within quotation marks and
line continuation by trailing backslash outside quotation marks.