man: use --option= in more places

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-04-18 09:15:28 +02:00
parent c643653e25
commit 492cb5095b
2 changed files with 7 additions and 7 deletions

View file

@ -163,8 +163,8 @@
through through
<varname>$LISTEN_FDS</varname>/<varname>$LISTEN_PID</varname>. <varname>$LISTEN_FDS</varname>/<varname>$LISTEN_PID</varname>.
In the second case, an HTTP or HTTPS server will be spawned on In the second case, an HTTP or HTTPS server will be spawned on
this port, respectively for <option>--listen-http</option> and this port, respectively for <option>--listen-http=</option> and
<option>--listen-https</option>. Currently, only POST requests <option>--listen-https=</option>. Currently, only POST requests
to <filename>/upload</filename> with <literal>Content-Type: to <filename>/upload</filename> with <literal>Content-Type:
application/vnd.fdo.journal</literal> are supported.</para> application/vnd.fdo.journal</literal> are supported.</para>
</listitem> </listitem>

View file

@ -53,7 +53,7 @@
<title>Description</title> <title>Description</title>
<para><command>systemd-journal-upload</command> will upload journal entries to the URL specified <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 similarly to
<citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>. <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
Unless limited by one of the options specified below, all journal entries accessible to the user 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 entries from the specified journal directory
<replaceable>DIR</replaceable> instead of the default runtime <replaceable>DIR</replaceable> instead of the default runtime
and system journal paths. This has the same meaning as 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>. <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
@ -122,7 +122,7 @@
<replaceable>GLOB</replaceable> instead of the default runtime <replaceable>GLOB</replaceable> instead of the default runtime
and system journal paths. May be specified multiple times, in and system journal paths. May be specified multiple times, in
which case files will be suitably interleaved. This has the same meaning as 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>. <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
@ -132,7 +132,7 @@
<listitem><para>Upload entries from the location in the <listitem><para>Upload entries from the location in the
journal specified by the passed cursor. This has the same 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> <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para></listitem>
</varlistentry> </varlistentry>
@ -142,7 +142,7 @@
<listitem><para>Upload entries from the location in the <listitem><para>Upload entries from the location in the
journal <emphasis>after</emphasis> the location specified by journal <emphasis>after</emphasis> the location specified by
the this cursor. This has the same meaning as 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>. <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>