diff options
author | Leo Vivier <leo.vivier@gmail.com> | 2018-08-26 10:09:22 +0200 |
---|---|---|
committer | Leo Vivier <leo.vivier@gmail.com> | 2018-09-01 10:43:51 +0200 |
commit | e10321b9f8020bdf4c05a1cddc9f989154de8adf (patch) | |
tree | 4c57596947e3a8b087cf8871fec43197fd54948d /doc | |
parent | 66b8e2740c53c21839a08dc2b36cd3289cf12f1f (diff) | |
download | ranger-e10321b9f8020bdf4c05a1cddc9f989154de8adf.tar.gz |
Fix punctuation in READLINE-LIKE BINDINGS IN THE CONSOLE
Adds full-stops at the end of every entry.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 6 | ||||
-rw-r--r-- | doc/ranger.pod | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 380a48dc..936b10bd 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -700,13 +700,13 @@ Show the current filter stack state. .IX Subsection "READLINE-LIKE BINDINGS IN THE CONSOLE" .IP "^B, ^F" 14 .IX Item "^B, ^F" -Move left and right (B for back, F for forward) +Move left and right (B for back, F for forward). .IP "^P, ^N" 14 .IX Item "^P, ^N" -Move up and down (P for previous, N for Next) +Move up and down (P for previous, N for Next). .IP "^A, ^E" 14 .IX Item "^A, ^E" -Move to the start or to the end +Move to the start or to the end. .IP "Alt-B" 14 .IX Item "Alt-B" Move backwards by words. diff --git a/doc/ranger.pod b/doc/ranger.pod index 1b1af68e..6411292c 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -680,15 +680,15 @@ Show the current filter stack state. =item ^B, ^F -Move left and right (B for back, F for forward) +Move left and right (B for back, F for forward). =item ^P, ^N -Move up and down (P for previous, N for Next) +Move up and down (P for previous, N for Next). =item ^A, ^E -Move to the start or to the end +Move to the start or to the end. =item Alt-B |