From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49385) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jACwS-0001ve-Kb for guix-patches@gnu.org; Fri, 06 Mar 2020 08:23:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jACwQ-0004x4-TU for guix-patches@gnu.org; Fri, 06 Mar 2020 08:23:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38262) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jACwQ-0004vd-JE for guix-patches@gnu.org; Fri, 06 Mar 2020 08:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jACwQ-0006th-EO for guix-patches@gnu.org; Fri, 06 Mar 2020 08:23:02 -0500 Subject: bug#39752: [PATCH 0/5 shepherd v2] Update the doc and an example. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200223091859.21705-1-brice@waegenei.re> <20200223154008.24888-1-brice@waegenei.re> Date: Fri, 06 Mar 2020 14:22:24 +0100 In-Reply-To: <20200223154008.24888-1-brice@waegenei.re> (Brice Waegeneire's message of "Sun, 23 Feb 2020 16:40:03 +0100") Message-ID: <878skdobxr.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: Brice Waegeneire Cc: 39752-done@debbugs.gnu.org Hello, Brice Waegeneire skribis: > Add commit #5 and fix typos in commit #3. > > Brice Waegeneire (5): > doc: Fix typos. > service: Fix typos. > doc: Expand the part on special action 'doc'. > doc: Fix wolfgangj example. > .dir-locals.el: End sentence with a double space. I=E2=80=99ve pushed these patches. Thanks for these improvements Brice, and thanks for the initial review, Danny! Ludo=E2=80=99.