spot/bin/man
Alexandre Duret-Lutz 44df3c0837 add a --check=stutter-sensitive-example option
* spot/twaalgos/stutter.cc,
spot/twaalgos/stutter.hh (check_stutter_invariance): Add a
find_counterexamples argument.
* spot/twaalgos/hoa.cc: Output accepted-word and rejected-word examples.
* bin/common_aoutput.cc: Handle --check=stutter-sensitive-example.
* NEWS: Mention it.
* tests/core/stutter-tgba.test: Test it.
* doc/org/concepts.org, doc/org/hoa.org: Document accepted-word and
rejected-word named properties.
* bin/man/spot-x.x: Mention that --check=stutter-sensitive-example
ignores SPOT_STUTTER_CHECK.
2019-12-05 08:00:47 +01:00
..
autcross.x bin: introduce autcross 2017-07-28 10:33:14 +02:00
autfilt.x Update NEWS and documentations 2017-01-06 19:53:21 +01:00
dstar2tgba.x man: minor fixes 2019-04-24 10:32:45 +02:00
genaut.x genaut: introduce --m-nba 2019-06-07 14:16:42 +02:00
genltl.x genltl: add --pps-arbiter-{strict,standard} 2019-07-12 16:48:10 +02:00
ltl2tgba.x man: fix an apostrophe 2016-09-05 14:01:44 +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: obsolete paragraph in ltlcross doc 2017-12-28 20:36:52 +01: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
ltlsynt.x update ltlsynt documentation 2018-06-13 15:57:34 +02:00
Makefile.am add ltlsynt executable 2017-09-25 12:23:47 +02:00
randaut.x genaut: add missing documentation 2017-04-22 14:19:35 +02:00
randltl.x genaut: add missing documentation 2017-04-22 14:19:35 +02:00
README man: minor fixes 2019-04-24 10:32:45 +02:00
spot-x.x add a --check=stutter-sensitive-example option 2019-12-05 08:00:47 +01:00
spot.x man: mention ltlsynt in spot(7) 2017-10-15 12:22:22 +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.