spot/bin/man
Alexandre Duret-Lutz c6f4b18655 genltl: add --lily-patterns
* spot/gen/formulas.cc, spot/gen/formulas.hh, bin/genltl.cc: Implement
support for --lily-pattern.
* doc/spot.bib, bin/man/genltl.x: Add references.
* NEWS: Mention it.
* tests/core/ltlsynt.test: Use these formulas.
* tests/core/genltl.test: Adjust.
2024-08-26 21:56:59 +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 genltl: add --lily-patterns 2024-08-26 21:56:59 +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.