From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKTDJ-0003By-Jh for guix-patches@gnu.org; Sat, 27 Apr 2019 15:42:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hKT98-0000me-60 for guix-patches@gnu.org; Sat, 27 Apr 2019 15:38:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50748) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hKT97-0000mT-VP for guix-patches@gnu.org; Sat, 27 Apr 2019 15:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hKT97-00023D-RS for guix-patches@gnu.org; Sat, 27 Apr 2019 15:38:01 -0400 Subject: [bug#35436] [PATCH 6/7] doc: Fix typo. References: <20190426132019.7ce4f149@gmail.com> In-Reply-To: <20190426132019.7ce4f149@gmail.com> Resent-Message-ID: Date: Sat, 27 Apr 2019 21:36:45 +0200 From: Miguel Message-ID: <20190427213646.47f8d930@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/LulHe.9+3kX.MJkwd7si3+Z" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35436@debbugs.gnu.org --MP_/LulHe.9+3kX.MJkwd7si3+Z Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline doc: Fix typo. * doc/guix.texi (page-log@files-configuration@CUPS): Page log instead of access log. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --MP_/LulHe.9+3kX.MJkwd7si3+Z Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-doc-Fix-typo.patch >From ecd6bbb5364b3650fbb38708db8966ca9b62519d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?= Date: Sat, 27 Apr 2019 11:41:00 +0200 Subject: [PATCH 1/2] doc: Fix typo. * doc/guix.texi (page-log@files-configuration@CUPS): Page log instead of access log. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 28195e2306..cfb7b8b317 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -13866,7 +13866,7 @@ Defaults to @samp{"0644"}. @deftypevr {@code{files-configuration} parameter} log-location page-log 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 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 -- 2.21.0 --MP_/LulHe.9+3kX.MJkwd7si3+Z--