From 2e74b2fde6a4fc0b890fe86366707292789087fa Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 19 Sep 2024 15:01:38 +0200 Subject: [PATCH] (!1688) xfree86: man: add -syslogverbse flag Document the newly added -syslogverbose command line flag. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xfree86/man/Xorg.man | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hw/xfree86/man/Xorg.man b/hw/xfree86/man/Xorg.man index 2084653f8..dab2b4866 100644 --- a/hw/xfree86/man/Xorg.man +++ b/hw/xfree86/man/Xorg.man @@ -274,6 +274,15 @@ file verbosity level. When the value is supplied, the log file verbosity level is set to that value. The default log file verbosity level is 3. .TP 8 +.BR \-syslogverbose " [\fIn\fP]" +Sets the verbosity level for information printed to syslog. If the +.I n +value isn't supplied, each occurrence of this option increments the log +file verbosity level. When the +.I n +value is supplied, the log file verbosity level is set to that value. +The default log file verbosity level is 0 (silent). +.TP 8 .BI \-modulepath " searchpath" Set the module search path to .IR searchpath .