Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
868cabe4
Commit
868cabe4
authored
Aug 13, 2015
by
Alexandre Duret-Lutz
Browse files
* src/bin/man/ltlcross.x: Document %N, %T, %H.
parent
546304ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/man/ltlcross.x
View file @
868cabe4
...
...
@@ -200,6 +200,44 @@ of course used the result of each translator. When the
\fB\-\-products\fR=\fIN\fR option is used, these values are averaged
over the \fIN\fR products performed.
[DEPRECATED OUTPUT SPECIFIERS]
Until version 1.2.6, the output of translators was specifed using the
following escape sequences.
.PP
.TP
%N
An output file containing a never claim.
.TP
%T
An output file in \fBlbtt\fR's format.
.TP
%D
An output file in \fBltl2dstar\fR's format.
.PP
Some development versions leading to 1.99.1 also featured
.PP
.TP
%H
An output file in the HOA format.
.PP
Different specifiers were needed because Spot implemented
different parsers for these formats. Nowadays, the parsers
for never claims, lbtt's format, and HOA format have been merged into
a single parser that is able to distinguish these three formats
automatically.
.B ltlcross
officially supports only two output specifiers
.TP
%O
An output file in either \fBlbtt\fR's format, as a never claim,
or in the HOA format
.TP
%D
An output file in \fBltl2dstar\fR's format.
.P
For backward compatibility, the sequences %N, %T, and %H are still
supported (as aliases for %O), but are deprecated.
[SEE ALSO]
.BR randltl (1),
.BR genltl (1),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment