diff options
author | Jeremiah Mahler <jmmahler@gmail.com> | 2014-12-21 05:29:20 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-09 12:25:54 -0800 |
commit | 7690037d5b99f4579b61bed815ada8925b4290cc (patch) | |
tree | c5d1a68b84def90fb186666d2c3ca0acb744aa9b /Documentation/usb | |
parent | b7aa4cc32c94c0f304e88bdcc996fef9c38f40d8 (diff) | |
download | linux-7690037d5b99f4579b61bed815ada8925b4290cc.tar.gz |
doc: usbmon: fix wording "be reading until"
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>
Diffstat (limited to 'Documentation/usb')
-rw-r--r-- | Documentation/usb/usbmon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/usbmon.txt b/Documentation/usb/usbmon.txt index c42bb9cd3b43..be2ccb9067ba 100644 --- a/Documentation/usb/usbmon.txt +++ b/Documentation/usb/usbmon.txt @@ -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. |