diff mbox

[1/4] mention nconfig

Message ID 1386547663-2678-1-git-send-email-shawn@churchofgit.com
State Accepted
Commit ba39bec809cd74daf93633721d40e4c7a61d1605
Headers show

Commit Message

Shawn Landden Dec. 9, 2013, 12:07 a.m. UTC
Signed-off-by: Shawn Landden <shawn@churchofgit.com>
---
 docs/manual/common-usage.txt |  2 +-
 docs/manual/using.txt        | 10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

Comments

Peter Korsgaard Dec. 9, 2013, 8:20 a.m. UTC | #1
>>>>> "Shawn" == Shawn Landden <shawn@churchofgit.com> writes:

 > Signed-off-by: Shawn Landden <shawn@churchofgit.com>

Committed, thanks.
diff mbox

Patch

diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt
index c7f511a..1290dfc 100644
--- a/docs/manual/common-usage.txt
+++ b/docs/manual/common-usage.txt
@@ -11,7 +11,7 @@  Offline builds
 
 If you intend to do an offline build and just want to download
 all sources that you previously selected in the configurator
-('menuconfig', 'xconfig' or 'gconfig'), then issue:
+('menuconfig', 'nconfig', 'xconfig' or 'gconfig'), then issue:
 
 --------------------
  $ make source
diff --git a/docs/manual/using.txt b/docs/manual/using.txt
index de29ad6..9b0a81f 100644
--- a/docs/manual/using.txt
+++ b/docs/manual/using.txt
@@ -15,7 +15,13 @@  assistant:
  $ make menuconfig
 --------------------
 
-to run the curses-based configurator, or
+or
+
+--------------------
+ $ make nconfig
+--------------------
+
+to run the old or new curses-based configurator, or
 
 --------------------
  $ make xconfig
@@ -105,7 +111,7 @@  This directory contains several subdirectories:
 * +toolchain/+ contains the build directories for the various
   components of the cross-compilation toolchain.
 
-These commands, +make menuconfig|gconfig|xconfig+ and +make+, are the
+These commands, +make menuconfig|nconfig|gconfig|xconfig+ and +make+, are the
 basic ones that allow to easily and quickly generate images fitting
 your needs, with all the supports and applications you enabled.