find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3177 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 249fd05..c3a529b 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -757,7 +757,7 @@
 to specify a TCP port, or a host device (same devices as the serial port).
 @item -S
 Do not start CPU at startup (you must type 'c' in the monitor).
-@item -d            
+@item -d
 Output log in /tmp/qemu.log
 @item -hdachs c,h,s,[,t]
 Force hard disk 0 physical geometry (1 <= @var{c} <= 16383, 1 <=
@@ -832,9 +832,9 @@
 @table @key
 @item Ctrl-a h
 Print this help
-@item Ctrl-a x   
+@item Ctrl-a x
 Exit emulator
-@item Ctrl-a s   
+@item Ctrl-a s
 Save disk data back to file (if -snapshot)
 @item Ctrl-a t
 toggle console timestamps
@@ -889,7 +889,7 @@
 @item help or ? [cmd]
 Show the help for all commands or just for command @var{cmd}.
 
-@item commit 
+@item commit
 Commit changes to the disk images (if -snapshot is used)
 
 @item info subcommand
@@ -1363,7 +1363,7 @@
                            |          (10.0.2.2)
                            |
                            ---->  DNS server (10.0.2.3)
-                           |    
+                           |
                            ---->  SMB server (10.0.2.4)
 @end example
 
@@ -1925,7 +1925,7 @@
 
 @table @option
 
-@item -g WxH[xDEPTH] 
+@item -g WxH[xDEPTH]
 
 Set the initial VGA graphic mode. The default is 800x600x15.
 
@@ -2339,7 +2339,7 @@
 @table @option
 @item -h
 Print the help
-@item -L path  
+@item -L path
 Set the x86 elf interpreter prefix (default=/usr/local/qemu-i386)
 @item -s size
 Set the x86 stack size in bytes (default=524288)
@@ -2437,7 +2437,7 @@
 @table @option
 @item -h
 Print the help
-@item -L path  
+@item -L path
 Set the library root path (default=/)
 @item -s size
 Set the stack size in bytes (default=524288)