diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-11-28 21:29:05 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-11-30 16:21:00 +0100 |
commit | 12f25768545ff08ba866294ac25aa3a0b3e70e4f (patch) | |
tree | 896124e163205794f1cc902a41ef1d1c2113f407 /man/journalctl.xml | |
parent | contrib: include co-authors to the contributor list of NEWS (diff) | |
download | systemd-12f25768545ff08ba866294ac25aa3a0b3e70e4f.tar.xz systemd-12f25768545ff08ba866294ac25aa3a0b3e70e4f.zip |
man: add '=' suffix to journalctl switches that take parameter
As per coding style recommendations.
Diffstat (limited to 'man/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index bdead3f8b5..3e2602e8de 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -77,7 +77,7 @@ <emphasis>are</emphasis> being shown.</para> <para>The set of journal files which will be used can be modified using the <option>--user</option>, - <option>--system</option>, <option>--directory</option>, and <option>--file</option> options, see + <option>--system</option>, <option>--directory=</option>, and <option>--file=</option> options, see below.</para> <para>All users are granted access to their private per-user journals. However, by default, only root and @@ -295,7 +295,7 @@ <constant>2</constant> the second and so on; while <constant>-0</constant> is the last boot, <constant>-1</constant> the boot before last, and so on. An empty <replaceable>offset</replaceable> is equivalent to specifying <constant>-0</constant>, except when the current boot is not the last - boot (e.g. because <option>--directory</option> was specified to look at logs from a different + boot (e.g. because <option>--directory=</option> was specified to look at logs from a different machine).</para> <para>If the 32-character <replaceable>ID</replaceable> is specified, it may optionally be followed |