spot/bin/man
Alexandre Duret-Lutz c8b8ac60be bin: new ltlmix tool
Fixes #400.

* spot/tl/randomltl.cc, spot/tl/randomltl.hh: Adjust to accept
a set of formula to replace the atomic propositions.
* bin/ltlmix.cc: New file.
* bin/Makefile.am: Add it.
* bin/man/ltlmix.x: New file.
* bin/man/Makefile.am: Add it.
* doc/org/ltlmix.org: New file.
* doc/Makefile.am: Add it.
* bin/man/genltl.x, bin/man/randltl.x, bin/man/spot.x, bin/spot.cc,
doc/org/arch.tex, doc/org/concepts.org, doc/org/tools.org, NEWS: Mention
ltlmix.
* tests/core/ltlmix.test: New file.
* tests/Makefile.am: Add it.
2024-08-23 21:46:05 +02:00
..
autcross.x man: fix several issues 2024-04-03 23:05:12 +02:00
autfilt.x Update NEWS and documentations 2017-01-06 19:53:21 +01:00
dstar2tgba.x Small fixes in the man pages 2024-04-03 16:05:17 +02:00
genaut.x genaut: introduce --m-nba 2019-06-07 14:16:42 +02:00
genltl.x bin: new ltlmix tool 2024-08-23 21:46:05 +02:00
ltl2tgba.x man: fix several issues 2024-04-03 23:05:12 +02:00
ltl2tgta.x move spot/bin/ and spot/tests/ up by one level 2015-12-27 20:10:59 +01:00
ltlcross.x man: fix several issues 2024-04-03 23:05:12 +02:00
ltldo.x move spot/bin/ and spot/tests/ up by one level 2015-12-27 20:10:59 +01:00
ltlfilt.x from_ltlf: new LTL transformation. 2016-11-05 22:59:02 +01:00
ltlgrind.x move spot/bin/ and spot/tests/ up by one level 2015-12-27 20:10:59 +01:00
ltlmix.x bin: new ltlmix tool 2024-08-23 21:46:05 +02:00
ltlsynt.x ltlsynt: fix suggested references 2024-02-19 11:43:58 +01:00
Makefile.am bin: new ltlmix tool 2024-08-23 21:46:05 +02:00
randaut.x genaut: add missing documentation 2017-04-22 14:19:35 +02:00
randltl.x bin: new ltlmix tool 2024-08-23 21:46:05 +02:00
README man: minor fixes 2019-04-24 10:32:45 +02:00
spot-x.x man: fix several issues 2024-04-03 23:05:12 +02:00
spot.x bin: new ltlmix tool 2024-08-23 21:46:05 +02:00

To help with keeping man pages in sync with the binaries, the man page
for PROGRAM is automatically generated from two sources:
  1. the --help output of bin/PROGRAM,
  2. the bin/man/PROGRAM.x file

The tool help2man is responsible for doing this conversion.

The PROGRAM.x file has [sections] headers to indicate sections.  The
rest of the file uses groff macros for man pages.  For detail on this
syntax, run "man groff_man".

Note that some of the standard sections will be forced to the top or
bottom of the manpage by help2man, the rest will appear as ordered in
PROGRAM.x.