From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] doc: Clarify and consolidate modify-services documentation. Date: Tue, 15 Mar 2016 15:56:17 +0100 Message-ID: <87mvpzpz72.fsf@gnu.org> References: <87vb4ypn9s.fsf@gmail.com> <87io0t14pi.fsf@gnu.org> <87lh5ohr1z.fsf@gmail.com> <87h9gchqnl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afqOX-0003XO-NB for guix-devel@gnu.org; Tue, 15 Mar 2016 10:56:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afqOS-0004vn-Nj for guix-devel@gnu.org; Tue, 15 Mar 2016 10:56:25 -0400 In-Reply-To: <87h9gchqnl.fsf@gmail.com> (Chris Marusich's message of "Sat, 12 Mar 2016 03:38:54 -0800") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Chris Marusich Cc: guix-devel@gnu.org Chris Marusich skribis: > From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Mon, 7 Mar 2016 01:55:07 -0800 > Subject: [PATCH] doc: Clarify and consolidate modify-services documentati= on. > > * doc/guix.texi ("Using the Configuration System": Move the example... > * doc/guix.texi ("Service Reference"): ...to here, and clarify more. > * gnu/services.scm (modify-services): Update docstring to match. Pushed with small tweaks: I kept the docstring almost unchanged, and changed the example so that lines would fit in the PDF (not removing anything from the example, just formatting things differently so it appears correctly.) Let me know if there=E2=80=99s anything wrong. Thank you! Ludo=E2=80=99.