From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emRjD-0001IO-H6 for guix-patches@gnu.org; Thu, 15 Feb 2018 17:10:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emRj8-0003bR-Hz for guix-patches@gnu.org; Thu, 15 Feb 2018 17:10:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37341) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emRj8-0003bJ-Em for guix-patches@gnu.org; Thu, 15 Feb 2018 17:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1emRj8-0002Tb-5w for guix-patches@gnu.org; Thu, 15 Feb 2018 17:10:02 -0500 Subject: [bug#30474] [PATCH] doc: Clarify description of etc-service-type. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emRih-0000rP-Vw for guix-patches@gnu.org; Thu, 15 Feb 2018 17:09:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emRic-0002um-V2 for guix-patches@gnu.org; Thu, 15 Feb 2018 17:09:35 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:46927) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1emRic-0002qu-Ol for guix-patches@gnu.org; Thu, 15 Feb 2018 17:09:30 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3zj9RY20kJz1qtdj for ; Thu, 15 Feb 2018 23:09:29 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3zj9RY1x92z1r2b7 for ; Thu, 15 Feb 2018 23:09:29 +0100 (CET) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id n3Lkrr8ZjghL for ; Thu, 15 Feb 2018 23:09:28 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-212-114-232-111.dynamic.mnet-online.de [212.114.232.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Thu, 15 Feb 2018 23:09:28 +0100 (CET) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 507CB601FD for ; Thu, 15 Feb 2018 23:09:28 +0100 (CET) From: Hartmut Goebel Date: Thu, 15 Feb 2018 23:09:28 +0100 Message-Id: <20180215220928.19338-1-h.goebel@crazy-compilers.com> 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: 30474@debbugs.gnu.org * doc/guix.texi (Service Reference): Update 'etc-service-type' documentation. --- doc/guix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index b7f4f88f9..2fc98f0fe 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -18605,7 +18605,8 @@ The boot script is what the initial RAM disk runs when booting. @end defvr @defvr {Scheme Variable} etc-service-type -The type of the @file{/etc} service. This service can be extended by +The type of the @file{/etc} service. This service is used to create +files under @file{/etc} and can be extended by passing it name/file tuples such as: @example -- 2.13.6