LADI
/
spa
1
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
Dylan Aïssi d653f26343 man: fix typo in pw-cat: seperator -> separator 2023-01-12 18:07:57 +01:00
Wim Taymans 8efc221fa8 man: clarify MIDI and DSD playback
These tools don't render MIDI or DSD, you need separate tools or
hardware for that.
2022-09-06 10:03:52 +02:00
Wim Taymans 840fa000eb man: escape |
It is used for delimiting a reference.
2022-05-21 19:46:02 +02:00
Wim Taymans 700b1e7ff8 man: update pw-cat man page 2022-05-20 08:23:43 +02:00
jasker5183 8358f020db Add --volume description 2022-05-02 15:42:09 +00:00
Wim Taymans 339c22dce9 pw-cat: update man page 2022-04-13 16:04:35 +02:00
Pauli Virtanen 88e744a06f doc: include manpages in html docs
Include manpages as raw text in html docs.  Simple and readable
enough...
2022-01-20 20:51:03 +00:00
Niklāvs Koļesņikovs e41187d643 man: move from xmltoman to rst2man
xmltoman looks dead and uses XML as well as pulls in a long list of
Perl dependencies. This replaces it with rst2man that has almost no
dependencies beyond Python, which is already required for the Meson
build system.

Naturally rst2man uses reStructuredText and the pages were rewritten
via regex and manual editing to be as close to original XML format
as possible. A few fixes and updates were done too. Most notably a
note was added to indicate that production deployments should not be
starting the session manager via pipewire.conf file.

There's three slight formatting issues/differences:
1. rst2man produces simpler footer.
2. "-f | --foo=value" confuses the parser and it fails to correctly
   add argument specific syntax highlighting to assignment value.
3. XML version had inconsistent use of <arg> and <opt> which has
   been partially addressed. But different manual pages still have
   their differences to what and how is highlighted.
2021-09-03 11:41:45 +00:00