diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-29 16:32:11 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-29 16:32:11 -0700 |
commit | b8e62bb9bf86d4804defe738b2a7140cd9417a6f (patch) | |
tree | a2ad9056b2001afa55f365a18e0cfbde61a14a0c /host/docs/usrp2.rst | |
parent | 543a63648f11d0e502e897f3cd98667005580c9e (diff) | |
download | uhd-b8e62bb9bf86d4804defe738b2a7140cd9417a6f.tar.gz uhd-b8e62bb9bf86d4804defe738b2a7140cd9417a6f.tar.bz2 uhd-b8e62bb9bf86d4804defe738b2a7140cd9417a6f.zip |
usb: added libusb docs to build guide, usrp1: moved transfer param docs
Diffstat (limited to 'host/docs/usrp2.rst')
-rw-r--r-- | host/docs/usrp2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index 72a919d1a..70e5ea28b 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -201,7 +201,7 @@ Each parameter will accept a numeric value for the number of bytes. * recv_buff_size * send_buff_size -Example, set the args string to the following: +Example usage, set the device address markup string to the following: :: addr=192.168.10.2, recv_buff_size=100e6 |