]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: reword description of "-" in sysctl.d(5)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 29 Sep 2020 07:43:18 +0000 (09:43 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 30 Sep 2020 08:30:03 +0000 (10:30 +0200)
For #17177.

man/sysctl.d.xml

index 70504510f9ca6354889df72f6ab06f0cf2c4ae6e..d34879506311397165cf2bc9586bfbc98f41dd37 100644 (file)
@@ -70,11 +70,11 @@ key.pattern.overridden.with.glob = custom
     followed by <literal>=</literal>, see SYNOPSIS.</para>
 
     <para>Any access permission errors and attempts to write variables not present on the local system are
-    logged at debug level and do not cause the service to fail. Moreover, if a variable assignment is
-    prefixed with a single <literal>-</literal> character, failure to set the variable for other reasons will
-    be logged at debug level and will not cause the service to fail. In other cases, errors when setting
-    variables are logged with higher priority and cause the service to return failure at the end (after
-    processing other variables).</para>
+    logged at debug level and do not cause the service to fail. Other types of errors when setting variables
+    are logged with higher priority and cause the service to return failure at the end (after processing
+    other variables). As an exception, if a variable assignment is prefixed with a single
+    <literal>-</literal> character, failure to set the variable for any reason will be logged at debug level
+    and will not cause the service to fail.</para>
 
     <para>The settings configured with <filename>sysctl.d</filename> files will be applied early on boot. The
     network interface-specific options will also be applied individually for each network interface as it