manual: style

This commit is contained in:
Yann Sionneau 2015-06-19 17:06:14 +02:00
parent 4cdf1c4b81
commit 979f3522cb
1 changed files with 4 additions and 4 deletions

View File

@ -36,8 +36,8 @@ Lab Brick Digital Attenuator (LDA)
On Linux, you need to give your user access to the usb device. On Linux, you need to give your user access to the usb device.
You can do that by creating a file under /etc/udev/rules.d/ named 99-lda.rules You can do that by creating a file under ``/etc/udev/rules.d/`` named
with the following content:: ``99-lda.rules`` with the following content::
SUBSYSTEM=="usb", ATTR{idVendor}=="041f", MODE="0666" SUBSYSTEM=="usb", ATTR{idVendor}=="041f", MODE="0666"
@ -52,9 +52,9 @@ Then, to run the Lab Brick Digital Attenuator (LDA) controller::
$ lda_controller -d SN:xxxxx $ lda_controller -d SN:xxxxx
The serial number must contain 5 digits, prepend any number of 0 necessary. The serial number must contain 5 digits, prepend any number of 0 necessary.
Also, the "SN:" prefix is mandatory. Also, the ``SN:`` prefix is mandatory.
You can chose the exact LDA model with the -P parameter. The default being LDA-102. You can chose the exact LDA model with the ``-P`` parameter. The default being LDA-102.
Driver Driver
++++++ ++++++