Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
to do it in Config.in.
diff --git a/archival/Config.in b/archival/Config.in
index e3f6239..be0dc77 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -29,7 +29,7 @@
 	  probably say N here.
 
 config CONFIG_FEATURE_AR_LONG_FILENAMES
-	bool "  Enable support for long filenames (not need for debs)"
+	bool "Enable support for long filenames (not need for debs)"
 	default n
 	depends on CONFIG_AR
 	help
@@ -89,7 +89,7 @@
 	  probably say N here.
 
 config CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY
-	bool "  extract only (-x)"
+	bool "extract only (-x)"
 	default n
 	depends on CONFIG_DPKG_DEB
 	help
@@ -106,7 +106,7 @@
 	  an archive, without decompressing it.
 
 config CONFIG_FEATURE_GUNZIP_UNCOMPRESS
-	bool "  Uncompress support"
+	bool "Uncompress support"
 	default n
 	depends on CONFIG_GUNZIP
 	help
@@ -142,7 +142,7 @@
 	  UNIX archive program.
 
 config CONFIG_FEATURE_TAR_CREATE
-	bool "  Enable archive creation"
+	bool "Enable archive creation"
 	default y
 	depends on CONFIG_TAR
 	help
@@ -150,7 +150,7 @@
 	  tar archives using the `-c' option.
 
 config CONFIG_FEATURE_TAR_BZIP2
-	bool "  Enable -j option to handle .tar.bz2 files"
+	bool "Enable -j option to handle .tar.bz2 files"
 	default n
 	depends on CONFIG_TAR
 	help
@@ -158,7 +158,7 @@
 	  archives compressed with bzip2.
 
 config CONFIG_FEATURE_TAR_LZMA
-	bool "  Enable -a option to handle .tar.lzma files"
+	bool "Enable -a option to handle .tar.lzma files"
 	default n
 	depends on CONFIG_TAR
 	help
@@ -166,7 +166,7 @@
 	  archives compressed with lzma.
 
 config CONFIG_FEATURE_TAR_FROM
-	bool "  Enable -X (exclude from) and -T (include from) options)"
+	bool "Enable -X (exclude from) and -T (include from) options)"
 	default n
 	depends on CONFIG_TAR
 	help
@@ -174,7 +174,7 @@
 	  a list of files to include or exclude from an archive.
 
 config CONFIG_FEATURE_TAR_GZIP
-	bool "  Enable -z option"
+	bool "Enable -z option"
 	default y
 	depends on CONFIG_TAR
 	help
@@ -182,7 +182,7 @@
 	  when creating or extracting tar gziped archives.
 
 config CONFIG_FEATURE_TAR_COMPRESS
-	bool "  Enable -Z option"
+	bool "Enable -Z option"
 	default n
 	depends on CONFIG_TAR
 	help
@@ -190,7 +190,7 @@
 	  when extracting .tar.Z archives.
 
 config CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY
-	bool "  Enable support for old tar header format"
+	bool "Enable support for old tar header format"
 	default N
 	depends on CONFIG_TAR
 	help
@@ -199,7 +199,7 @@
 	  repacking your ancient archives with the new format.
 
 config CONFIG_FEATURE_TAR_GNU_EXTENSIONS
-	bool "  Enable support for some GNU tar extensions"
+	bool "Enable support for some GNU tar extensions"
 	default y
 	depends on CONFIG_TAR
 	help
@@ -207,7 +207,7 @@
 	  linknames.
 
 config CONFIG_FEATURE_TAR_LONG_OPTIONS
-	bool "  Enable long options"
+	bool "Enable long options"
 	default n
 	depends on CONFIG_TAR
 	help
@@ -236,7 +236,7 @@
 	  should probably say N here.
 
 config CONFIG_FEATURE_LZMA_FAST
-	bool "  Optimze unlzma for speed"
+	bool "Optimze unlzma for speed"
 	default n
 	depends on CONFIG_UNLZMA
 	help
@@ -257,7 +257,7 @@
 	depends on CONFIG_CPIO || CONFIG_TAR
 
 config CONFIG_FEATURE_UNARCHIVE_TAPE
-	bool "  Enable tape drive support"
+	bool "Enable tape drive support"
 	default n
 	depends on CONFIG_CPIO || CONFIG_TAR
 	help
@@ -267,7 +267,7 @@
 	depends on CONFIG_DPKG || CONFIG_DPKG_DEB
 
 config CONFIG_FEATURE_DEB_TAR_GZ
-	bool "  gzip debian packages (normal)"
+	bool "gzip debian packages (normal)"
 	default y if CONFIG_DPKG || CONFIG_DPKG_DEB
 	depends on CONFIG_DPKG || CONFIG_DPKG_DEB
 	help
@@ -276,7 +276,7 @@
 	  If you want compatibility with standard .deb's you should say yes here.
 
 config CONFIG_FEATURE_DEB_TAR_BZ2
-	bool "  bzip2 debian packages"
+	bool "bzip2 debian packages"
 	default n
 	depends on CONFIG_DPKG || CONFIG_DPKG_DEB
 	help
@@ -287,7 +287,7 @@
 	  use an internal control.tar.bz2 or data.tar.bz2.
 
 config CONFIG_FEATURE_DEB_TAR_LZMA
-	bool "  lzma debian packages"
+	bool "lzma debian packages"
 	default n
 	depends on CONFIG_DPKG || CONFIG_DPKG_DEB
 	help
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 62c5c32..c77a1c9 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -87,7 +87,7 @@
 	  current time in the given format.
 
 config CONFIG_FEATURE_DATE_ISOFMT
-	bool "  Enable ISO date format output (-I)"
+	bool "Enable ISO date format output (-I)"
 	default y
 	depends on CONFIG_DATE
 	help
@@ -118,7 +118,7 @@
 	  the patch command.
 
 config CONFIG_FEATURE_DIFF_BINARY
-	bool "  Enable checks for binary files"
+	bool "Enable checks for binary files"
 	default y
 	depends on CONFIG_DIFF
 	help
@@ -126,7 +126,7 @@
 	  before a comparison is carried out.
 
 config CONFIG_FEATURE_DIFF_DIR
-	bool "  Enable directory support"
+	bool "Enable directory support"
 	default y
 	depends on CONFIG_DIFF
 	help
@@ -134,7 +134,7 @@
 	  comparison.
 
 config CONFIG_FEATURE_DIFF_MINIMAL
-	bool "  Enable -d option to find smaller sets of changes"
+	bool "Enable -d option to find smaller sets of changes"
 	default n
 	depends on CONFIG_DIFF
 	help
@@ -168,7 +168,7 @@
 	  for specified files.
 
 config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K
-	bool "  Use a default blocksize of 1024 bytes (1K)"
+	bool "Use a default blocksize of 1024 bytes (1K)"
 	default y
 	depends on CONFIG_DU
 	help
@@ -182,7 +182,7 @@
 
 # this entry also appears in shell/Config.in, next to the echo builtin
 config CONFIG_FEATURE_FANCY_ECHO
-	bool "  Enable echo options (-n and -e)"
+	bool "Enable echo options (-n and -e)"
 	default y
 	depends on CONFIG_ECHO
 	help
@@ -204,7 +204,7 @@
 	  to standard output.
 
 config CONFIG_EXPR_MATH_SUPPORT_64
-	bool "    Extend Posix numbers support to 64 bit"
+	bool "Extend Posix numbers support to 64 bit"
 	default n
 	depends on CONFIG_EXPR
 	help
@@ -232,7 +232,7 @@
 	  from files.
 
 config CONFIG_FEATURE_FANCY_HEAD
-	bool "  Enable head options (-c, -q, and -v)"
+	bool "Enable head options (-c, -q, and -v)"
 	default n
 	depends on CONFIG_HEAD
 	help
@@ -282,56 +282,56 @@
 	  ls is used to list the contents of directories.
 
 config CONFIG_FEATURE_LS_FILETYPES
-	bool "  Enable filetyping options (-p and -F)"
+	bool "Enable filetyping options (-p and -F)"
 	default y
 	depends on CONFIG_LS
 	help
 	  Enable the ls options (-p and -F).
 
 config CONFIG_FEATURE_LS_FOLLOWLINKS
-	bool "  Enable symlinks dereferencing (-L)"
+	bool "Enable symlinks dereferencing (-L)"
 	default y
 	depends on CONFIG_LS
 	help
 	  Enable the ls option (-L).
 
 config CONFIG_FEATURE_LS_RECURSIVE
-	bool "  Enable recursion (-R)"
+	bool "Enable recursion (-R)"
 	default y
 	depends on CONFIG_LS
 	help
 	  Enable the ls option (-R).
 
 config CONFIG_FEATURE_LS_SORTFILES
-	bool "  Sort the file names"
+	bool "Sort the file names"
 	default y
 	depends on CONFIG_LS
 	help
 	  Allow ls to sort file names alphabetically.
 
 config CONFIG_FEATURE_LS_TIMESTAMPS
-	bool "  Show file timestamps"
+	bool "Show file timestamps"
 	default y
 	depends on CONFIG_LS
 	help
 	  Allow ls to display timestamps for files.
 
 config CONFIG_FEATURE_LS_USERNAME
-	bool "  Show username/groupnames"
+	bool "Show username/groupnames"
 	default y
 	depends on CONFIG_LS
 	help
 	  Allow ls to display username/groupname for files.
 
 config CONFIG_FEATURE_LS_COLOR
-	bool "  Allow use of color to identify file types"
+	bool "Allow use of color to identify file types"
 	default y
 	depends on CONFIG_LS
 	help
 	  This enables the --color option to ls.
 
 config CONFIG_FEATURE_LS_COLOR_IS_DEFAULT
-	bool "  Produce colored ls output by default"
+	bool "Produce colored ls output by default"
 	default n
 	depends on CONFIG_FEATURE_LS_COLOR
 	help
@@ -448,7 +448,7 @@
 	  sleep is used to pause for a specified number of seconds,
 
 config CONFIG_FEATURE_FANCY_SLEEP
-	bool "  Enable multiple integer args and optional time suffixes"
+	bool "Enable multiple integer args and optional time suffixes"
 	default n
 	depends on CONFIG_SLEEP
 	help
@@ -461,7 +461,7 @@
 	  sort is used to sort lines of text in specified files.
 
 config CONFIG_FEATURE_SORT_BIG
-	bool "  full SuSv3 compliant sort (Support -ktcsbdfiozgM)"
+	bool "full SuSv3 compliant sort (Support -ktcsbdfiozgM)"
 	default y
 	depends on CONFIG_SORT
 	help
@@ -479,7 +479,7 @@
 	  display file or filesystem status.
 
 config CONFIG_FEATURE_STAT_FORMAT
-	bool "  Enable custom formats (-c)"
+	bool "Enable custom formats (-c)"
 	default n
 	depends on CONFIG_STAT
 	help
@@ -513,7 +513,7 @@
 	  from files.
 
 config CONFIG_FEATURE_FANCY_TAIL
-	bool "  Enable extra tail options (-q, -s, and -v)"
+	bool "Enable extra tail options (-q, -s, and -v)"
 	default y
 	depends on CONFIG_TAIL
 	help
@@ -528,7 +528,7 @@
 	  to standard output and files.
 
 config CONFIG_FEATURE_TEE_USE_BLOCK_IO
-	bool "  Enable block i/o (larger/faster) instead of byte i/o."
+	bool "Enable block i/o (larger/faster) instead of byte i/o."
 	default n
 	depends on CONFIG_TEE
 	help
@@ -543,7 +543,7 @@
 	  and bash) have test builtin.
 
 config CONFIG_FEATURE_TEST_64
-	bool "  Extend test to 64 bit"
+	bool "Extend test to 64 bit"
 	default n
 	depends on CONFIG_TEST
 	help
@@ -564,7 +564,7 @@
 	  input, writing to standard output.
 
 config CONFIG_FEATURE_TR_CLASSES
-	bool "  Enable character classes (such as [:upper:])"
+	bool "Enable character classes (such as [:upper:])"
 	default n
 	depends on CONFIG_TR
 	help
@@ -572,7 +572,7 @@
 	  tr [:upper:] [:lower:] to convert input into lowercase.
 
 config CONFIG_FEATURE_TR_EQUIV
-	bool "  Enable equivalence classes"
+	bool "Enable equivalence classes"
 	default n
 	depends on CONFIG_TR
 	help
@@ -665,7 +665,7 @@
 	depends on CONFIG_CP || CONFIG_MV
 
 config CONFIG_FEATURE_PRESERVE_HARDLINKS
-	bool "  Preserve hard links"
+	bool "Preserve hard links"
 	default n
 	depends on CONFIG_CP || CONFIG_MV
 	help
@@ -675,7 +675,7 @@
 	depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
 
 config CONFIG_FEATURE_AUTOWIDTH
-	bool "  Calculate terminal & column widths"
+	bool "Calculate terminal & column widths"
 	default y
 	depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
 	help
@@ -689,7 +689,7 @@
 	depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
 
 config CONFIG_FEATURE_HUMAN_READABLE
-	bool "  Support for human readable output (example 13k, 23M, 235G)"
+	bool "Support for human readable output (example 13k, 23M, 235G)"
 	default n
 	depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
 	help
@@ -699,7 +699,7 @@
 	depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
 
 config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK
-	bool "  Enable -c, -s and -w options"
+	bool "Enable -c, -s and -w options"
 	default n
 	depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
 	help
diff --git a/debianutils/Config.in b/debianutils/Config.in
index f13d56e..146a24e 100644
--- a/debianutils/Config.in
+++ b/debianutils/Config.in
@@ -25,7 +25,7 @@
 	  of the file it points to
 
 config CONFIG_FEATURE_READLINK_FOLLOW
-	bool "  Enable canonicalization by following all symlinks (-f)"
+	bool "Enable canonicalization by following all symlinks (-f)"
 	default n
 	depends on CONFIG_READLINK
 	help
diff --git a/editors/Config.in b/editors/Config.in
index bb02859..a30879c 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -13,7 +13,7 @@
 	  the BusyBox implementation of that programming language.
 
 config CONFIG_FEATURE_AWK_MATH
-	bool "  Enable math functions (requires libm)"
+	bool "Enable math functions (requires libm)"
 	default y
 	depends on CONFIG_AWK
 	help
@@ -43,7 +43,7 @@
 	  you may wish to use something else.
 
 config CONFIG_FEATURE_VI_COLON
-	bool "  Enable \":\" colon commands (no \"ex\" mode)"
+	bool "Enable \":\" colon commands (no \"ex\" mode)"
 	default y
 	depends on CONFIG_VI
 	help
@@ -51,7 +51,7 @@
 	  provide an "ex" mode.
 
 config CONFIG_FEATURE_VI_YANKMARK
-	bool "  Enable yank/put commands and mark cmds"
+	bool "Enable yank/put commands and mark cmds"
 	default y
 	depends on CONFIG_VI
 	help
@@ -59,7 +59,7 @@
 	  busybox vi.
 
 config CONFIG_FEATURE_VI_SEARCH
-	bool "  Enable search and replace cmds"
+	bool "Enable search and replace cmds"
 	default y
 	depends on CONFIG_VI
 	help
@@ -67,7 +67,7 @@
 	  busybox vi.
 
 config CONFIG_FEATURE_VI_USE_SIGNALS
-	bool "  Catch signals"
+	bool "Catch signals"
 	default y
 	depends on CONFIG_VI
 	help
@@ -76,14 +76,14 @@
 	  Ctrl-Z and Ctrl-C and alarms.
 
 config CONFIG_FEATURE_VI_DOT_CMD
-	bool "  Remember previous cmd and \".\" cmd"
+	bool "Remember previous cmd and \".\" cmd"
 	default y
 	depends on CONFIG_VI
 	help
 	  Make busybox vi remember the last command and be able to repeat it.
 
 config CONFIG_FEATURE_VI_READONLY
-	bool "  Enable -R option and \"view\" mode"
+	bool "Enable -R option and \"view\" mode"
 	default y
 	depends on CONFIG_VI
 	help
@@ -91,28 +91,28 @@
 	  open a file in read-only mode.
 
 config CONFIG_FEATURE_VI_SETOPTS
-	bool "  Enable set-able options, ai ic showmatch"
+	bool "Enable set-able options, ai ic showmatch"
 	default y
 	depends on CONFIG_VI
 	help
 	  Enable the editor to set some (ai, ic, showmatch) options.
 
 config CONFIG_FEATURE_VI_SET
-	bool "  Support for :set"
+	bool "Support for :set"
 	default y
 	depends on CONFIG_VI
 	help
 	  Support for ":set".
 
 config CONFIG_FEATURE_VI_WIN_RESIZE
-	bool "  Handle window resize"
+	bool "Handle window resize"
 	default y
 	depends on CONFIG_VI
 	help
 	  Make busybox vi behave nicely with terminals that get resized.
 
 config CONFIG_FEATURE_VI_OPTIMIZE_CURSOR
-	bool "  Optimize cursor movement"
+	bool "Optimize cursor movement"
 	default y
 	depends on CONFIG_VI
 	help
diff --git a/findutils/Config.in b/findutils/Config.in
index 050fe90..3a9a506 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -12,7 +12,7 @@
 	  find is used to search your system to find specified files.
 
 config CONFIG_FEATURE_FIND_MTIME
-	bool "  Enable modified time matching (-mtime) option"
+	bool "Enable modified time matching (-mtime) option"
 	default y
 	depends on CONFIG_FIND
 	help
@@ -20,7 +20,7 @@
 	  files, in days.
 
 config CONFIG_FEATURE_FIND_MMIN
-	bool "  Enable modified time matching (-min) option"
+	bool "Enable modified time matching (-min) option"
 	default y
 	depends on CONFIG_FIND
 	help
@@ -28,14 +28,14 @@
 	  files, in minutes.
 
 config CONFIG_FEATURE_FIND_PERM
-	bool "  Enable permissions matching (-perm) option"
+	bool "Enable permissions matching (-perm) option"
 	default y
 	depends on CONFIG_FIND
 	help
 	  Enable searching based on file permissions.
 
 config CONFIG_FEATURE_FIND_TYPE
-	bool "  Enable filetype matching (-type) option"
+	bool "Enable filetype matching (-type) option"
 	default y
 	depends on CONFIG_FIND
 	help
@@ -43,7 +43,7 @@
 	  directory, socket, device, etc.).
 
 config CONFIG_FEATURE_FIND_XDEV
-	bool "  Enable stay in filesystem (-xdev) option"
+	bool "Enable stay in filesystem (-xdev) option"
 	default y
 	depends on CONFIG_FIND
 	help
@@ -51,7 +51,7 @@
 	  filesystem.
 
 config CONFIG_FEATURE_FIND_NEWER
-	bool "  Enable -newer option for comparing file mtimes"
+	bool "Enable -newer option for comparing file mtimes"
 	default y
 	depends on CONFIG_FIND
 	help
@@ -59,14 +59,14 @@
 	  a modified time that is more recent than the specified FILE.
 
 config CONFIG_FEATURE_FIND_INUM
-	bool "  Enable inode number matching (-inum) option"
+	bool "Enable inode number matching (-inum) option"
 	default y
 	depends on CONFIG_FIND
 	help
 	  Support the 'find -inum' option for searching by inode number.
 
 config CONFIG_FEATURE_FIND_EXEC
-	bool "  Enable (-exec) option allowing execution of commands"
+	bool "Enable (-exec) option allowing execution of commands"
 	default y
 	depends on CONFIG_FIND
 	help
@@ -80,7 +80,7 @@
 	  grep is used to search files for a specified pattern.
 
 config CONFIG_FEATURE_GREP_EGREP_ALIAS
-	bool "  Support extended regular expressions (egrep & grep -E)"
+	bool "Support extended regular expressions (egrep & grep -E)"
 	default y
 	depends on CONFIG_GREP
 	help
@@ -89,7 +89,7 @@
 	  and various repetition operators.
 
 config CONFIG_FEATURE_GREP_FGREP_ALIAS
-	bool "  Alias fgrep to grep -F"
+	bool "Alias fgrep to grep -F"
 	default y
 	depends on CONFIG_GREP
 	help
@@ -98,7 +98,7 @@
 	  grep -F is always builtin, this just creates the fgrep alias.
 
 config CONFIG_FEATURE_GREP_CONTEXT
-	bool "  Enable before and after context flags (-A, -B and -C)"
+	bool "Enable before and after context flags (-A, -B and -C)"
 	default y
 	depends on CONFIG_GREP
 	help
@@ -114,7 +114,7 @@
 	  every item from standard input.
 
 config CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION
-	bool "  Enable prompt and confirmation option -p"
+	bool "Enable prompt and confirmation option -p"
 	default n
 	depends on CONFIG_XARGS
 	help
@@ -122,7 +122,7 @@
 	  line and read a line from the terminal.
 
 config CONFIG_FEATURE_XARGS_SUPPORT_QUOTES
-	bool "  Enable support single and double quotes and backslash"
+	bool "Enable support single and double quotes and backslash"
 	default n
 	depends on CONFIG_XARGS
 	help
@@ -130,7 +130,7 @@
 	  and backslash for can use aruments with spaces.
 
 config CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT
-	bool "  Enable support options -x"
+	bool "Enable support options -x"
 	default n
 	depends on CONFIG_XARGS
 	help
@@ -138,7 +138,7 @@
 	  is exceeded.
 
 config CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM
-	bool "  Enable options -0"
+	bool "Enable options -0"
 	default n
 	depends on CONFIG_XARGS
 	help
diff --git a/init/Config.in b/init/Config.in
index d1e5f47..1137471 100644
--- a/init/Config.in
+++ b/init/Config.in
@@ -12,14 +12,14 @@
 	  init is the first program run when the system boots.
 
 config CONFIG_FEATURE_USE_INITTAB
-	bool "  Support reading an inittab file"
+	bool "Support reading an inittab file"
 	default y
 	depends on CONFIG_INIT
 	help
 	  Allow init to read an inittab file when the system boot.
 
 config CONFIG_FEATURE_INIT_SCTTY
-	bool "  Support running commands with a controlling-tty"
+	bool "Support running commands with a controlling-tty"
 	default n
 	depends on CONFIG_INIT
 	help
@@ -30,14 +30,14 @@
 	  the console is only accessed during development or for maintenance.
 
 config CONFIG_FEATURE_EXTRA_QUIET
-	bool "  Be _extra_ quiet on boot"
+	bool "Be _extra_ quiet on boot"
 	default y
 	depends on CONFIG_INIT
 	help
 	  Prevent init from logging some messages to the console during boot.
 
 config CONFIG_FEATURE_INIT_COREDUMPS
-	bool "  Support dumping core for child processes (debugging only)"
+	bool "Support dumping core for child processes (debugging only)"
 	default n
 	depends on CONFIG_INIT
 	help
@@ -49,7 +49,7 @@
 
 
 config CONFIG_FEATURE_INITRD
-	bool "  Support running init from within an initrd (not initramfs)"
+	bool "Support running init from within an initrd (not initramfs)"
 	default y
 	depends on CONFIG_INIT
 	help
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 48bb1fe..3bbb6d9 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -84,14 +84,14 @@
 	  getty lets you log in on a tty, it is normally invoked by init.
 
 config CONFIG_FEATURE_UTMP
-	bool "  Support utmp file"
+	bool "Support utmp file"
 	depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_WHO
 	default n
 	help
 	  The file /var/run/utmp is used to track who is currently logged in.
 
 config CONFIG_FEATURE_WTMP
-	bool "  Support wtmp file"
+	bool "Support wtmp file"
 	depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_LAST
 	default n
 	select CONFIG_FEATURE_UTMP
@@ -110,7 +110,7 @@
 	  work properly.
 
 config CONFIG_FEATURE_SECURETTY
-	bool "  Support for /etc/securetty"
+	bool "Support for /etc/securetty"
 	default y
 	depends on CONFIG_LOGIN
 	help
diff --git a/miscutils/Config.in b/miscutils/Config.in
index dcd19ad..45803ef 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -35,7 +35,7 @@
 	  work properly.
 
 config CONFIG_FEATURE_CROND_CALL_SENDMAIL
-	bool "  Using /usr/sbin/sendmail?"
+	bool "Using /usr/sbin/sendmail?"
 	default n
 	depends on CONFIG_CROND
 	help
@@ -112,7 +112,7 @@
 	  a wide array of features, and is an improvement over 'more'.
 
 config CONFIG_FEATURE_LESS_BRACKETS
-	bool "  Enable bracket searching"
+	bool "Enable bracket searching"
 	default y
 	depends on CONFIG_LESS
 	help
@@ -120,7 +120,7 @@
 	  brackets, facilitating programming.
 
 config CONFIG_FEATURE_LESS_FLAGS
-	bool "  Enable extra flags"
+	bool "Enable extra flags"
 	default y
 	depends on CONFIG_LESS
 	help
@@ -130,7 +130,7 @@
 	  The -m flag enables a simpler status line with a percentage.
 
 config CONFIG_FEATURE_LESS_FLAGCS
-	bool "  Enable flag changes"
+	bool "Enable flag changes"
 	default n
 	depends on CONFIG_LESS
 	help
@@ -138,14 +138,14 @@
 	  less itself.
 
 config CONFIG_FEATURE_LESS_MARKS
-	bool "  Enable marks"
+	bool "Enable marks"
 	default n
 	depends on CONFIG_LESS
 	help
 	  Marks enable positions in a file to be stored for easy reference.
 
 config CONFIG_FEATURE_LESS_REGEXP
-	bool "  Enable regular expressions"
+	bool "Enable regular expressions"
 	default n
 	depends on CONFIG_LESS
 	help
@@ -160,7 +160,7 @@
 	  CONFIG_FEATURE_HDPARM_GET_IDENTITY option)....
 
 config CONFIG_FEATURE_HDPARM_GET_IDENTITY
-	bool "  Support obtaining detailed information directly from drives"
+	bool "Support obtaining detailed information directly from drives"
 	default y
 	depends on CONFIG_HDPARM
 	help
@@ -169,7 +169,7 @@
 	  feature set.  Enabling this option will add about 16k...
 
 config CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF
-	bool "  Register an IDE interface (DANGEROUS)"
+	bool "Register an IDE interface (DANGEROUS)"
 	default n
 	depends on CONFIG_HDPARM
 	help
@@ -177,7 +177,7 @@
 	  This is dangerous stuff, so you should probably say N.
 
 config CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
-	bool "  Un-register an IDE interface (DANGEROUS)"
+	bool "Un-register an IDE interface (DANGEROUS)"
 	default n
 	depends on CONFIG_HDPARM
 	help
@@ -185,7 +185,7 @@
 	  This is dangerous stuff, so you should probably say N.
 
 config CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET
-	bool "  perform device reset (DANGEROUS)"
+	bool "perform device reset (DANGEROUS)"
 	default n
 	depends on CONFIG_HDPARM
 	help
@@ -193,7 +193,7 @@
 	  This is dangerous stuff, so you should probably say N.
 
 config CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
-	bool "  tristate device for hotswap (DANGEROUS)"
+	bool "tristate device for hotswap (DANGEROUS)"
 	default n
 	depends on CONFIG_HDPARM
 	help
@@ -202,7 +202,7 @@
 	  stuff, so you should probably say N.
 
 config CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA
-	bool "  get/set using_dma flag (DANGEROUS)"
+	bool "get/set using_dma flag (DANGEROUS)"
 	default n
 	depends on CONFIG_HDPARM
 	help
diff --git a/modutils/Config.in b/modutils/Config.in
index b04988c..4384c54 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -111,7 +111,7 @@
 
 config CONFIG_FEATURE_CHECK_TAINTED_MODULE
 	# Simulate indentation
-	bool "  Support tainted module checking with new kernels"
+	bool "Support tainted module checking with new kernels"
 	default y
 	depends on CONFIG_INSMOD || CONFIG_LSMOD
 	help
@@ -122,7 +122,7 @@
 
 config CONFIG_FEATURE_2_4_MODULES
 	# Simulate indentation
-	bool "  Support version 2.2.x to 2.4.x Linux kernels"
+	bool "Support version 2.2.x to 2.4.x Linux kernels"
 	default y
 	depends on CONFIG_INSMOD || CONFIG_RMMOD
 	help
@@ -130,7 +130,7 @@
 
 config CONFIG_FEATURE_2_6_MODULES
 	# Simulate indentation
-	bool "  Support version 2.6.x Linux kernels"
+	bool "Support version 2.6.x Linux kernels"
 	default y
 	depends on CONFIG_INSMOD || CONFIG_RMMOD || CONFIG_MODPROBE
 	help
diff --git a/procps/Config.in b/procps/Config.in
index 52bfd3f..2183fab 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -46,14 +46,14 @@
 	  those id's on the standard output.
 
 config CONFIG_FEATURE_PIDOF_SINGLE
-	bool "  Enable argument for single shot (-s)"
+	bool "Enable argument for single shot (-s)"
 	default n
 	depends on CONFIG_PIDOF
 	help
 	  Support argument '-s' for returning only the first pid found.
 
 config CONFIG_FEATURE_PIDOF_OMIT
-	bool "  Enable argument for omitting pids (-o)"
+	bool "Enable argument for omitting pids (-o)"
 	default n
 	depends on CONFIG_PIDOF
 	help
@@ -68,7 +68,7 @@
 	  ps gives a snapshot of the current processes.
 
 config CONFIG_FEATURE_PS_WIDE
-	bool "  Enable argument for wide output (-w)"
+	bool "Enable argument for wide output (-w)"
 	default n
 	depends on CONFIG_PS
 	help
@@ -97,7 +97,7 @@
 	  system.
 
 config CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
-	bool "  Support showing CPU usage percentage (add 2k bytes)"
+	bool "Support showing CPU usage percentage (add 2k bytes)"
 	default y
 	depends on CONFIG_TOP
 	help
diff --git a/shell/Config.in b/shell/Config.in
index fd73b15..dde8fd1 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -48,14 +48,14 @@
 	depends on CONFIG_ASH
 
 config CONFIG_ASH_JOB_CONTROL
-	bool "  Enable Job control"
+	bool "Enable Job control"
 	default y
 	depends on CONFIG_ASH
 	help
 	  Enable job control in the ash shell.
 
 config CONFIG_ASH_READ_NCHARS
-	bool "  Enable 'read -n N' and 'read -s' support"
+	bool "Enable 'read -n N' and 'read -s' support"
 	default n
 	depends on CONFIG_ASH
 	help
@@ -63,7 +63,7 @@
 	  'read -s' will read without echoing the user's input.
 
 config CONFIG_ASH_READ_TIMEOUT
-	bool "  Enable 'read -t S' support."
+	bool "Enable 'read -t S' support."
 	default n
 	depends on CONFIG_ASH
 	help
@@ -72,21 +72,21 @@
 	  as a decimal fraction, e.g. 'read -t 2.5 foo'.
 
 config CONFIG_ASH_ALIAS
-	bool "  Enable alias support"
+	bool "Enable alias support"
 	default y
 	depends on CONFIG_ASH
 	help
 	  Enable alias support in the ash shell.
 
 config CONFIG_ASH_MATH_SUPPORT
-	bool "  Enable Posix math support"
+	bool "Enable Posix math support"
 	default y
 	depends on CONFIG_ASH
 	help
 	  Enable math support in the ash shell.
 
 config CONFIG_ASH_MATH_SUPPORT_64
-	bool "    Extend Posix math support to 64 bit"
+	bool "Extend Posix math support to 64 bit"
 	default n
 	depends on CONFIG_ASH_MATH_SUPPORT
 	help
@@ -95,14 +95,14 @@
 	  large numbers.
 
 config CONFIG_ASH_GETOPTS
-	bool "  Enable getopts builtin to parse positional parameters"
+	bool "Enable getopts builtin to parse positional parameters"
 	default n
 	depends on CONFIG_ASH
 	help
 	  Enable getopts builtin in the ash shell.
 
 config CONFIG_ASH_CMDCMD
-	bool "  Enable cmdcmd to override shell builtins"
+	bool "Enable cmdcmd to override shell builtins"
 	default n
 	depends on CONFIG_ASH
 	help
@@ -111,7 +111,7 @@
 	  even when there is an ash builtin command with the same name.
 
 config CONFIG_ASH_BUILTIN_ECHO
-	bool "  Enable builtin version of 'echo'"
+	bool "Enable builtin version of 'echo'"
 	default n
 	depends on CONFIG_ASH
 	help
@@ -119,28 +119,28 @@
 
 # this entry also appears in coreutils/Config.in, next to the echo applet
 config CONFIG_FEATURE_FANCY_ECHO
-	bool "  Enable echo options (-n and -e)"
+	bool "Enable echo options (-n and -e)"
 	default y
 	depends on CONFIG_ASH_BUILTIN_ECHO
 	help
 	  This adds options (-n and -e) to echo.
 
 config CONFIG_ASH_MAIL
-	bool "  Check for new mail on interactive shells"
+	bool "Check for new mail on interactive shells"
 	default y
 	depends on CONFIG_ASH
 	help
 	  Enable "check for new mail" in the ash shell.
 
 config CONFIG_ASH_OPTIMIZE_FOR_SIZE
-	bool "  Optimize for size instead of speed"
+	bool "Optimize for size instead of speed"
 	default y
 	depends on CONFIG_ASH
 	help
 	  Compile ash for reduced size at the price of speed.
 
 config CONFIG_ASH_RANDOM_SUPPORT
-	bool "  Enable pseudorandom generator and variable $RANDOM"
+	bool "Enable pseudorandom generator and variable $RANDOM"
 	default n
 	depends on CONFIG_ASH
 	help
@@ -151,7 +151,7 @@
 	  variable will no longer have special treatment.
 
 config CONFIG_ASH_EXPAND_PRMT
-	bool "  Expand prompt string"
+	bool "Expand prompt string"
 	default n
 	depends on CONFIG_ASH
 	help
diff --git a/sysklogd/Config.in b/sysklogd/Config.in
index f77d79e..05983b6 100644
--- a/sysklogd/Config.in
+++ b/sysklogd/Config.in
@@ -21,7 +21,7 @@
 	  you wait long enough....
 
 config CONFIG_FEATURE_ROTATE_LOGFILE
-	bool "  Rotate message files"
+	bool "Rotate message files"
 	default n
 	depends on CONFIG_SYSLOGD
 	help
@@ -29,7 +29,7 @@
 	  on his own. No need to use an external rotatescript.
 
 config CONFIG_FEATURE_REMOTE_LOG
-	bool "  Remote Log support"
+	bool "Remote Log support"
 	default n
 	depends on CONFIG_SYSLOGD
 	help
@@ -43,7 +43,7 @@
 	  by an intruder.
 
 config CONFIG_FEATURE_IPC_SYSLOG
-	bool "  Circular Buffer support"
+	bool "Circular Buffer support"
 	default n
 	depends on CONFIG_SYSLOGD
 	help
@@ -65,7 +65,7 @@
 	  used to record system log messages.
 
 config CONFIG_LOGREAD
-	bool "  logread"
+	bool "logread"
 	default y
 	depends on CONFIG_FEATURE_IPC_SYSLOG
 	help
@@ -75,7 +75,7 @@
 	  stored in the syslogd circular buffer.
 
 config CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING
-	bool "    logread double buffering"
+	bool "logread double buffering"
 	default n
 	depends on CONFIG_LOGREAD
 	help
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 33567d9..f76f3f4 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -27,7 +27,7 @@
 	  if you wish to enable the 'fbset' utility.
 
 config CONFIG_FEATURE_FBSET_FANCY
-	bool "  Turn on extra fbset options"
+	bool "Turn on extra fbset options"
 	default n
 	depends on CONFIG_FBSET
 	help
@@ -37,7 +37,7 @@
 	  options.
 
 config CONFIG_FEATURE_FBSET_READMODE
-	bool "  Turn on fbset readmode support"
+	bool "Turn on fbset readmode support"
 	default n
 	depends on CONFIG_FBSET
 	help
@@ -73,14 +73,14 @@
 	  'disk slices' that are defined on a hard drive.
 
 config FDISK_SUPPORT_LARGE_DISKS
-	bool "  support over 4GB disks"
+	bool "support over 4GB disks"
 	default y
 	depends on CONFIG_FDISK
 	help
 	  Enable this option to support large disks > 4GB.
 
 config CONFIG_FEATURE_FDISK_WRITABLE
-	bool "  Write support"
+	bool "Write support"
 	default y
 	depends on CONFIG_FDISK
 	help
@@ -89,7 +89,7 @@
 	  disabled, you will only be able to view the partition table.
 
 config CONFIG_FEATURE_AIX_LABEL
-	bool "  Support AIX disklabels"
+	bool "Support AIX disklabels"
 	default n
 	depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
 	help
@@ -97,7 +97,7 @@
 	  Most people can safely leave this option disabled.
 
 config CONFIG_FEATURE_SGI_LABEL
-	bool "  Support SGI disklabels"
+	bool "Support SGI disklabels"
 	default n
 	depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
 	help
@@ -105,7 +105,7 @@
 	  Most people can safely leave this option disabled.
 
 config CONFIG_FEATURE_SUN_LABEL
-	bool "  Support SUN disklabels"
+	bool "Support SUN disklabels"
 	default n
  	depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
 	help
@@ -113,7 +113,7 @@
 	  Most people can safely leave this option disabled.
 
 config CONFIG_FEATURE_OSF_LABEL
-	bool "  Support BSD disklabels"
+	bool "Support BSD disklabels"
 	default n
 	depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
 	help
@@ -121,7 +121,7 @@
 	  and define and edit BSD disk slices.
 
 config CONFIG_FEATURE_FDISK_ADVANCED
-	bool "  Support expert mode"
+	bool "Support expert mode"
 	default n
 	depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
 	help
@@ -164,7 +164,7 @@
     depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX
 
 config CONFIG_FEATURE_MINIX2
-	bool "  Support Minix fs v2 (fsck_minix/mkfs_minix)"
+	bool "Support Minix fs v2 (fsck_minix/mkfs_minix)"
 	default y
 	depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX
 	help
@@ -200,7 +200,7 @@
 	  correct time when Linux is _not_ running.
 
 config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
-	bool "  Support long options (--hctosys,...)"
+	bool "Support long options (--hctosys,...)"
 	default n
 	depends on CONFIG_HWCLOCK
 	help
@@ -209,7 +209,7 @@
 	  then enable this option.
 
 config CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS
-	bool "  Use FHS /var/lib/hwclock/adjtime"
+	bool "Use FHS /var/lib/hwclock/adjtime"
 	default y
 	depends on CONFIG_HWCLOCK
 	help
@@ -255,7 +255,7 @@
 	  from sysfs.
 
 config CONFIG_FEATURE_MDEV_CONF
-	bool "  Support /etc/mdev.conf"
+	bool "Support /etc/mdev.conf"
 	default n
 	depends on CONFIG_MDEV
 	help
@@ -289,7 +289,7 @@
 	  the swap space using the 'swapon' utility.
 
 config CONFIG_FEATURE_MKSWAP_V0
-	bool "  version 0 support"
+	bool "version 0 support"
 	default n
 	depends on CONFIG_MKSWAP
 #	depends on CONFIG_MKSWAP && CONFIG_DEPRECATED
@@ -309,7 +309,7 @@
 	  any need to reading text files, you can leave this disabled.
 
 config CONFIG_FEATURE_USE_TERMIOS
-	bool "  Use termios to manipulate the screen"
+	bool "Use termios to manipulate the screen"
 	default y
 	depends on CONFIG_MORE
 	help
@@ -331,7 +331,7 @@
 	  the 'mount' utility.
 
 config CONFIG_FEATURE_MOUNT_NFS
-	bool "  Support mounting NFS file systems"
+	bool "Support mounting NFS file systems"
 	default n
 	depends on CONFIG_MOUNT
 	help
@@ -413,7 +413,7 @@
 	  also want to enable 'umount'.
 
 config CONFIG_FEATURE_UMOUNT_ALL
-	bool "  umount -a option"
+	bool "umount -a option"
 	default n
 	depends on CONFIG_UMOUNT
 	help
@@ -423,7 +423,7 @@
 	depends on CONFIG_MOUNT || CONFIG_UMOUNT
 
 config CONFIG_FEATURE_MOUNT_LOOP
-	bool "  Support loopback mounts"
+	bool "Support loopback mounts"
 	default n
 	depends on CONFIG_MOUNT || CONFIG_UMOUNT
 	help
@@ -439,7 +439,7 @@
 	  (If you don't want umount to free the loop device, use "umount -D".)
 
 config CONFIG_FEATURE_MTAB_SUPPORT
-	bool "  Support for the old /etc/mtab file"
+	bool "Support for the old /etc/mtab file"
 	default n
 	depends on CONFIG_MOUNT || CONFIG_UMOUNT
 	help