* Cleanup, minor fixes

* Patch by Rune Torgersen, 16 Apr 2004:
  LBA48 fixes

* Patches by Pantelis Antoniou, 16 Apr 2004:
  - Fix some compile problems;
    add "once" functionality for the netretry variable
diff --git a/README b/README
index bc15460..e8120c4 100644
--- a/README
+++ b/README
@@ -788,7 +788,7 @@
 		selected via environment 'videomode'. Two diferent ways
 		are possible:
 		- "videomode=num"   'num' is a standard LiLo mode numbers.
-		Following standard modes are supported  (* is default):
+		Following standard modes are supported	(* is default):
 
 		      Colors	640x480 800x600 1024x768 1152x864 1280x1024
 		-------------+---------------------------------------------
@@ -951,7 +951,7 @@
 		the DHCP server.
 
  - CDP Options:
- 		CONFIG_CDP_DEVICE_ID
+		CONFIG_CDP_DEVICE_ID
 
 		The device id used in CDP trigger frames.
 
@@ -1948,10 +1948,8 @@
 
 - CONFIG_FEC[12]_PHY
 		Define to the hardcoded PHY address which corresponds
-		to the given FEC.
-
-		i.e. 
-                  #define CONFIG_FEC1_PHY 4 
+		to the given FEC; i. e.
+			#define CONFIG_FEC1_PHY 4
 		means that the PHY with address 4 is connected to FEC1
 
 		When set to -1, means to probe for first available.
@@ -2266,6 +2264,9 @@
 
 	   netretry	- When set to "no" each network operation will
 			  either succeed or fail without retrying.
+			  When set to "once" the network operation will
+			  fail when all the available network interfaces
+			  are tried once without success.
 			  Useful on scripts which control the retry operation
 			  themselves.