summaryrefslogtreecommitdiff
path: root/man/localectl.xml
Commit message (Collapse)AuthorAge
* man: more grammar improvementsJan Engelhardt2013-07-03
| | | | | | - place commas - expand contractions (this is written prose :) - add some missing words
* man: add more formatting markupZbigniew Jędrzejewski-Szmek2013-07-02
|
* man: link to XKB conf. guide in localectl(1)Zbigniew Jędrzejewski-Szmek2013-05-30
|
* man: Document missing optionsJan Janssen2013-05-21
|
* localectl: add support for listing X11 keymap informationLennart Poettering2013-04-05
|
* man: Make options consistentWilliam Giokas2013-02-13
| | | | | | | Option listings seemed to be pretty much random, some were short opt, long opt, others were long opt, short opt. This just makes every option with a short and long opt that I could find in the order short opt, long opt, for formatting's sake.
* build-sys: create Makefile-man.am automaticallyZbigniew Jędrzejewski-Szmek2013-02-06
| | | | | | | | | | | | | | | | | | | man rules were repeating the same information in too many places, which was error prone. Those rules can be easily generated from .xml files. For efficiency and because python is not a required dependency, Makefile-man.am is only regenerated when requested with make update-man-list If no metadata in man/*.xml changed, this file should not change. So only when a new man page or a new alias is added, this file should show up in 'git diff'. The change should then be committed. If the support for building from git without python was dropped, we could drop Makefile-man.am from version control. This would also increase the partial build time (since more stuff would be rebuild whenever sources in man/*.xml would be modified), so it would probably wouldn't be worth it.
* man: extend systemd.directives(7) to all manual pagesZbigniew Jędrzejewski-Szmek2013-01-26
| | | | | | | | | | New sections are added: PAM options, crypttab options, commandline options, miscellaneous. The last category will be used for all untagged <varname> elements. Commandline options sections is meant to be a developer tool: when adding an option it is sometimes useful to be able to check if similarly named options exist elsewhere.
* localectl: fix typo in man pageLennart Poettering2013-01-15
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=59247
* man: localectl - s/set-keyboard/set-keymap/Kay Sievers2013-01-13
|
* man: typo fixes for new files in 195Thomas Hindoe Paaboel Andersen2012-11-06
|
* man: add man page for localectlLennart Poettering2012-10-21