diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-02 16:43:54 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-10-02 16:43:54 +0200 |
commit | b9d016d6848fdd00717166f67bfea257a445ba78 (patch) | |
tree | 96114f3bc3d9b102d149ab4e0c05f60a7485f3a7 /man/systemd.journal-fields.xml | |
parent | 19a073db9bd45ccb9d1daaca0c1aa550fcb4fc31 (diff) | |
download | systemd-b9d016d6848fdd00717166f67bfea257a445ba78.tar.gz |
tree-wide: drop all references to "journalctl --new-id128"
Let's advertise "systemd-id128 new" instead.
Diffstat (limited to 'man/systemd.journal-fields.xml')
-rw-r--r-- | man/systemd.journal-fields.xml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 942c6ba91a..76e1de72ca 100644 --- a/man/systemd.journal-fields.xml +++ b/man/systemd.journal-fields.xml @@ -56,14 +56,10 @@ <varlistentry> <term><varname>MESSAGE_ID=</varname></term> <listitem> - <para>A 128-bit message identifier ID for recognizing - certain message types, if this is desirable. This should - contain a 128-bit ID formatted as a lower-case hexadecimal - string, without any separating dashes or suchlike. This is - recommended to be a UUID-compatible ID, but this is not - enforced, and formatted differently. Developers can generate - a new ID for this purpose with <command>journalctl - <option>--new-id128</option></command>. + <para>A 128-bit message identifier ID for recognizing certain message types, if this is desirable. This + should contain a 128-bit ID formatted as a lower-case hexadecimal string, without any separating dashes or + suchlike. This is recommended to be a UUID-compatible ID, but this is not enforced, and formatted + differently. Developers can generate a new ID for this purpose with <command>systemd-id128 new</command>. </para> </listitem> </varlistentry> |