diff options
author | toonn <toonn@toonn.io> | 2022-02-27 15:20:11 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2022-03-18 19:36:25 +0100 |
commit | 85050cc349f3893869f1f4e4a79263a234253b92 (patch) | |
tree | 3b96867111b634f187ed9e90f8582b44f881ed6b /doc | |
parent | 49bb550cb2fbef22e2b10782d6aa2afe0dc61943 (diff) | |
download | ranger-85050cc349f3893869f1f4e4a79263a234253b92.tar.gz |
doc: Fix manpage for name filter_stack filter
Fixes #2548
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 8 | ||||
-rw-r--r-- | doc/ranger.pod | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 4989e155..22c2adc6 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40) +.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42) .\" .\" Standard preamble: .\" ======================================================================== @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.3" "2022-02-05" "ranger manual" +.TH RANGER 1 "ranger-1.9.3" "2022-02-27" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -1447,8 +1447,8 @@ following \f(CW\*(C`FILTER_TYPE\*(C'\fRs are available: Filter files so only files that have duplicates in the same directory are shown. Useful when cleaning up identical songs and memes that were saved using distinct file names. -.IP "filename \s-1NAME\s0" 2 -.IX Item "filename NAME" +.IP "name \s-1NAME\s0" 2 +.IX Item "name NAME" Filter files that contain \s-1NAME\s0 in the filename, regular expression syntax is allowed. .IP "hash \s-1PATH\s0" 2 diff --git a/doc/ranger.pod b/doc/ranger.pod index 0f1ce0b7..bc9f8e21 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1564,7 +1564,7 @@ Filter files so only files that have duplicates in the same directory are shown. Useful when cleaning up identical songs and memes that were saved using distinct file names. -=item filename NAME +=item name NAME Filter files that contain NAME in the filename, regular expression syntax is allowed. |