diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-17 02:50:09 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-17 21:25:42 +0200 |
commit | 6d0274f11547a0f11200bb82bf598a5a253e12cf (patch) | |
tree | cdca61ea9c8a3c120e53c212dab318ffa141c129 /man/systemd-timedated.service.xml | |
parent | 22349cee29b31cde7ef8582b4882475f553af97a (diff) |
timedatectl: introduce new command line client for timedated
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.
Diffstat (limited to 'man/systemd-timedated.service.xml')
-rw-r--r-- | man/systemd-timedated.service.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd-timedated.service.xml b/man/systemd-timedated.service.xml index 47e762284a..ea2abc5765 100644 --- a/man/systemd-timedated.service.xml +++ b/man/systemd-timedated.service.xml @@ -64,6 +64,10 @@ is automatically activated on request and terminates itself when it is unused.</para> + <para>The tool + <citerefentry><refentrytitle>timedatectl</refentrytitle><manvolnum>1</manvolnum></citerefentry> + is a command line client to this service.</para> + <para>See the <ulink url="http://www.freedesktop.org/wiki/Software/systemd/timedated"> developer documentation</ulink> for information about @@ -75,6 +79,7 @@ <title>See Also</title> <para> <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>, + <citerefentry><refentrytitle>timedatectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>localtime</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>hwclock</refentrytitle><manvolnum>8</manvolnum></citerefentry> </para> |