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

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