]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: s/straight-forward/straightforward/
authorLennart Poettering <lennart@poettering.net>
Tue, 15 Mar 2022 16:04:36 +0000 (17:04 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 15 Mar 2022 22:46:09 +0000 (22:46 +0000)
Inspired by https://github.com/systemd/systemd/pull/20156#discussion_r810878846

docs/HACKING.md
docs/JOURNAL_NATIVE_PROTOCOL.md
docs/USER_NAMES.md
man/systemctl.xml

index 117ed9253313be6ed5735fe239c82adc900f968a..4b334715c7eb3a6cd6d42d6e98f57f201f9348b8 100644 (file)
@@ -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
index d3fa9b7f73c1301a176298913aa8c1479fd361f9..77fb27fa076978bf36e34c78a70c5922f31ae915 100644 (file)
@@ -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
index 1757c5b783e9ec5a2348c29ba1e8e20f38ae305e..bef5f4877890786d9e1a24de082f7dbfda1ae00e 100644 (file)
@@ -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)
index 53acb083b25feeb96b18a8d95e956df456fe23bd..d87c52685c3a3e6000393cea9877c043b4c1df17 100644 (file)
@@ -1145,7 +1145,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
           <listitem>
             <para>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
             <literal>VARIABLE=value</literal>. If whitespace or characters which have