From patchwork Fri Mar 28 21:24:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerzy Grzegorek X-Patchwork-Id: 334885 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 165081400A2 for ; Sat, 29 Mar 2014 08:26:14 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5E8908BCC2; Fri, 28 Mar 2014 21:26:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qto-uiE1E8QR; Fri, 28 Mar 2014 21:26:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 014788BC5C; Fri, 28 Mar 2014 21:26:07 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 0A6531C107B for ; Fri, 28 Mar 2014 21:25:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 06A098B866 for ; Fri, 28 Mar 2014 21:25:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ErhE4CKoIIdJ for ; Fri, 28 Mar 2014 21:25:53 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.internet.v.pl (mail.internet.v.pl [62.69.205.34]) by whitealder.osuosl.org (Postfix) with SMTP id 090488AB60 for ; Fri, 28 Mar 2014 21:25:52 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.internet.v.pl (Sendmail) with ESMTP id B350DEA9B5; Fri, 28 Mar 2014 22:25:50 +0100 (CET) Received: from mail.internet.v.pl ([127.0.0.1]) by localhost (poczta.v.pl [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 8droECnD8asc; Fri, 28 Mar 2014 22:25:50 +0100 (CET) Received: from localhost.localdomain (93-181-142-99.internetia.net.pl [93.181.142.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.internet.v.pl (Sendmail) with ESMTPSA id 13659EA99E; Fri, 28 Mar 2014 22:25:49 +0100 (CET) From: Jerzy Grzegorek To: buildroot@busybox.net Date: Fri, 28 Mar 2014 22:24:44 +0100 Message-Id: <1396041895-29533-4-git-send-email-jerzy.grzegorek@trzebnica.net> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1396041895-29533-1-git-send-email-jerzy.grzegorek@trzebnica.net> References: <1396041895-29533-1-git-send-email-jerzy.grzegorek@trzebnica.net> Subject: [Buildroot] [PATCH 3/9] manual/make-tips.txt: fix typo X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Jerzy Grzegorek --- docs/manual/make-tips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/make-tips.txt b/docs/manual/make-tips.txt index faf59f2..81edae3 100644 --- a/docs/manual/make-tips.txt +++ b/docs/manual/make-tips.txt @@ -32,7 +32,7 @@ The result of the search shows the help message of the matching items. Not all targets are always available, some settings in the +.config+ file may hide some targets: -* +busybox-menuconfig+ and +busybox-savedefconfig+ ony work when +* +busybox-menuconfig+ and +busybox-savedefconfig+ only work when +busybox+ is enabled; * +linux-menuconfig+ and +linux-savedefconfig+ only work when +linux+ is enabled;