summaryrefslogtreecommitdiff
path: root/man/nm-settings.xsl
Commit message (Collapse)AuthorAgeFilesLines
* man: clearify plain text secrets in keyfileThomas Haller2017-09-281-2/+7
|
* man: include the description for settingsLubomir Rintel2017-03-171-15/+18
|
* man: replace libnm-util reference with libnm-core in nm-settings pageJiří Klimeš2016-12-151-3/+3
|
* man: update the nmcli manual for new connection add syntaxLubomir Rintel2016-06-211-1/+1
| | | | | | | | | | It allows us to clean up the nmcli "c add" section considerably. We list the old-fashioned aliases in a separate section that applies to both "nmcli c add" and "nmcli c modify". The section is now nicely cross-linked with nm-settings in HTML rendering.
* man: turn the manual page cross-references into linksLubomir Rintel2016-06-211-4/+4
| | | | | | | | 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-18/+15
| | | | 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: fix typosBeniamino Galvani2015-12-241-1/+1
|
* man, docs: add the secret flags notes non-hackishlyDan Winship2014-11-191-1/+1
| | | | | | | | Since libnm-core secret-flags properties are now enum-typed rather than just being uints, we can now actually recognize them when generating docs, rather than just assuming that every property whose name ends in '-flags', but isn't in NMSettingDcb, is a secret-flags property.
* trivial: only use spaces in nm-setting.xmlJiří Klimeš2014-08-281-89/+89
| | | | Do not mix tabs and spaces for indentation, only use spaces.
* man: generate nm-settings.xml from libnm-util/nm-setting-docs.xmlDan Winship2014-06-191-0/+162
Generate man/nm-settings.xml via an XSLT stylesheet applied to libnm-util/nm-setting-docs.xml.