From d33d106b9fc28869847d7799edaebf8dd137feb5 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 7 Oct 2021 17:14:43 +0200
Subject: [PATCH] L2SS-434: Small typos & enhancements

---
 docs/source/devices/devices.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/source/devices/devices.rst b/docs/source/devices/devices.rst
index 44846f540..92d06101a 100644
--- a/docs/source/devices/devices.rst
+++ b/docs/source/devices/devices.rst
@@ -16,7 +16,10 @@ SST and XST
 
 The ``sst == Device("LTS/SST/1")`` and ``xst == Device("LTS/XST/1")`` devices manages the SSTs (subband statistics) and XSTs (crosslet statistics), respectively. The statistics are emitted piece-wise through UDP packets by the FPGAs on the Uniboards in SDP. By default, each device configures the statistics to be streamed to itself (the device), from where the user can obtain them.
 
-The statistics are exposed in two ways: as attributes, representing the most recently received values, and as a TCP stream.
+The statistics are exposed in two ways, as:
+
+- *Attributes*, representing the most recently received values,
+- *TCP stream*, to allow the capture and recording of the statistics over any period of time.
 
 SST Statistics attributes
 `````````````````````````
@@ -105,7 +108,7 @@ The easiest way to capture this stream is to use our ``statistics_writer``, whic
   cd devices/statistics_writer
   python3 statistics_writer.py --mode SST --host localhost
 
-The correct port will automatically be chosen, depending on the given mode. See also ``statistics_writer.py -h`` for more information.a
+The correct port will automatically be chosen, depending on the given mode. See also ``statistics_writer.py -h`` for more information.
 
 The writer can also parse a statistics stream stored in a file, so the stream can be captured and processed later using the writer. Capturing the stream could be done using ``netcat``::
 
-- 
GitLab