From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e5I9j-0006gS-6Y for guix-patches@gnu.org; Thu, 19 Oct 2017 17:15:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e5I9e-00035u-9H for guix-patches@gnu.org; Thu, 19 Oct 2017 17:15:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42094) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e5I9e-00035W-6Y for guix-patches@gnu.org; Thu, 19 Oct 2017 17:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e5I9d-0000Fe-Qf for guix-patches@gnu.org; Thu, 19 Oct 2017 17:15:01 -0400 Subject: [bug#28900] [PATCH] doc: Clarify description of etc-service-type. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171019124409.21523-1-h.goebel@crazy-compilers.com> Date: Thu, 19 Oct 2017 23:14:52 +0200 In-Reply-To: <20171019124409.21523-1-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Thu, 19 Oct 2017 14:44:09 +0200") Message-ID: <87efpyj0vn.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Hartmut Goebel Cc: 28900@debbugs.gnu.org Hi, Hartmut Goebel skribis: > * 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 >=20=20 > @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 ^ Please preserve space here (the convention is to have two spaces after an end-of-sentence period.) > +files under @file{/etc} and can be extended by > passing it name/file tuples such as: LGTM, thanks! Ludo=E2=80=99.