]> git.alsa-project.org Git - alsa-utils.git/commitdiff
alsaucm: fix typo in docs (can can)
authorJay-716 <13422525511@163.com>
Thu, 9 Feb 2023 13:47:43 +0000 (21:47 +0800)
committerJaroslav Kysela <perex@perex.cz>
Mon, 27 Feb 2023 12:08:50 +0000 (13:08 +0100)
Fixes: https://github.com/alsa-project/alsa-utils/pull/191
Signed-off-by: Jay-716 <13422525511@163.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsaucm/alsaucm.rst

index 3098672d3d5584b1f0e0c58c708202fde40095ad..c4fe88d3fa4e94d4f74053b46d6f8ab1bc1be9e4 100644 (file)
@@ -85,7 +85,7 @@ Available commands:
   ``list`` `IDENTIFIER`
     list command, for items returning two entries (value+comment).
 
-    the value of the `IDENTIFIER` argument can can be:
+    the value of the `IDENTIFIER` argument can be:
 
     - ``_verbs`` - get verb list (in pair verb+comment)
     - ``_devices[/{verb}]`` - get list of supported devices (in pair device+comment)
@@ -109,7 +109,7 @@ Available commands:
   ``get`` `IDENTIFIER`
     get string value.
 
-    the value of the `IDENTIFIER` argument can can be:
+    the value of the `IDENTIFIER` argument can be:
 
     - ``_verb`` - return current verb
     - ``[=]{NAME}[/[{modifier}|{/device}][/{verb}]]`` (For valid NAMEs look at the
@@ -119,7 +119,7 @@ Available commands:
   ``geti`` `IDENTIFIER`
     get integer value.
 
-    the value of the `IDENTIFIER` argument can can be:
+    the value of the `IDENTIFIER` argument can be:
 
     - ``_devstatus/{device}``
     - ``_modstatus/{device}``
@@ -127,7 +127,7 @@ Available commands:
   ``set`` `IDENTIFIER` `VALUE`
     set string value
 
-    The value of the `IDENTIFIER` argument can can be:
+    The value of the `IDENTIFIER` argument can be:
 
     - ``_verb`` - set the verb to `VALUE`
     - ``_enadev`` - enable the device specified by `VALUE`