summaryrefslogtreecommitdiffstats
path: root/man/timedatectl.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: correct punctuation and improve typography in documentationJan Engelhardt2015-11-061-4/+4
|
* man: add link to functionfs docsZbigniew Jędrzejewski-Szmek2015-09-301-1/+1
| | | | Also reword some ungainly grammar constructs.
* man: extend documentation for timedatectl's set-ntp commandLennart Poettering2015-08-161-6/+21
| | | | | | | | This extends on the relationship between timedatectl's set-ntp command and its effect on the systemd-timesyncd.service unit. This also links that unit back to the timedatectl man page. Closes #798.
* man: revert dynamic paths for split-usr setupsTom Gundersen2015-06-181-6/+3
| | | | | | | | | | | | | | | | | | | | | | | This did not really work out as we had hoped. Trying to do this upstream introduced several problems that probably makes it better suited as a downstream patch after all. At any rate, it is not releaseable in the current state, so we at least need to revert this before the release. * by adjusting the path to binaries, but not do the same thing to the search path we end up with inconsistent man-pages. Adjusting the search path too would be quite messy, and it is not at all obvious that this is worth the effort, but at any rate it would have to be done before we could ship this. * this means that distributed man-pages does not make sense as they depend on config options, and for better or worse we are still distributing man pages, so that is something that definitely needs sorting out before we could ship with this patch. * we have long held that split-usr is only minimally supported in order to boot, and something we hope will eventually go away. So before we start adding even more magic/effort in order to make this work nicely, we should probably question if it makes sense at all.
* man: generate configured paths in manpagesFilipe Brandenburger2015-05-281-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular, use /lib/systemd instead of /usr/lib/systemd in distributions like Debian which still have not adopted a /usr merge setup. Use XML entities from man/custom-entities.ent to replace configured paths while doing XSLT processing of the original XML files. There was precedent of some files (such as systemd.generator.xml) which were already using this approach. This addresses most of the (manual) fixes from this patch: http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/patches/Fix-paths-in-man-pages.patch?h=experimental-220 The idea of using generic XML entities was presented here: http://lists.freedesktop.org/archives/systemd-devel/2015-May/032240.html This patch solves almost all the issues, with the exception of: - Path to /bin/mount and /bin/umount. - Generic statements about preference of /lib over /etc. These will be handled separately by follow up patches. Tested: - With default configure settings, ran "make install" to two separate directories and compared the output to confirm they matched exactly. - Used a set of configure flags including $CONFFLAGS from Debian: http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/rules Installed the tree and confirmed the paths use /lib/systemd instead of /usr/lib/systemd and that no other unexpected differences exist. - Confirmed that `make distcheck` still passes.
* man: avoid confusion regarding "time synchronization state"Lennart Poettering2015-04-081-9/+9
| | | | | Also, update example in the timedatectl man page to match the actual timedatectl output.
* timedatectl: avoid specifically referring to NTPLennart Poettering2015-04-071-7/+12
| | | | | | | | systemd-timesyncd not only does NTP, but also manages clock monotonicity using a flags file. In future, it might learn PTP support. Hence don't expose its enablement state as "NTP" but use the more generic term "network time synchronization". After all, for similar reasons systemd-timesyncd is not called systemd-ntpd.
* man: update timedatectl(1)'s examplesLennart Poettering2015-04-071-22/+19
| | | | | The output didn't match what we output these days. Also, "set-ntp" cannot be used to control chronyd anymore.
* man: document in timedatectl(1) that the NTP state shown reflects whether ↵Lennart Poettering2015-04-071-4/+8
| | | | timesyncd is enabled
* Reindent man pages to 2chZbigniew Jędrzejewski-Szmek2015-02-041-210/+189
|
* man: add a mapping for external manpagesZbigniew Jędrzejewski-Szmek2014-07-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | It is annoying when we have dead links on fd.o. Add project='man-pages|die-net|archlinux' to <citerefentry>-ies. In generated html, add external links to http://man7.org/linux/man-pages/man, http://linux.die.net/man/, https://www.archlinux.org/. By default, pages in sections 2 and 4 go to man7, since Michael Kerrisk is the autorative source on kernel related stuff. The rest of links goes to linux.die.net, because they have the manpages. Except for the pacman stuff, since it seems to be only available from archlinux.org. Poor gummiboot gets no link, because gummitboot(8) ain't to be found on the net. According to common wisdom, that would mean that it does not exist. But I have seen Kay using it, so I know it does, and deserves to be found. Can somebody be nice and put it up somewhere?
* man: document systemd-firstboot(1)Lennart Poettering2014-07-071-1/+7
|
* man: xinclude --host/--machineZbigniew Jędrzejewski-Szmek2014-02-211-21/+3
| | | | As usual, those common options are pushed to the end.
* man: xinclude --help/--version/--no-pagerZbigniew Jędrzejewski-Szmek2014-02-211-22/+4
|
* man: always place <programlisting> and </programlisting> in a line with ↵Lennart Poettering2014-02-141-12/+6
| | | | actual sources, so that we don't get spurious newlines in the man page output
* man: use xinclude to de-deduplicate common textZbigniew Jędrzejewski-Szmek2014-02-121-20/+3
| | | | | I only tested with python-lxml. I'm not sure if xml.etree should be deprecated.
* pager: support SYSTEMD_LESS environment variableJason A. Donenfeld2014-02-121-0/+4
| | | | | | This allows customization of the arguments used by less. The main motivation is that some folks might not like having --no-init on every invocation of less.
* man: improvements to comma placementJan Engelhardt2013-12-261-1/+1
| | | | | This is a recurring submission and includes corrections to: comma placement.
* man: wording and grammar updatesJan Engelhardt2013-11-071-1/+1
| | | | | This is a recurring submission and includes corrections to various issue spotted: comma setting, missing words/preposition choice.
* timedatectl: port to sd-busThomas Hindoe Paaboel Andersen2013-10-301-12/+13
|
* man: wording and grammar updatesJan Engelhardt2013-09-121-8/+8
| | | | | | | | | | | | This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes… Highligts in this particular commit: - the "unsigned" type qualifier is completed to form a full type "unsigned int" - alphabetic -> lexicographic (that way we automatically define how numbers get sorted)
* man: wording and grammar updatesJan Engelhardt2013-09-101-1/+1
| | | | | | | | | This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits. In this particular commit: - the usual comma fixes - expand contractions (this is prose)
* 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.