summaryrefslogtreecommitdiffstats
path: root/man/systemd-run.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-02-05 21:41:24 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-02-06 09:19:04 +0100
commit7a17e41dcfad2a45d3acced2596f7359bbcd1075 (patch)
tree1014afaf36886db05f222ff495b75bf2827b3142 /man/systemd-run.xml
parentNEWS: adjust commas, avoid double negative (diff)
downloadsystemd-7a17e41dcfad2a45d3acced2596f7359bbcd1075.tar.xz
systemd-7a17e41dcfad2a45d3acced2596f7359bbcd1075.zip
test: drop whitespace after shell redirection operators
(The one case that is left unchanged is '< <(subcommand)'.) This way, the style with no gap was already dominant. This way, the reader immediately knows that ' < ' is a comparison operator and ' << ' is a shift. In a few cases, replace custom EOF replacement by just EOF. There is no point in using someting like "_EOL" unless "EOF" appears in the text.
Diffstat (limited to 'man/systemd-run.xml')
-rw-r--r--man/systemd-run.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml
index 0c91d61d76..cd9e50d5b8 100644
--- a/man/systemd-run.xml
+++ b/man/systemd-run.xml
@@ -289,7 +289,7 @@
to the service processes as-is. If the service runs with different privileges than
<command>systemd-run</command>, this means the service might not be able to re-open the passed file
descriptors, due to normal file descriptor access restrictions. If the invoked process is a shell script that
- uses the <command>echo "hello" > /dev/stderr</command> construct for writing messages to stderr, this might
+ uses the <command>echo "hello" >/dev/stderr</command> construct for writing messages to stderr, this might
cause problems, as this only works if stderr can be re-opened. To mitigate this use the construct <command>echo
"hello" >&amp;2</command> instead, which is mostly equivalent and avoids this pitfall.</para></listitem>
</varlistentry>