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: Replace reference to profile.sh with sh-symlink Date: Sun, 03 May 2015 22:02:05 +0200 Message-ID: <87wq0pzayq.fsf@gnu.org> References: <874mnwl7h1.fsf@earlgrey.lan> 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]:36408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yp05b-0003Tm-9o for guix-devel@gnu.org; Sun, 03 May 2015 16:02:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yp05Y-0003A9-1w for guix-devel@gnu.org; Sun, 03 May 2015 16:02:11 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yp05Y-0003A4-00 for guix-devel@gnu.org; Sun, 03 May 2015 16:02:08 -0400 In-Reply-To: <874mnwl7h1.fsf@earlgrey.lan> (Christopher Allan Webber's message of "Fri, 01 May 2015 08:51:07 -0500") 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: Christopher Allan Webber Cc: guix-devel Christopher Allan Webber skribis: > From 752cff71d7c3086f116f02a46af2f87d05597c03 Mon Sep 17 00:00:00 2001 > From: Christopher Allan Webber > Date: Fri, 1 May 2015 08:54:33 -0500 > Subject: [PATCH] doc: Replace reference to profile.sh with sh-symlink > > * doc/guix.texi (The Store Monad): Replace reference to "profile.sh", > which is not defined until the next node, with "sh-symlink", which > is defined immediately above Indeed, good catch! Applied, thanks. Ludo=E2=80=99.