summaryrefslogtreecommitdiffstats
path: root/man/timedatectl.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* man: add more formatting markupZbigniew Jędrzejewski-Szmek2013-07-031-1/+1
|
* man: improve grammar and word formatting in numerous man pagesJason St. John2013-07-031-3/+3
| | | | | | | | | | Use proper grammar, word usage, adjective hyphenation, commas, capitalization, spelling, etc. To improve readability, some run-on sentences or sentence fragments were revised. [zj: remove the space from 'file name', 'host name', and 'time zone'.]
* man: Document missing optionsJan Janssen2013-05-211-0/+8
|
* man: Make options consistentWilliam Giokas2013-02-131-1/+1
| | | | | | | 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-071-1/+1
| | | | | | | | | | | | | | | | | | | 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-261-1/+1
| | | | | | | | | | 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.
* man: throw in an example of timedatectl outputZbigniew Jędrzejewski-Szmek2012-11-141-0/+44
| | | | timedatectl is too cool not to advertise it a bit.
* man: typo fixes for new files in 195Thomas Hindoe Paaboel Andersen2012-11-061-6/+6
|
* timedatectl: rename --fix-system to --adjust-system-clockLennart Poettering2012-10-171-2/+2
| | | | Quite long to read but hopefully less misleading.
* hostname: add new hostnamectl tool as text client for hostnamedLennart Poettering2012-10-171-1/+7
|
* timedatectl: introduce new command line client for timedatedLennart Poettering2012-10-171-0/+243
Much like logind has a client in loginctl, and journald in journalctl introduce timedatectl, to change the system time (incl. RTC), timezones and related settings.