diff options
author | Leo Vivier <leo.vivier@gmail.com> | 2018-09-02 15:46:28 +0200 |
---|---|---|
committer | Leo Vivier <leo.vivier@gmail.com> | 2018-09-02 15:57:40 +0200 |
commit | d84a0f10b2a979cb90fb667612cd718d469a549b (patch) | |
tree | e0d1cf0b050596a040daae222386d155ea162e17 /doc | |
parent | 3e2cbfe12c760776c66e6b042a5e288a6ee21f26 (diff) | |
download | ranger-d84a0f10b2a979cb90fb667612cd718d469a549b.tar.gz |
Update man with a clearer entry
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 2 | ||||
-rw-r--r-- | doc/ranger.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index d31b6548..ea010eac 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -645,7 +645,7 @@ to use to open the current file selection. Open the console with the content \*(L"cd \*(R" .IP "^P" 14 .IX Item "^P" -Open the console with the content of the last command. +Open the console with the most recent command. .IP "Alt\-\fIN\fR" 14 .IX Item "Alt-N" Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it diff --git a/doc/ranger.pod b/doc/ranger.pod index a4f6c7df..5c668235 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -599,7 +599,7 @@ Open the console with the content "cd " =item ^P -Open the console with the content of the last command. +Open the console with the most recent command. =item Alt-I<N> |