From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Typo in manual Date: Sun, 9 Dec 2012 19:40:45 +0100 Message-ID: <201212091940.45412.andreas@enge.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="Boundary-01=_tsNxQJnrqgnRSz+" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Thlo5-00051G-2X for bug-guix@gnu.org; Sun, 09 Dec 2012 13:40:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Thlo2-0006EI-MX for bug-guix@gnu.org; Sun, 09 Dec 2012 13:40:53 -0500 Received: from moutng.kundenserver.de ([212.227.17.8]:53070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Thlo2-0006E8-CN for bug-guix@gnu.org; Sun, 09 Dec 2012 13:40:50 -0500 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: bug-guix@gnu.org --Boundary-01=_tsNxQJnrqgnRSz+ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, a tiny, but annoying typo in the texinfo manual: Section 2.2, the option "-x" should read "-i". 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? As I understand things, currently the first thing that is done for any installation is a bootstrap of gcc. Andreas --Boundary-01=_tsNxQJnrqgnRSz+ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit

Hello,

 

a tiny, but annoying typo in the texinfo manual:

Section 2.2, the option "-x" should read "-i".

 

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? As I understand things, currently the first thing

that is done for any installation is a bootstrap of gcc.

 

Andreas

 

--Boundary-01=_tsNxQJnrqgnRSz+-- 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.