From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Typo in manual Date: Sun, 09 Dec 2012 21:53:57 +0100 Message-ID: <8738zfc5ga.fsf@gnu.org> References: <201212091940.45412.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Thnsu-0002GL-FV for bug-guix@gnu.org; Sun, 09 Dec 2012 15:54:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Thnst-0003au-4w for bug-guix@gnu.org; Sun, 09 Dec 2012 15:54:00 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:16377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Thnss-0003am-UI for bug-guix@gnu.org; Sun, 09 Dec 2012 15:53:59 -0500 In-Reply-To: <201212091940.45412.andreas@enge.fr> (Andreas Enge's message of "Sun, 9 Dec 2012 19:40:45 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Hello, Andreas Enge skribis: > a tiny, but annoying typo in the texinfo manual: > Section 2.2, the option "-x" should read "-i". Indeed. Fixed now. > How about making available one prebuilt package (GNU hello comes to mind) > and giving it as an example in the manual? Is some infrastructure for > this already available? There are binaries on hydra.nixos.org currently, as I wrote in my other message. > As I understand things, currently the first thing that is done for any > installation is a bootstrap of gcc. Yes, it=E2=80=99s a complete bootstrap from a small set of binaries. There= are details at . Thanks, Ludo=E2=80=99.