From 4bb37359f68f800f6ef46fa7560a715ff5254de9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 15 Mar 2022 17:04:36 +0100 Subject: [PATCH] docs: s/straight-forward/straightforward/ Inspired by https://github.com/systemd/systemd/pull/20156#discussion_r810878846 --- docs/HACKING.md | 2 +- docs/JOURNAL_NATIVE_PROTOCOL.md | 2 +- docs/USER_NAMES.md | 2 +- man/systemctl.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/HACKING.md b/docs/HACKING.md index 117ed925331..4b334715c7e 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -27,7 +27,7 @@ Please also have a look at our list of [code quality tools](CODE_QUALITY.md) we have setup for systemd, to ensure our codebase stays in good shape. Please always test your work before submitting a PR. For many of the components -of systemd testing is straight-forward as you can simply compile systemd and +of systemd testing is straightforward as you can simply compile systemd and run the relevant tool from the build directory. For some components (most importantly, systemd/PID1 itself) this is not diff --git a/docs/JOURNAL_NATIVE_PROTOCOL.md b/docs/JOURNAL_NATIVE_PROTOCOL.md index d3fa9b7f73c..77fb27fa076 100644 --- a/docs/JOURNAL_NATIVE_PROTOCOL.md +++ b/docs/JOURNAL_NATIVE_PROTOCOL.md @@ -60,7 +60,7 @@ bytes however, as well as any other binary data. Keys may not include the `=` or newline characters (or any other control characters or non-ASCII characters) and may not be empty. -Serialization into the datagram payload or `memfd` is straight-forward: each +Serialization into the datagram payload or `memfd` is straightforward: each key/value pair is serialized via one of two methods: * The first method inserts a `=` character between key and value, and suffixes diff --git a/docs/USER_NAMES.md b/docs/USER_NAMES.md index 1757c5b783e..bef5f487789 100644 --- a/docs/USER_NAMES.md +++ b/docs/USER_NAMES.md @@ -114,7 +114,7 @@ warning is shown if the specified user name does not qualify by the strict rules above. * No embedded NUL bytes (rationale: handling in C must be possible and - straight-forward) + straightforward) * No names consisting fully of digits (rationale: avoid confusion with numeric UID/GID specifications) diff --git a/man/systemctl.xml b/man/systemctl.xml index 53acb083b25..d87c52685c3 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1145,7 +1145,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err Dump the systemd manager environment block. This is the environment block that is passed to all processes the manager spawns. The environment - block will be dumped in straight-forward form suitable for sourcing into + block will be dumped in straightforward form suitable for sourcing into most shells. If no special characters or whitespace is present in the variable values, no escaping is performed, and the assignments have the form VARIABLE=value. If whitespace or characters which have