summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-18 00:37:53 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-18 20:34:10 +0200
commit63812e15c688064de47b8a02425670d2cbac45d0 (patch)
treeca350c1ba22b19eecaab18a39a6878316ef2f8b4
parent5c90c67a344e05368570367009768cb058a3046d (diff)
downloadsystemd-63812e15c688064de47b8a02425670d2cbac45d0.tar.gz
docs: streamline headline structure in JOURNAL_EXPORT_FORMATS.md
Add one general first-level headline and transform the existing ones into second-level headlines.
-rw-r--r--docs/JOURNAL_EXPORT_FORMATS.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/JOURNAL_EXPORT_FORMATS.md b/docs/JOURNAL_EXPORT_FORMATS.md
index 5b4517dca1..037db94f9d 100644
--- a/docs/JOURNAL_EXPORT_FORMATS.md
+++ b/docs/JOURNAL_EXPORT_FORMATS.md
@@ -1,11 +1,13 @@
---
-title: Journal Export Format
+title: Journal Export Formats
category: Interfaces
layout: default
SPDX-License-Identifier: LGPL-2.1-or-later
---
-# Journal Export Format
+# Journal Export Formats
+
+## Journal Export Format
_Note that this document describes the binary serialization format of journals only, as used for transfer across the network.
For interfacing with web technologies there's the Journal JSON Format, described below.
@@ -118,7 +120,7 @@ _CMDLINE=python3 -c from systemd import journal; journal.send("foo\nbar")
_SOURCE_REALTIME_TIMESTAMP=1423944916372858
```
-# Journal JSON Format
+## Journal JSON Format
_Note that this section describes the JSON serialization format of the journal only, as used for interfacing with web technologies.
For binary transfer of journal data across the network there's the Journal Export Format described above.