summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-07-23 11:33:36 -0700
committerJosh Blum <josh@joshknows.com>2012-07-23 11:33:58 -0700
commit2381d29175a22dfb08ce429ab2e3705f4ceaef33 (patch)
treecef9d0a0528c006e9726b55bac95facbc57793d6 /host
parent256497813964fe666696d9c77e1f14b34d60a8a3 (diff)
downloaduhd-2381d29175a22dfb08ce429ab2e3705f4ceaef33.tar.gz
uhd-2381d29175a22dfb08ce429ab2e3705f4ceaef33.tar.bz2
uhd-2381d29175a22dfb08ce429ab2e3705f4ceaef33.zip
docs: formatting fix for stream docs
Diffstat (limited to 'host')
-rw-r--r--host/docs/stream.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/stream.rst b/host/docs/stream.rst
index 13523c077..a00ef88ee 100644
--- a/host/docs/stream.rst
+++ b/host/docs/stream.rst
@@ -44,7 +44,7 @@ Typically, the data type is complex baseband such as normalized **complex-float3
The link-layer data type
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The link-layer or "over-the-wire" data type refers to the format of the samples sent through the link.
-Typically, this data type is **complex-int16*.
+Typically, this data type is **complex-int16**.
However, to increase throughput over the link-layer,
at the expense of precision, **complex-int8** may be used.