summaryrefslogtreecommitdiff
path: root/man/custom-man.xsl
Commit message (Collapse)AuthorAge
* Update man page sources to upstream tag v236 variants.Sven Eden2018-04-19
|
* Prep v222: Update build system:Sven Eden2017-03-14
| | | | | | | | - The content of the man pages directory has been overhauled - Makefile-man.am was regenerated - Makefile.am and configure.ac needed a few addtitions and fixes - Some masked functions had to be unmasked - Now superfluous files have been removed
* Replace systemd.version with elogind.version.Ricardo Wurmus2015-08-15
|
* Compiling.Andy Wingo2015-04-08
|
* remove non-login things from manAndy Wingo2015-04-08
|
* man: always supply quotes around literalsZbigniew Jędrzejewski-Szmek2013-06-26
| | | | | | | | When manpages are displayed on a terminal, <literal>s are indistinguishable from surrounding text. Add quotes everywhere, remove duplicate quotes, and tweak a few lists for consistent formatting. https://bugzilla.redhat.com/show_bug.cgi?id=874631
* man,html: say 'systemd 198' in the headerZbigniew Jędrzejewski-Szmek2013-03-12
| | | | | | | This should help readers of the man or HTML pages know if the documentation is out of date. An alternative to use a date generated from 'git log' was considered, but since we try to keep user visible documentation up to date, showing the project version should be enough.
* man: strip the comments in man page headersZbigniew Jędrzejewski-Szmek2013-03-12
They contained the date, which creates a problem with multiarch packages, since the generated file would be different each time.