summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorGuido Cella <guidocella91@gmail.com>2020-09-18 08:46:17 +0200
committerwm4 <1387750+wm4@users.noreply.github.com>2020-09-18 14:29:04 +0200
commita7afc79d8f74e87eaf577a50ad362297683080b9 (patch)
tree548a5ebb1738ad33f3bebaf20a65b2e542e66757 /DOCS
parentfb3facf05268b43dbdf31994cb8a7ee192883874 (diff)
downloadmpv-a7afc79d8f74e87eaf577a50ad362297683080b9.tar.bz2
mpv-a7afc79d8f74e87eaf577a50ad362297683080b9.tar.xz
manpage: fix console keybindings punctuation
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/console.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/console.rst b/DOCS/man/console.rst
index 3c83d7e877..d102b916b8 100644
--- a/DOCS/man/console.rst
+++ b/DOCS/man/console.rst
@@ -36,7 +36,7 @@ INSERT
Toggle insert mode.
Shift+INSERT
- Paste text (uses the primary selection on X11.)
+ Paste text (uses the primary selection on X11).
TAB
Complete the command or property name at the cursor.
@@ -44,7 +44,7 @@ TAB
Ctrl+C
Clear current line.
-Ctrl+K.
+Ctrl+K
Delete text from the cursor to the end of the line.
Ctrl+L
@@ -54,7 +54,7 @@ Ctrl+U
Delete text from the cursor to the beginning of the line.
Ctrl+V
- Paste text (uses the clipboard on X11.)
+ Paste text (uses the clipboard on X11).
Ctrl+W
Delete text from the cursor to the beginning of the current word.