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

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