New -msg_op opcodes "compare_sev" and "list_sev"
This commit is contained in:
@ -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 "Version 1.2.5, Dec 13, 2012"
|
||||
.TH XORRISO 1 "Version 1.2.5, Dec 14, 2012"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -4552,6 +4552,24 @@ The next line tells the number of strings. Each string begins by a line that
|
||||
tells the number of lines of the string. Then follow these lines. They are to
|
||||
be concatenated with a newline character inbetween each of them.
|
||||
.br
|
||||
\fBcompare_sev\fR
|
||||
.br
|
||||
The parameter_text should contain two comma separated severity texts as
|
||||
issued by this program. Like "SORRY,UPDATE". See also paragraph
|
||||
"Exception processing".
|
||||
.br
|
||||
These two severity texts get compared and a number gets printed
|
||||
to the result channel. This number is 0 if both severities are equal.
|
||||
It is \-1 if the first severity is lower than the second one.
|
||||
It is 1 is the first severity is higher than the second one.
|
||||
.br
|
||||
Above example "SORRY,UPDATE" will yield 1.
|
||||
.br
|
||||
\fBlist_sev\fR
|
||||
.br
|
||||
Print to the result channel a blank separated list of all severity names.
|
||||
Sorted from low to high severity.
|
||||
.br
|
||||
.TP
|
||||
\fB\-prog\fR text
|
||||
Use text as name of this program in subsequent messages
|
||||
|
Reference in New Issue
Block a user