From 064ddb48bd161a8fc255415577a18626180cbd7c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 23 Jun 2015 19:44:02 +0000 Subject: [PATCH] manual: minor fixes --- doc/manual/ndsp_reference.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/ndsp_reference.rst b/doc/manual/ndsp_reference.rst index 4871b3cad..fa2f85e31 100644 --- a/doc/manual/ndsp_reference.rst +++ b/doc/manual/ndsp_reference.rst @@ -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 ++++++