diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-10 21:42:50 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-10 21:42:50 +0200 |
commit | fd0958762ab01448c3215091645499145989813c (patch) | |
tree | 04add713147d90f3f92f25316cd8e754c2851d45 /man/rules | |
parent | timesync: add support of basic command line options (diff) | |
download | systemd-fd0958762ab01448c3215091645499145989813c.tar.xz systemd-fd0958762ab01448c3215091645499145989813c.zip |
man: add basic documents for org.freedesktop.timesync1
Closes #34352.
Diffstat (limited to 'man/rules')
-rw-r--r-- | man/rules/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build index ad617aa4d5..080aa44b3d 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -67,6 +67,7 @@ manpages = [ ['org.freedesktop.systemd1', '5', [], ''], ['org.freedesktop.sysupdate1', '5', [], 'ENABLE_SYSUPDATE'], ['org.freedesktop.timedate1', '5', [], 'ENABLE_TIMEDATED'], + ['org.freedesktop.timesync1', '5', [], 'ENABLE_TIMESYNCD'], ['os-release', '5', ['extension-release', 'initrd-release'], ''], ['pam_systemd', '8', [], 'HAVE_PAM'], ['pam_systemd_home', '8', [], 'ENABLE_PAM_HOME'], |