diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2012-03-29 14:47:54 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2012-03-29 14:47:54 -0700 |
commit | d1ad808f78497db2770a346d560c9a7f21ff1f1f (patch) | |
tree | 0bf27335a10927460f4a2c5747c8e74f64c9bdc9 /host/docs/coding.rst | |
parent | a67486fff0b75a08072fe66b2c6c314cb4b3a16a (diff) | |
download | uhd-d1ad808f78497db2770a346d560c9a7f21ff1f1f.tar.gz uhd-d1ad808f78497db2770a346d560c9a7f21ff1f1f.tar.bz2 uhd-d1ad808f78497db2770a346d560c9a7f21ff1f1f.zip |
docs: Format consistency, such as representation of program names or filepaths
Diffstat (limited to 'host/docs/coding.rst')
-rw-r--r-- | host/docs/coding.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/coding.rst b/host/docs/coding.rst index ed858ceb4..ef8cb5fe2 100644 --- a/host/docs/coding.rst +++ b/host/docs/coding.rst @@ -23,7 +23,7 @@ considered to be a "device". The device API provides ways to: See the documentation in *device.hpp* for reference. ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -High-Level: The multi usrp +High-Level: The Multi-USRP ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The Multi-USRP class provides a fat interface to a single USRP with one or more channels, or multiple USRPs in a homogeneous setup. |