summaryrefslogtreecommitdiffstats
path: root/docs/aoa/fs.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-09-25 10:13:57 +0200
committernicolargo <nicolas@nicolargo.com>2022-09-25 10:13:57 +0200
commit28c65892809cfa75891a22e73c8ff53467892aa6 (patch)
treeb7475298ee3ec9851f9a1ee2ff15a7df3b13ab8c /docs/aoa/fs.rst
parent068a7daac91bd24cff29bca59a8ea3238be4bc41 (diff)
Correct issue with the regexp filter (use fullmatch instead of match)
Diffstat (limited to 'docs/aoa/fs.rst')
-rw-r--r--docs/aoa/fs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/aoa/fs.rst b/docs/aoa/fs.rst
index 1b3b7155..8123bf1d 100644
--- a/docs/aoa/fs.rst
+++ b/docs/aoa/fs.rst
@@ -46,7 +46,7 @@ To hide all mount points starting with /boot and /snap:
Filtering are also applied on device name (Glances 3.1.4 or higher).
-It is also possible to configure a white list of devices to display:
+It is also possible to configure a white list of devices to display.
Example to only show /dev/sdb mount points:
.. code-block:: ini