spot/bin/man
Alexandre Duret-Lutz b4da0cf660 hierarchy: add a new way to check DBA-realizability via DPA
* spot/tl/hierarchy.cc, spot/tl/hierarchy.hh: Here.
* tests/core/hierarchy.test: Test it.
* bin/man/spot-x.x: Document SPOT_PR_CHECK.
* doc/org/hierarchy.org, NEWS: Update.
2019-06-12 23:38:17 +02: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: three new families --sejk-{j,k,patterns} 2018-06-03 20:20:59 +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 hierarchy: add a new way to check DBA-realizability via DPA 2019-06-12 23:38:17 +02: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.