adjust documentation for the merge of the dstar parser

* NEWS: Mention the changes.
* doc/org/autfilt.org, doc/org/dstar2tgba.org,
doc/org/ltlcross.org, doc/org/tools.org, doc/org/tut20.org,
src/bin/man/dstar2tgba.x, src/bin/man/ltlcross.x: Adjust
documentation.
* src/bin/common_trans.cc: Use %O instead of %D, but keep %D
hidden for backward compatibility.
This commit is contained in:
Alexandre Duret-Lutz 2015-09-07 22:46:39 +02:00
parent c59e994a2c
commit 17a18f2890
9 changed files with 357 additions and 173 deletions

View file

@ -204,22 +204,18 @@ Some development versions leading to 1.99.1 also featured
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.
different parsers for these formats. Nowadays, these parsers
have been merged into a single parser that is able to
distinguish these four formats automatically.
.B ltlcross
officially supports only two output specifiers
officially supports only one output specifier:
.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.
An output file in either \fBlbtt\fR's format, \fBltl2dstar\fR's format,
as a never claim, or in the HOA format
.P
For backward compatibility, the sequences %N, %T, and %H are still
supported (as aliases for %O), but are deprecated.
For backward compatibility, the sequences %D, %H, %N, and %T, are
still supported (as aliases for %O), but are deprecated.
[SEE ALSO]
.BR randltl (1),