aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-01-16 18:26:39 -0800
committerMartin Braun <martin.braun@ettus.com>2018-01-16 18:26:39 -0800
commit707d714367303494ff6477538632673ff4f08662 (patch)
treed822c6980d983797d1ea211f1100915dcdd1081a /host/docs
parente3ee1053e9a8fc57b0cb202c0d5c7b17f7952561 (diff)
downloaduhd-707d714367303494ff6477538632673ff4f08662.tar.gz
uhd-707d714367303494ff6477538632673ff4f08662.tar.bz2
uhd-707d714367303494ff6477538632673ff4f08662.zip
docs: Fix Doxygen warnings
Diffstat (limited to 'host/docs')
-rw-r--r--host/docs/usrp_n3xx.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/docs/usrp_n3xx.dox b/host/docs/usrp_n3xx.dox
index 22dd3fe22..4b6bfbd39 100644
--- a/host/docs/usrp_n3xx.dox
+++ b/host/docs/usrp_n3xx.dox
@@ -98,7 +98,7 @@ Checklist:
- Connect clocking (if required)
- Connect external LOs (if required)
-\subsection n3xx_getting_started_fpga_update Updating the file system
+\subsection n3xx_getting_started_fs_update Updating the file system
Before doing any major work with a newly acquired USRP N3XX, it is recommended
to update the file system to the latest version. By default, the N3xx supports
@@ -109,9 +109,9 @@ two methods of updating:
another computer with an SD card reader. Download the latest SD card image
file (it typically has a `.sdimg` file ending) and run the following command:
- $ sudo dd if=<yourimage>.sdimg of=/dev/<yoursdcard> bs=1M
+ $ sudo dd if=$yourimage.sdimg of=/dev/$yoursdcard bs=1M
- The `<yoursdcard>` device node depends on your operating system and which
+ The `$yoursdcard` device node depends on your operating system and which
other devices are plugged in. Typical values are `sdb` or `mmcblk0`.
2. Using Mender to update. For more details on this procedure, see Section