diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-12 08:58:00 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-12 09:10:36 +0100 |
commit | 6b44ad0bf8e6e9ddfbc6e998e67c2937140ff809 (patch) | |
tree | 66b5867ae74f16586e8f28546162362f62535185 /man/journald.conf.xml | |
parent | man: append parentheses for function name (diff) | |
download | systemd-6b44ad0bf8e6e9ddfbc6e998e67c2937140ff809.tar.xz systemd-6b44ad0bf8e6e9ddfbc6e998e67c2937140ff809.zip |
man: set constant tag to NUL or NULL
Diffstat (limited to 'man/journald.conf.xml')
-rw-r--r-- | man/journald.conf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/journald.conf.xml b/man/journald.conf.xml index e50e8cd5c7..959815a8f1 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -433,7 +433,7 @@ <listitem><para>The maximum line length to permit when converting stream logs into record logs. When a systemd unit's standard output/error are connected to the journal via a stream socket, the data read is split into - individual log records at newline (<literal>\n</literal>, ASCII 10) and NUL characters. If no such delimiter is + individual log records at newline (<literal>\n</literal>, ASCII 10) and <constant>NUL</constant> characters. If no such delimiter is read for the specified number of bytes a hard log record boundary is artificially inserted, breaking up overly long lines into multiple log records. Selecting overly large values increases the possible memory usage of the Journal daemon for each stream client, as in the worst case the journal daemon needs to buffer the specified |