diff options
author | Jim DeLaHunt <from.github@jdlh.com> | 2017-12-11 00:08:52 -0800 |
---|---|---|
committer | Jeremy Huddleston Sequoia <jeremyhu@apple.com> | 2021-02-01 16:21:39 -0800 |
commit | 0e272ac458fbd530787273073473e566b0ac306e (patch) | |
tree | f1f0b4080d68312acb28511624e6846e36bcf81b | |
parent | 5429791b1cf7f6cabf6c64aad0a4b1b5418253c9 (diff) |
Fix typo "XQaurtz" in Xquartz.man
-rw-r--r-- | hw/xquartz/man/Xquartz.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/man/Xquartz.man b/hw/xquartz/man/Xquartz.man index 14aa872c0..643bea9df 100644 --- a/hw/xquartz/man/Xquartz.man +++ b/hw/xquartz/man/Xquartz.man @@ -120,7 +120,7 @@ or you can include extra information such as the file, line, and function where .TP 8 .B $ syslog -w -F '$(Time) $(Sender) <$(Level)> $(File):$(Line) $(Function) :: $(Message)' -k Facility eq @bundle_id_prefix@ .PP -By default, XQaurtz sets an ASL mask which prevents it from logging messages +By default, XQuartz sets an ASL mask which prevents it from logging messages below the ASL_LEVEL_WARNING level (meaning almost all logging is done strictly to the file referenced above). To force XQuartz to send all log messages to syslogd(8), you can adjust this mask using the following syslog(1) command: |