diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2016-10-08 20:17:53 +0200 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2016-10-08 20:17:53 +0200 |
commit | 041856327c0d9b1fe3f26c5447995fda477c657f (patch) | |
tree | 0c45f06cec13521a31b57d96c5feb32df4a684fc /doc | |
parent | 9b73aeb590066121ab4c80681c2b54be1c65d4bc (diff) | |
download | ranger-041856327c0d9b1fe3f26c5447995fda477c657f.tar.gz |
Fix the urxvt preview documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 8 | ||||
-rw-r--r-- | doc/ranger.pod | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index bf30ac6f..26a78a49 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.7.2" "10/05/2016" "ranger manual" +.TH RANGER 1 "ranger-1.7.2" "10/08/2016" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -298,13 +298,13 @@ will break any previously set image background. .PP To enable this feature, set the option \f(CW\*(C`preview_images_method\*(C'\fR to urxvt. .PP -\fIurxvt-fs\fR -.IX Subsection "urxvt-fs" +\fIurxvt-full\fR +.IX Subsection "urxvt-full" .PP The same as urxvt but utilizing not only the preview pane but the whole terminal window. .PP -To enable this feature, set the option \f(CW\*(C`preview_images_method\*(C'\fR to urxvt-fs. +To enable this feature, set the option \f(CW\*(C`preview_images_method\*(C'\fR to urxvt-full. .SS "\s-1SELECTION\s0" .IX Subsection "SELECTION" The \fIselection\fR is defined as \*(L"All marked files \s-1IF THERE ARE ANY,\s0 otherwise diff --git a/doc/ranger.pod b/doc/ranger.pod index 03ff46e7..fe2b45eb 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -195,12 +195,12 @@ will break any previously set image background. To enable this feature, set the option C<preview_images_method> to urxvt. -=head3 urxvt-fs +=head3 urxvt-full The same as urxvt but utilizing not only the preview pane but the whole terminal window. -To enable this feature, set the option C<preview_images_method> to urxvt-fs. +To enable this feature, set the option C<preview_images_method> to urxvt-full. =head2 SELECTION |