summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorBen Hilburn <ben@ettus.com>2011-10-26 09:56:15 -0700
committerJosh Blum <josh@joshknows.com>2011-10-26 10:24:26 -0700
commit86f7862584da78ff7b30aa8cd8f227e47a7882d5 (patch)
tree80be9879129f887742265e5e53a1590c6ad13c07 /host
parentb6069541dad5baf5c2607be7e8014b8985c90c82 (diff)
downloaduhd-86f7862584da78ff7b30aa8cd8f227e47a7882d5.tar.gz
uhd-86f7862584da78ff7b30aa8cd8f227e47a7882d5.tar.bz2
uhd-86f7862584da78ff7b30aa8cd8f227e47a7882d5.zip
Simple refactor, lower-cased 'FAT' so users wouldn't think it is an acronym.
Diffstat (limited to 'host')
-rw-r--r--host/docs/coding.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/docs/coding.rst b/host/docs/coding.rst
index 7400e0b4b..ed858ceb4 100644
--- a/host/docs/coding.rst
+++ b/host/docs/coding.rst
@@ -11,8 +11,8 @@ Various API interfaces
Low-Level: The device API
^^^^^^^^^^^^^^^^^^^^^^^^^^^
A device is an abstraction for hardware that is connected to the host system.
-For a USRP, this means that the motherboard and everything on it would be considered to be a "device".
-The device API provides ways to:
+For a USRP, this means that the motherboard and everything on it would be
+considered to be a "device". The device API provides ways to:
* Discover devices that are physically connected to the host system.
* Create a device object for a particular device identified by address.
@@ -25,6 +25,6 @@ See the documentation in *device.hpp* for reference.
^^^^^^^^^^^^^^^^^^^^^^^^^^^
High-Level: The multi usrp
^^^^^^^^^^^^^^^^^^^^^^^^^^^
-The Multi-USRP class provides a FAT interface to a single USRP with
+The Multi-USRP class provides a fat interface to a single USRP with
one or more channels, or multiple USRPs in a homogeneous setup.
See the documentation in *usrp/multi_usrp.hpp* for reference.