diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-08-25 20:04:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-08-25 20:06:46 +0200 |
commit | f6a4dae6a57fcef3bb2a082f6479dd59aaf5b471 (patch) | |
tree | 4149b3aeed356f3e7be0406b02d401c68e80ce6b | |
parent | b73e9a024b1533ec0e7ecc1fa4996d0f520eb4de (diff) |
man: minor fixes to coredumpctl(1)
-rw-r--r-- | man/coredumpctl.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index 1bcc984cc5..0f1afe77c3 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -86,8 +86,8 @@ </varlistentry> <varlistentry> - <term><option>-F</option></term> - <term><option>--field=</option></term> + <term><option>-F</option> <replaceable>FIELD</replaceable></term> + <term><option>--field=</option><replaceable>FIELD</replaceable></term> <listitem><para>Print all possible data values the specified field takes in matching coredump entries of the @@ -95,8 +95,8 @@ </varlistentry> <varlistentry> - <term><option>-o</option></term> - <term><option>--output=FILE</option></term> + <term><option>-o</option> <replaceable>FILE</replaceable></term> + <term><option>--output=</option><replaceable>FILE</replaceable></term> <listitem><para>Write the core to <option>FILE</option>. </para></listitem> @@ -140,7 +140,7 @@ <listitem><para>Extract the last coredump matching specified characteristics. The coredump will be written on standard output, unless an output file is specified with - <option>-o/--output</option>. </para></listitem> + <option>--output=</option>. </para></listitem> </varlistentry> <varlistentry> |