manual: minor fixes

This commit is contained in:
Sebastien Bourdeauducq 2015-06-23 19:44:02 +00:00
parent 4ba8951ae1
commit 064ddb48bd
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ Client
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`` with the following content::
@ -51,10 +51,10 @@ Then, to run the Lab Brick Digital Attenuator (LDA) controller::
$ lda_controller -d SN:xxxxx
The serial number must contain 5 digits, prepend any number of 0 necessary.
The serial number must contain exactly 5 digits, prepend it with the necessary number of 0s.
Also, the ``SN:`` prefix is mandatory.
You can chose the exact LDA model with the ``-P`` parameter. The default being LDA-102.
You can choose the LDA model with the ``-P`` parameter. The default is LDA-102.
Driver
++++++