Blame SOURCES/less-458-less-filters-man.patch

2441b5
diff -up less-466/less.nro.filters-man less-466/less.nro
2441b5
--- less-466/less.nro.filters-man	2014-09-18 14:32:32.124111631 +0200
2441b5
+++ less-466/less.nro	2014-09-18 14:32:39.548177152 +0200
2441b5
@@ -1323,7 +1323,19 @@ Similarly, if the first two characters of LESSOPEN are vertical bar and dash
2441b5
 the input pipe is used on standard input as well as other files.
2441b5
 Again, in this case the dash is not considered to be part of
2441b5
 the input pipe command.
2441b5
-.
2441b5
+.PP
2441b5
+There are used following files to set up default preprocessor:
2441b5
+.br
2441b5
+       /etc/profile.d/less.sh
2441b5
+.br
2441b5
+       /etc/profile.d/less.csh
2441b5
+.br
2441b5
+These files set up /usr/bin/lesspipe.sh as a default filter. An user defined
2441b5
+filter can be specified in ~/.lessfilter. This file should have an execute bit
2441b5
+set and accept only one parameter, which represents a filename. If
2441b5
+the user defined filter process the file, zero should be returned. Otherwise
2441b5
+~/.lessfilter tries to handle the file.
2441b5
+
2441b5
 .SH "NATIONAL CHARACTER SETS"
2441b5
 There are three types of characters in the input file:
2441b5
 .IP "normal characters"