From 798499278a1298d17d9bc75f6ba82a55bdf7b0c1 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 16 Nov 2017 19:35:30 +0900 Subject: [PATCH] man: fix wrong tag (#7358) --- man/systemd.exec.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index fb5c0806169..8b538edf779 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -631,7 +631,7 @@ echo "hello" >&2 instead, which is mostly equivalent and avoids this pitfall. This setting defaults to the value set with - in + DefaultStandardOutput= in systemd-system.conf5, which defaults to . Note that setting this parameter might result in additional dependencies to be @@ -651,7 +651,7 @@ stderr. This setting defaults to the value set with - in + DefaultStandardError= in systemd-system.conf5, which defaults to . Note that setting this parameter might result in additional dependencies to be @@ -796,7 +796,7 @@ setrlimit2 for details on the resource limit concept. Resource limits may be specified in two formats: either as single value to set a specific soft and hard limit to the same value, or as colon-separated pair to set - both limits individually (e.g. LimitAS=4G:16G). Use the string infinity + both limits individually (e.g. LimitAS=4G:16G). Use the string to configure no limit on a specific resource. The multiplicative suffixes K, M, G, T, P and E (to the base 1024) may be used for resource limits measured in bytes (e.g. LimitAS=16G). For the limits referring to time values, the usual time units ms, s, min, h and so on may be used (see