diff options
author | Erik Sjölund <erik.sjolund@gmail.com> | 2022-01-26 19:42:49 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-01-26 23:35:33 +0100 |
commit | f223fd6addad51e1661d3baa409eb12de5065817 (patch) | |
tree | 146fe71d303e4713395adcba240bb79dafa57ef1 /docs/JOURNAL_NATIVE_PROTOCOL.md | |
parent | man: Fix paths for user units (transient/generator.early) (diff) | |
download | systemd-f223fd6addad51e1661d3baa409eb12de5065817.tar.xz systemd-f223fd6addad51e1661d3baa409eb12de5065817.zip |
docs: fix typos and improve language
Fix typos and improve the language by
adding a few commas and a missing word.
Diffstat (limited to 'docs/JOURNAL_NATIVE_PROTOCOL.md')
-rw-r--r-- | docs/JOURNAL_NATIVE_PROTOCOL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/JOURNAL_NATIVE_PROTOCOL.md b/docs/JOURNAL_NATIVE_PROTOCOL.md index 855f6acf30..d3fa9b7f73 100644 --- a/docs/JOURNAL_NATIVE_PROTOCOL.md +++ b/docs/JOURNAL_NATIVE_PROTOCOL.md @@ -17,7 +17,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later The latter is what this document is about: if you are developing a program and want to pass structured log data to `journald`, it's the Journal's native -protocol what you want to use. The systemd project provides the +protocol that you want to use. The systemd project provides the [`sd_journal_print(3)`](https://www.freedesktop.org/software/systemd/man/sd_journal_print.html) API that implements the client side of this protocol. This document explains what this interface does behind the scenes, in case you'd like to implement a |