mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
tree-wide: drop all references to "journalctl --new-id128"
Let's advertise "systemd-id128 new" instead.
This commit is contained in:
parent
19a073db9b
commit
b9d016d684
@ -141,8 +141,8 @@ int main(int argc, char **argv) {
|
|||||||
}</programlisting>
|
}</programlisting>
|
||||||
|
|
||||||
<para>Note that new, randomized IDs may be generated with
|
<para>Note that new, randomized IDs may be generated with
|
||||||
<citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
|
<citerefentry><refentrytitle>systemd-id128</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
|
||||||
<option>--new-id128</option> option.</para>
|
<command>new</command> command.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<xi:include href="libsystemd-pkgconfig.xml" />
|
<xi:include href="libsystemd-pkgconfig.xml" />
|
||||||
|
@ -52,9 +52,9 @@
|
|||||||
type, see
|
type, see
|
||||||
<citerefentry><refentrytitle>sd-id128</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
|
<citerefentry><refentrytitle>sd-id128</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
|
||||||
|
|
||||||
<para><citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
|
<para><citerefentry><refentrytitle>systemd-id128</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
|
||||||
<option>--new-id128</option> option may be used as a command line
|
<command>new</command> command may be used as a command line front-end for
|
||||||
front-end for <function>sd_id128_randomize()</function>.</para>
|
<function>sd_id128_randomize()</function>.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
|
@ -56,14 +56,10 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>MESSAGE_ID=</varname></term>
|
<term><varname>MESSAGE_ID=</varname></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>A 128-bit message identifier ID for recognizing
|
<para>A 128-bit message identifier ID for recognizing certain message types, if this is desirable. This
|
||||||
certain message types, if this is desirable. This should
|
should contain a 128-bit ID formatted as a lower-case hexadecimal string, without any separating dashes or
|
||||||
contain a 128-bit ID formatted as a lower-case hexadecimal
|
suchlike. This is recommended to be a UUID-compatible ID, but this is not enforced, and formatted
|
||||||
string, without any separating dashes or suchlike. This is
|
differently. Developers can generate a new ID for this purpose with <command>systemd-id128 new</command>.
|
||||||
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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -23,12 +23,10 @@
|
|||||||
|
|
||||||
_SD_BEGIN_DECLARATIONS;
|
_SD_BEGIN_DECLARATIONS;
|
||||||
|
|
||||||
/* Hey! If you add a new message here, you *must* also update the
|
/* Hey! If you add a new message here, you *must* also update the message catalog with an appropriate explanation */
|
||||||
* message catalog with an appropriate explanation */
|
|
||||||
|
|
||||||
/* And if you add a new ID here, make sure to generate a random one
|
/* And if you add a new ID here, make sure to generate a random one with "systemd-id128 new". Do not use any other IDs,
|
||||||
* with journalctl --new-id128. Do not use any other IDs, and do not
|
* and do not count them up manually. */
|
||||||
* count them up manually. */
|
|
||||||
|
|
||||||
#define SD_MESSAGE_JOURNAL_START SD_ID128_MAKE(f7,73,79,a8,49,0b,40,8b,be,5f,69,40,50,5a,77,7b)
|
#define SD_MESSAGE_JOURNAL_START SD_ID128_MAKE(f7,73,79,a8,49,0b,40,8b,be,5f,69,40,50,5a,77,7b)
|
||||||
#define SD_MESSAGE_JOURNAL_START_STR SD_ID128_MAKE_STR(f7,73,79,a8,49,0b,40,8b,be,5f,69,40,50,5a,77,7b)
|
#define SD_MESSAGE_JOURNAL_START_STR SD_ID128_MAKE_STR(f7,73,79,a8,49,0b,40,8b,be,5f,69,40,50,5a,77,7b)
|
||||||
|
Loading…
Reference in New Issue
Block a user