diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-01-12 11:32:53 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-01-12 16:05:59 +0100 |
commit | 717e92ceb96471251f8242ad4f4c45cc2c68ecc9 (patch) | |
tree | c02ef4a7308b461fc16887428c2bc75fadf5e717 /man/journalctl.xml | |
parent | docs: import the Journal JSON Format description as subsection (diff) | |
download | systemd-717e92ceb96471251f8242ad4f4c45cc2c68ecc9.tar.xz systemd-717e92ceb96471251f8242ad4f4c45cc2c68ecc9.zip |
man+docs: adjust links to the new page
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 4be2ed3476..9e784f3d3c 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -301,7 +301,7 @@ <para>serializes the journal into a binary (but mostly text-based) stream suitable for backups and network transfer (see - <ulink url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal Export Format</ulink> + <ulink url="https://systemd.io/JOURNAL_EXPORT_FORMATS#journal-export-format">Journal Export Format</ulink> for more information). To import the binary stream back into native journald format use <citerefentry><refentrytitle>systemd-journal-remote</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para> @@ -314,7 +314,7 @@ </term> <listitem> <para>formats entries as JSON objects, separated by newline characters (see <ulink - url="https://www.freedesktop.org/wiki/Software/systemd/json">Journal JSON Format</ulink> for more + url="https://systemd.io/JOURNAL_EXPORT_FORMATS#journal-json-format">Journal JSON Format</ulink> for more information). Field values are generally encoded as JSON strings, with three exceptions: <orderedlist> <listitem><para>Fields larger than 4096 bytes are encoded as <constant>null</constant> values. (This |