Formatting fix
-Erik
This commit is contained in:
		@@ -90,9 +90,9 @@
 | 
			
		||||
	    - added "skip" and "seek" to dd.
 | 
			
		||||
	    - ls no longer messus up output when combining files and
 | 
			
		||||
	      directories on the command line 
 | 
			
		||||
	* swapoff -a was not working.  Now it is.  init did not cleanly unmount
 | 
			
		||||
	* filesystems on reboot.  Now it does.  "sed -ne s/foo/bar/" worked but
 | 
			
		||||
	* "sed -n -e s/foo/bar/" didn't.
 | 
			
		||||
	* swapoff -a was not working.  Now it is.  
 | 
			
		||||
	* init did not cleanly unmount filesystems on reboot.  Now it does.  
 | 
			
		||||
	* "sed -ne s/foo/bar/" worked but "sed -n -e s/foo/bar/" didn't.
 | 
			
		||||
	    Now both work.
 | 
			
		||||
	* Some architectures (PowerPc) assume chars are unsigned, so they could
 | 
			
		||||
	    not distinguish between EOF and '\0xFF' in sed.  Sed now uses ints.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user