summaryrefslogtreecommitdiffstats
path: root/man/systemd-run.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-12-04 11:57:55 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-02-09 17:57:41 +0100
commitf7862b2a009fd2ec6ccc35d3899f55bebb988c25 (patch)
treea439b240b5c2577863d77248915f10f898f004f6 /man/systemd-run.xml
parenttmpfiles: break long log invocations and comments (diff)
downloadsystemd-f7862b2a009fd2ec6ccc35d3899f55bebb988c25.tar.xz
systemd-f7862b2a009fd2ec6ccc35d3899f55bebb988c25.zip
tree-wide: use normal spelling of "reopen"
It's a commonly used verb meaning "to open again".
Diffstat (limited to 'man/systemd-run.xml')
-rw-r--r--man/systemd-run.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml
index 3e93d3a678..e891920c63 100644
--- a/man/systemd-run.xml
+++ b/man/systemd-run.xml
@@ -352,10 +352,10 @@
<para>When this option is used the original file descriptors <command>systemd-run</command> receives are passed
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
+ <command>systemd-run</command>, this means the service might not be able to reopen 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
- cause problems, as this only works if stderr can be re-opened. To mitigate this use the construct <command>echo
+ cause problems, as this only works if stderr can be reopened. To mitigate this use the construct <command>echo
"hello" >&amp;2</command> instead, which is mostly equivalent and avoids this pitfall.</para>
<xi:include href="version-info.xml" xpointer="v235"/></listitem>