diff options
author | 2018-05-08 10:14:02 +0900 | |
---|---|---|
committer | 2018-05-08 10:14:06 +0900 | |
commit | 1f416853b6d7e2c603367737aa643e8d485b2ccc (patch) | |
tree | f26f0f0ceab897571606468fb327d1f622c865e9 /man/rules | |
parent | doc: clarify at which point user/group name resolution needs to work (#8884) (diff) | |
download | systemd-1f416853b6d7e2c603367737aa643e8d485b2ccc.tar.gz systemd-1f416853b6d7e2c603367737aa643e8d485b2ccc.tar.bz2 systemd-1f416853b6d7e2c603367737aa643e8d485b2ccc.zip |
man: update references to systemd-journal-{remote,upload}
Fixes #8920 and #8921.
Diffstat (limited to 'man/rules')
-rw-r--r-- | man/rules/meson.build | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build index 6b07cfc4f..e9759f16a 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -574,8 +574,14 @@ manpages = [ '8', ['systemd-journal-gatewayd', 'systemd-journal-gatewayd.socket'], 'HAVE_MICROHTTPD'], - ['systemd-journal-remote', '8', [], 'HAVE_MICROHTTPD'], - ['systemd-journal-upload', '8', [], 'HAVE_MICROHTTPD'], + ['systemd-journal-remote.service', + '8', + ['systemd-journal-remote', 'systemd-journal-remote.socket'], + 'HAVE_MICROHTTPD'], + ['systemd-journal-upload.service', + '8', + ['systemd-journal-upload'], + 'HAVE_MICROHTTPD'], ['systemd-journald.service', '8', ['systemd-journald', |