summaryrefslogtreecommitdiff
path: root/man/nm-settings-keyfile.xsl
Commit message (Collapse)AuthorAgeFilesLines
* man: turn the manual page cross-references into linksLubomir Rintel2016-06-211-7/+7
| | | | | | | | This improves the HTML rendering. But it also causes a lot of non-resolvable linkends warning when rendering a separate manual pages into roff/mman. The messages are harmless, but still a bit ugly.
* man: move nmcli-examples to section 7Lubomir Rintel2016-04-051-1/+1
| | | | It really is not a configuration file and doesn't belong to section 5.
* man: make the templated manuals a bit more consistent with the restLubomir Rintel2016-04-051-20/+16
| | | | Use the docbook tags wherever appropriate.
* man: include version from a XML entityLubomir Rintel2016-04-051-3/+5
| | | | | | | | This way it's consistently used across all manual page without a need for XSL templating. Also, the entities file could in future possibly be used to template the build-time configurables such as filesystem paths or bug tracker URL.
* man: drop datesLubomir Rintel2016-04-051-4/+0
| | | | | | | It's injected from the makefile, but not even used consistently or included in the resulting render of manual page. Which is good, otherwise we'd have a non-reproducible build with possible multilib conflicts if rendered around midnight.
* man,libnm-core: fix typosBeniamino Galvani2016-03-301-2/+2
|
* man: fix typosBeniamino Galvani2015-12-241-1/+1
|
* man: generate nm-settings-keyfile(5) manual pageJiří Klimeš2014-08-291-0/+308
man/nm-settings-keyfile.xml is generated via an XSLT stylesheet applied to libnm-util/nm-keyfile-docs.xml. Then a manual page is generated from the XML.