doc: Fix typo.
* doc/guix.texi (page-log@files-configuration@CUPS): "Page log" instead of "access log". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
f096071266
commit
5f026c1d52
|
@ -13897,7 +13897,7 @@ Defaults to @samp{"0644"}.
|
||||||
|
|
||||||
@deftypevr {@code{files-configuration} parameter} log-location page-log
|
@deftypevr {@code{files-configuration} parameter} log-location page-log
|
||||||
Defines the page log filename. Specifying a blank filename disables
|
Defines the page log filename. Specifying a blank filename disables
|
||||||
access log generation. The value @code{stderr} causes log entries to be
|
page log generation. The value @code{stderr} causes log entries to be
|
||||||
sent to the standard error file when the scheduler is running in the
|
sent to the standard error file when the scheduler is running in the
|
||||||
foreground, or to the system log daemon when run in the background. The
|
foreground, or to the system log daemon when run in the background. The
|
||||||
value @code{syslog} causes log entries to be sent to the system log
|
value @code{syslog} causes log entries to be sent to the system log
|
||||||
|
|
Loading…
Reference in New Issue