patch-2.1.96 linux/scripts/Menuconfig
Next file: linux/CREDITS
Previous file: linux/scripts/Configure
Back to the patch index
Back to the overall index
-  Lines: 23
-  Date:
Fri Apr 10 15:16:56 1998
-  Orig file: 
v2.1.95/linux/scripts/Menuconfig
-  Orig date: 
Wed Apr  1 20:11:55 1998
diff -u --recursive --new-file v2.1.95/linux/scripts/Menuconfig linux/scripts/Menuconfig
@@ -48,6 +48,12 @@
 # 090398 Axel Boldt (boldt@math.ucsb.edu) - allow for empty lines in help
 # texts.
 #----------------------------------------------------------------------------
+#
+# 10 Apr 1998 - Added ability to display blank lines in help text: Any line
+#               which only contains a single dot will be displayed blank.
+#               Author: Riley Williams <rhw@bigfoot.com>
+#
+#----------------------------------------------------------------------------
 
 
 #
@@ -295,7 +301,7 @@
           echo "There is no help available for this kernel option."
 	  return 1
      else
-	  echo "$text"
+	  echo "$text" | sed 's/^\.$//'
      fi
   else
 	 echo "There is no help available for this kernel option."
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov