diff --git a/man/journal-upload.conf.xml b/man/journal-upload.conf.xml
index 9d486d9801c..cd3335452af 100644
--- a/man/journal-upload.conf.xml
+++ b/man/journal-upload.conf.xml
@@ -68,7 +68,8 @@
The URL to upload the journal entries to. See the description
of --url= option in
systemd-journal-upload8
- for the description of possible values.
+ for the description of possible values. There is no default value, so either this
+ option or the command-line option must be always present to make an upload.
diff --git a/man/systemd-journal-remote.service.xml b/man/systemd-journal-remote.service.xml
index acaf61c39f1..da7200c63a7 100644
--- a/man/systemd-journal-remote.service.xml
+++ b/man/systemd-journal-remote.service.xml
@@ -56,18 +56,19 @@
Description
-
- systemd-journal-remote is a command to
- receive serialized journal events and store them to the journal.
- Input streams are in the
-
- Journal Export Format
- ,
- i.e. like the output from
- journalctl --output=export. For transport over
- the network, this serialized stream is usually carried over an
- HTTPS connection.
-
+ systemd-journal-remote is a command to receive serialized journal
+ events and store them to journal files. Input streams are in the
+ Journal Export Format,
+ i.e. like the output from journalctl --output=export. For transport over the
+ network, this serialized stream is usually carried over an HTTPS connection.
+
+ systemd-journal-remote.service is a system service that uses
+ systemd-journal-remote to listen for connections.
+ systemd-journal-remote.socket configures the network address that
+ systemd-journal-remote.service listens on. By default this is port 19532.
+ What connections are accepted and how the received data is stored can be configured through the
+ journal-remote.conf5
+ configuration file.
diff --git a/man/systemd-journal-upload.service.xml b/man/systemd-journal-upload.service.xml
index 141e595400d..f923e53d29a 100644
--- a/man/systemd-journal-upload.service.xml
+++ b/man/systemd-journal-upload.service.xml
@@ -61,6 +61,12 @@
Unless limited by one of the options specified below, all journal entries accessible to the user
the program is running as will be uploaded, and then the program will wait and send new entries
as they become available.
+
+ systemd-journal-upload.service is a system service that uses
+ systemd-journal-upload to upload journal entries to a server. It uses the
+ configuration in
+ journal-upload.conf5.
+ At least the URL= option must be specified.