Commit Graph

7 Commits

Author SHA1 Message Date
Josh Soref b57e8470ed spelling: variable 2019-02-12 12:30:09 -05:00
Michael Klishin 748b8876bf
rabbitmq-diagnostics(8) WIP 2019-02-05 04:37:09 +03:00
Michael Klishin f0832597c5
Man page edits and updates
* Clarifications, less obscure or Erlang-centric language
 * Link to relevant doc guides
 * Prefer "mirror" or "follower" over "slave"
 * Reduce the number or archaic versions mentioned
2019-01-25 12:43:45 +03:00
Michael Klishin 9b3d69855c
Man pages: update dates
[ci skip]
2019-01-25 12:43:45 +03:00
Samuel NELA dd1a332642 Fixed years in copyright 2019-01-13 20:54:12 +01:00
Luke Bakken 6338818383
RABBITMQ_BASE is Windows only
See rabbitmq/rabbitmq-website#495
2018-02-12 10:55:38 -08:00
Jean-Sébastien Pédron c0af14ba3b
docs: Convert manpages from DocBook to mdoc(7)
Writing those manpages directly in the target markup language allows to
use its full expressiveness, unlike the generated output from DocBook.

To create their HTML versions, we use mandoc(1), plus a small awk script
to adapt the generated HTML to our needs. I tried groff(1) and
man2html(1) but the former transforms nearly everything to simple <p>
and the later tries to reproduce the rendering of a manpage in a
terminal.

Manpages in section 1 are moved to section 8 because they are commands
to manage a system service, not general purpose commands.

This commits requires a change in the website to integrate the new
generated HTML manpages.

[#143563295]
2017-04-26 18:24:27 +02:00