summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-04-18 09:15:28 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-04-18 09:15:28 +0200
commit492cb5095b0b742339bb9356ea9ef347843ef238 (patch)
treed29b63ff5bb4542b177f1f589a08e5dd9aaccc07 /man
parentc643653e25f440d0bcdc51e29714b9d367512423 (diff)
downloadsystemd-492cb5095b0b742339bb9356ea9ef347843ef238.tar.gz
systemd-492cb5095b0b742339bb9356ea9ef347843ef238.tar.bz2
systemd-492cb5095b0b742339bb9356ea9ef347843ef238.zip
man: use --option= in more places
Diffstat (limited to 'man')
-rw-r--r--man/systemd-journal-remote.xml4
-rw-r--r--man/systemd-journal-upload.xml10
2 files changed, 7 insertions, 7 deletions
diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml
index 91ced9c7d4..1701495357 100644
--- a/man/systemd-journal-remote.xml
+++ b/man/systemd-journal-remote.xml
@@ -163,8 +163,8 @@
through
<varname>$LISTEN_FDS</varname>/<varname>$LISTEN_PID</varname>.
In the second case, an HTTP or HTTPS server will be spawned on
- this port, respectively for <option>--listen-http</option> and
- <option>--listen-https</option>. Currently, only POST requests
+ this port, respectively for <option>--listen-http=</option> and
+ <option>--listen-https=</option>. Currently, only POST requests
to <filename>/upload</filename> with <literal>Content-Type:
application/vnd.fdo.journal</literal> are supported.</para>
</listitem>
diff --git a/man/systemd-journal-upload.xml b/man/systemd-journal-upload.xml
index 5e1d8836b0..fc3ecd2fdc 100644
--- a/man/systemd-journal-upload.xml
+++ b/man/systemd-journal-upload.xml
@@ -53,7 +53,7 @@
<title>Description</title>
<para><command>systemd-journal-upload</command> will upload journal entries to the URL specified
- with <option>--url</option>. This program reads journal entries from one or more journal files,
+ with <option>--url=</option>. This program reads journal entries from one or more journal files,
similarly to
<citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
Unless limited by one of the options specified below, all journal entries accessible to the user
@@ -109,7 +109,7 @@
entries from the specified journal directory
<replaceable>DIR</replaceable> instead of the default runtime
and system journal paths. This has the same meaning as
- <option>--directory</option> option for
+ <option>--directory=</option> option for
<citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
</para></listitem>
</varlistentry>
@@ -122,7 +122,7 @@
<replaceable>GLOB</replaceable> instead of the default runtime
and system journal paths. May be specified multiple times, in
which case files will be suitably interleaved. This has the same meaning as
- <option>--file</option> option for
+ <option>--file=</option> option for
<citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
</para></listitem>
</varlistentry>
@@ -132,7 +132,7 @@
<listitem><para>Upload entries from the location in the
journal specified by the passed cursor. This has the same
- meaning as <option>--cursor</option> option for
+ meaning as <option>--cursor=</option> option for
<citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para></listitem>
</varlistentry>
@@ -142,7 +142,7 @@
<listitem><para>Upload entries from the location in the
journal <emphasis>after</emphasis> the location specified by
the this cursor. This has the same meaning as
- <option>--after-cursor</option> option for
+ <option>--after-cursor=</option> option for
<citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
</para></listitem>
</varlistentry>