From 7ba0f441c302f26db81f9223b617bd2e1350aafd Mon Sep 17 00:00:00 2001 From: Daniel Henrique Barboza Date: Tue, 19 May 2020 18:41:30 -0300 Subject: [PATCH] logging.html.in: fix number of output formats available There are 4 formats available (x:stderr, x:syslog:name, x:file:file_path, x:journald), not 3. Use "the following" instead of the actual number to avoid the need to update the number every time a new form is added/removed. Suggested-by: Pino Toscano Signed-off-by: Daniel Henrique Barboza Reviewed-by: Andrea Bolognani --- docs/logging.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logging.html.in b/docs/logging.html.in index 65c13e8a19..3ff0dd3eb6 100644 --- a/docs/logging.html.in +++ b/docs/logging.html.in @@ -124,7 +124,7 @@ x:name priority level, messages that match that filter will still be logged, while others will not. In order to see those messages, you must also have an output defined that includes the priority level of your filter.

-

The format for an output can be one of those 3 forms:

+

The format for an output can be one of the following forms:

  • x:stderr output goes to stderr
  • x:syslog:name use syslog for the output and use the -- GitLab