New -msg_op opcodes "compare_sev" and "list_sev"
This commit is contained in:
@ -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.2.5, Dec 13, 2012"
|
||||
@c man .TH XORRISO 1 "Version 1.2.5, Dec 14, 2012"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -5338,6 +5338,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.
|
||||
@*
|
||||
@strong{compare_sev}
|
||||
@*
|
||||
The parameter_text should contain two comma separated severity texts as
|
||||
issued by this program. Like "SORRY,UPDATE". See also paragraph
|
||||
"Exception processing".
|
||||
@*
|
||||
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.
|
||||
@*
|
||||
Above example "SORRY,UPDATE" will yield 1.
|
||||
@*
|
||||
@strong{list_sev}
|
||||
@*
|
||||
Print to the result channel a blank separated list of all severity names.
|
||||
Sorted from low to high severity.
|
||||
@*
|
||||
@c man .TP
|
||||
@item -prog text
|
||||
@kindex -prog sets program name
|
||||
|
Reference in New Issue
Block a user