The \f(CW macro to switch to "constant-width" does not seem to honored when converting to html, and I've found some patch to groff removing its use from their own man page. https://lists.gnu.org/archive/html/groff-commit/2020-07/msg00015.html Lets use \fC instead, as it seems to produce some <tt> in HTML. Two manpages had URLs pointing to spot.lrde.epita.fr instead of spot.lre.epita.fr. Finally, spot-x.x had an incorrectly closed .EX block, that completly broke the HTML conversion. * bin/man/autcross.x, bin/man/ltl2tgba.x, bin/man/ltlcross.x, bin/man/spot-x.x, bin/man/spot.x: Fix the aforementioned issues.
32 lines
590 B
Text
32 lines
590 B
Text
[NAME]
|
|
spot \- Command-line tools installed by Spot.
|
|
|
|
[SYNOPSIS]
|
|
|
|
Spot is a C++ library for ω-automata and LTL formulas manipulation.
|
|
It also comes with Python bindings and a set of command-line tools
|
|
that are listed below.
|
|
|
|
[DESCRIPTION]
|
|
.\" Add any additional description here
|
|
|
|
[SEE ALSO]
|
|
.BR autfilt (1)
|
|
.BR autcross (1)
|
|
.BR dstar2tgba (1)
|
|
.BR genaut (1)
|
|
.BR genltl (1)
|
|
.BR ltl2tgba (1)
|
|
.BR ltl2tgta (1)
|
|
.BR ltlcross (1)
|
|
.BR ltldo (1)
|
|
.BR ltlfilt (1)
|
|
.BR ltlgrind (1)
|
|
.BR ltlsynt (1)
|
|
.BR randaut (1)
|
|
.BR randltl (1)
|
|
.BR spot-x (7)
|
|
|
|
.UR https://spot.lre.epita.fr/
|
|
The Spot web page.
|
|
.UE
|