spot/bin/man
Alexandre Duret-Lutz 848d1a3901 man: fix several issues
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.
2024-04-03 23:05:12 +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 --pps-arbiter-{strict,standard} 2019-07-12 16:48:10 +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
ltlsynt.x ltlsynt: fix suggested references 2024-02-19 11:43:58 +01:00
Makefile.am Upgrade the Copyright strings to point to AUTHORS and drop years 2023-11-18 21:50:32 +01: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 man: fix several issues 2024-04-03 23:05:12 +02:00
spot.x man: fix several issues 2024-04-03 23:05:12 +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.