summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/docs/coding.rst4
-rw-r--r--host/docs/index.rst1
2 files changed, 3 insertions, 2 deletions
diff --git a/host/docs/coding.rst b/host/docs/coding.rst
index d5304c1c5..7400e0b4b 100644
--- a/host/docs/coding.rst
+++ b/host/docs/coding.rst
@@ -14,8 +14,8 @@ 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:
-* Discover devices that are physical connected to the host system.
-* Create a device object for a particular physical device identified by address.
+* Discover devices that are physically connected to the host system.
+* Create a device object for a particular device identified by address.
* Register a device driver into the discovery and factory sub-system.
* Streaming samples with metadata into and out of the device.
* Set and get properties on the device object.
diff --git a/host/docs/index.rst b/host/docs/index.rst
index b4ebdad6c..f2dca50bf 100644
--- a/host/docs/index.rst
+++ b/host/docs/index.rst
@@ -29,6 +29,7 @@ Application Notes
* `Daughterboard Application Notes <./dboards.html>`_
* `Transport Application Notes <./transport.html>`_
* `Synchronization Application Notes <./sync.html>`_
+* `Internal GPSDO Application Notes <./gpsdo.html>`_
^^^^^^^^^^^^^^^^^^^^^
API Documentation