mention nconfig
authorShawn Landden <shawn@churchofgit.com>
Mon, 9 Dec 2013 00:07:40 +0000 (16:07 -0800)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 9 Dec 2013 08:20:07 +0000 (09:20 +0100)
Signed-off-by: Shawn Landden <shawn@churchofgit.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/manual/common-usage.txt
docs/manual/using.txt

index c7f511ad703516f5eb2833d83ddee0c4f7c17452..1290dfc1b7f72912e93acdd71bc89e802f6ab89f 100644 (file)
@@ -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
index de29ad6b57c2488f187ddcf7b4f438cd00ffd74c..9b0a81fe4a9a9b543a37f26523aebf2582b0700e 100644 (file)
@@ -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.