From patchwork Wed Jul 17 06:25:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 259600 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 84F272C00CE for ; Wed, 17 Jul 2013 16:26:35 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:subject:message-id:in-reply-to :references:date:from:to; q=dns; s=default; b=D+A38L10AUgoIyKgsL URdGxWGg/JiPrRcrHBx65lEc0+g+TSfLI37sIltAuYY1gBVaJmEG2wx4BA5YT4HC Q8+28WfsSACG4xQ4/Ep1w4Sn//TaUzBMy1P1oG/Zy48zUXAYWZm/NXjrymd6MJJw 8yZztssroymMRfTqa2O3TuuaA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:subject:message-id:in-reply-to :references:date:from:to; s=default; bh=O3n1J8kN0y5BlBrYFbzatfeN g1M=; b=oQ6lVgYxBR57mrRO4XDFF5bxnKEi6UyejmN4ahgmdhWKGmJs8ls0mT1u sBnoMiYARApRM2cjdbWYev7YuylNb+d6jGVZYc2wuQm06rcpDIId6WXhEPLbag1v /73QPmtG3aGh+6TH17ZCTNHho9L8w/agxZaBouXyyHu+FAlwnwk= Received: (qmail 10843 invoked by alias); 17 Jul 2013 06:26:11 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org Received: (qmail 10803 invoked by uid 89); 17 Jul 2013 06:26:11 -0000 X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL, BAYES_40, FREEMAIL_FROM, KHOP_THREADED, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, RDNS_NONE, SPF_PASS autolearn=ham version=3.3.1 Received: from Unknown (HELO mail-ea0-f171.google.com) (209.85.215.171) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 17 Jul 2013 06:26:09 +0000 Received: by mail-ea0-f171.google.com with SMTP id m14so805591eaj.2 for ; Tue, 16 Jul 2013 23:26:00 -0700 (PDT) X-Received: by 10.15.23.194 with SMTP id h42mr4680330eeu.123.1374042360717; Tue, 16 Jul 2013 23:26:00 -0700 (PDT) Received: from [127.0.1.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id o5sm8195211eef.5.2013.07.16.23.25.59 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Jul 2013 23:26:00 -0700 (PDT) MIME-Version: 1.0 Subject: [PATCH 1 of 2] docs: fix typos in manpage X-Mercurial-Node: 62dedb0618a46bf0743f6625f7efcb9fac1de92f Message-Id: <62dedb0618a46bf0743f.1374042342@BEANTN0L019720> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Wed, 17 Jul 2013 08:25:42 +0200 From: Thomas De Schampheleire To: crossgcc@sourceware.org, yann.morin.1998@free.fr Signed-off-by: Thomas De Schampheleire --- docs/ct-ng.1.in | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) -- For unsubscribe information see http://sourceware.org/lists.html#faq diff --git a/docs/ct-ng.1.in b/docs/ct-ng.1.in --- a/docs/ct-ng.1.in +++ b/docs/ct-ng.1.in @@ -22,7 +22,7 @@ Building a cross-toolchain can be a real .B crosstool-NG makes it easy to build cross-toolchains, and allows you to take all the juice out of your target by configuring the different components of the toolchain -accordingly to the targeted processor. +according to the targeted processor. ." ." .SH ACTIONS @@ -62,10 +62,10 @@ with the target tuple they represent. .TP .B defconfig Save the current configuration to a mini-defconfig file, that contains only -the strictly required symbols to reproduce the configuraiton. defconfig files +the strictly required symbols to reproduce the configuration. defconfig files are much smaller than a complete .config, so it is easy to send by mail. As only non-default symbols are present in a defconfig, it easy to spot the -meaningfull values. Also, it is easy to use defconfig files with newer +meaningful values. Also, it is easy to use defconfig files with newer versions of .BR crosstool-NG . By default the mini-defconfig is saved to a file named @@ -92,11 +92,11 @@ Configure .B crosstool-NG using a mini-defconfig file (previously saved with .B defconfig -or manually edited). The default mini-defconfig is rad from the file +or manually edited). The default mini-defconfig is read from the file .IR defconfig , -unless the vraiable +unless the variable .B $DEFCONFIG -is set, inwhich case the mini-defconfig will be read from the file referenced +is set, in which case the mini-defconfig will be read from the file referenced by .B $DEFCONFIG ." @@ -162,9 +162,9 @@ to have the meaning of the exit values. ." .SH BUGS As of today (@@CT_DATE@@), building tarballs is broken. It is difficult to -foresee how every parts of +foresee how all parts of .B crosstool-NG -are going to be installed. Each parts is needed to build a tarball, as it +are going to be installed. Each part is needed to build a tarball, as it contains all that is needed to rebuild the toolchain from scratch: toolchain components' sources, .B crosstool-NG