diff options
author | 2018-10-02 16:43:54 +0200 | |
---|---|---|
committer | 2018-10-02 16:43:54 +0200 | |
commit | b9d016d6848fdd00717166f67bfea257a445ba78 (patch) | |
tree | 96114f3bc3d9b102d149ab4e0c05f60a7485f3a7 /man | |
parent | journalctl: drop --new-id128 from help and man texts (diff) | |
download | systemd-b9d016d6848fdd00717166f67bfea257a445ba78.tar.gz systemd-b9d016d6848fdd00717166f67bfea257a445ba78.tar.bz2 systemd-b9d016d6848fdd00717166f67bfea257a445ba78.zip |
tree-wide: drop all references to "journalctl --new-id128"
Let's advertise "systemd-id128 new" instead.
Diffstat (limited to 'man')
-rw-r--r-- | man/sd-id128.xml | 4 | ||||
-rw-r--r-- | man/sd_id128_randomize.xml | 6 | ||||
-rw-r--r-- | man/systemd.journal-fields.xml | 12 |
3 files changed, 9 insertions, 13 deletions
diff --git a/man/sd-id128.xml b/man/sd-id128.xml index fbcf4bf36..4425c45d1 100644 --- a/man/sd-id128.xml +++ b/man/sd-id128.xml @@ -141,8 +141,8 @@ int main(int argc, char **argv) { }</programlisting> <para>Note that new, randomized IDs may be generated with - <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s - <option>--new-id128</option> option.</para> + <citerefentry><refentrytitle>systemd-id128</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s + <command>new</command> command.</para> </refsect1> <xi:include href="libsystemd-pkgconfig.xml" /> diff --git a/man/sd_id128_randomize.xml b/man/sd_id128_randomize.xml index 4f7cd7139..4f5b160bd 100644 --- a/man/sd_id128_randomize.xml +++ b/man/sd_id128_randomize.xml @@ -52,9 +52,9 @@ type, see <citerefentry><refentrytitle>sd-id128</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para> - <para><citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s - <option>--new-id128</option> option may be used as a command line - front-end for <function>sd_id128_randomize()</function>.</para> + <para><citerefentry><refentrytitle>systemd-id128</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s + <command>new</command> command may be used as a command line front-end for + <function>sd_id128_randomize()</function>.</para> </refsect1> <refsect1> diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml index 942c6ba91..76e1de72c 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> |