changelog shortlog tags files raw bz2 zip gz

changeset: menuconfig indentation should be handled by dependencies, not whitespace in description.

changeset 368: f90c9600a1f4
parent 367:b8c8b4827e97
child 369:5715eed39575
author: Rob Landley <rob@landley.net>
date: Tue Jan 05 10:46:16 2010 -0600 (2 years ago)
files: toys/sort.c
description: menuconfig indentation should be handled by dependencies, not whitespace in description.
       1--- a/toys/sort.c	Tue Jan 05 10:45:16 2010 -0600
       2+++ b/toys/sort.c	Tue Jan 05 10:46:16 2010 -0600
       3@@ -21,7 +21,7 @@
       4       -n    numeric order (instead of alphabetical)
       5 
       6 config SORT_BIG
       7-    bool "  all SuSv3 options (Support -ktcsbdfiozgM)"
       8+    bool "all SuSv3 options (Support -ktcsbdfiozgM)"
       9     default y
      10     depends on SORT
      11     help