doc: usbmon: fix wording "be reading until"
authorJeremiah Mahler <jmmahler@gmail.com>
Sun, 21 Dec 2014 13:29:20 +0000 (05:29 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jan 2015 20:25:54 +0000 (12:25 -0800)
The usbmon documentation uses "be reading until" which is an unusual
wording.  Change it to "read until it" which is more clear.

Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/usb/usbmon.txt

index c42bb9cd3b43749837f1c784a2571cb6d42bf03f..be2ccb9067ba61b6b1a825d649ee8da95377e4cd 100644 (file)
@@ -72,7 +72,7 @@ to listen on a single bus, otherwise, to listen on all buses, type:
 
 # cat /sys/kernel/debug/usb/usbmon/0u > /tmp/1.mon.out
 
-This process will be reading until killed. Naturally, the output can be
+This process will read until it is killed. Naturally, the output can be
 redirected to a desirable location. This is preferred, because it is going
 to be quite long.
 
This page took 0.024567 seconds and 5 git commands to generate.