man: use --option= in more places
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 18 Apr 2018 07:15:28 +0000 (09:15 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 18 Apr 2018 07:15:28 +0000 (09:15 +0200)
man/systemd-journal-remote.xml
man/systemd-journal-upload.xml

index 91ced9c..1701495 100644 (file)
         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>
index 5e1d883..fc3ecd2 100644 (file)
@@ -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
         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>
         <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>
 
         <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>
 
         <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>