Petr Špaček
a85df3ff9c
Add hyperlinks from program options to definition in man pages
...
Side-effect of hyperlinking is that typos in program and option names
are now detected by Sphinx.
Candidate -options were detected using:
find -name *.rst | xargs grep '``-[^`]'
and then modified from ``-o`` to :option:`-o` using regex
s/``\(-[^`]\+\)``/:option:`\1`/
+ manual modifications where necessary.
Non-hyphenated options were detected by looking at context around
program names:
find bin -name *.rst | xargs -I{} -n1 basename {} .rst | sort -u
and grepping for program name with trailing whitespace.
Stand-alone program names like ``named`` are not hyperlinked in this
commit.
2022-03-14 10:46:36 +01:00
..
2020-05-07 16:02:56 +02:00
2022-01-03 10:53:28 +01:00
2022-01-11 09:05:02 +01:00
2022-02-10 16:50:22 +01:00
2022-03-14 10:46:36 +01:00
2022-03-10 20:13:22 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:32 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-02-10 16:50:22 +01:00
2022-01-11 09:05:02 +01:00
2022-02-10 16:50:22 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-03-11 10:54:39 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-03-10 20:13:22 +01:00
2022-01-03 10:53:28 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:32 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:32 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-03-02 01:53:24 -08:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:32 +01:00
2022-01-11 09:05:02 +01:00
2022-01-03 10:53:28 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:36 +01:00
2022-01-03 10:53:28 +01:00
2022-01-11 09:05:02 +01:00
2022-01-11 09:05:02 +01:00
2022-03-14 10:46:32 +01:00
2022-01-11 09:05:02 +01:00