From 74922904348e53a992af63c581d4ccd3317ccce0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 5 Jul 2010 01:08:13 +0200 Subject: turn negative options into positive options --- man/systemd.exec.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man') diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 83eef32f55..6502d87b4a 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -468,7 +468,7 @@ the default log level specified here. The interpretation of these prefixes may be disabled with - SyslogNoPrefix=, + SyslogLevelPrefix=, see below. For details see sd-daemon7. @@ -477,9 +477,9 @@ - SyslogNoPrefix= + SyslogLevelPrefix= Takes a boolean - argument. If false and + argument. If true and StandardOutput= or StandardError= are set to or @@ -488,12 +488,12 @@ are prefixed with a log level will be passed on to syslog with this log level set but the prefix removed. If - set to true, the interpretation of + set to false, the interpretation of these prefixes is disabled and the logged lines are passed on as-is. For details about this prefixing see sd-daemon7. - Defaults to false. + Defaults to true. -- cgit v1.2.3-54-g00ecf