Vendor import of less v530.

This commit is contained in:
Xin LI
2018-02-19 04:47:31 +00:00
parent ee3dcfe98f
commit b04073e3ae
11 changed files with 18 additions and 13 deletions
+4 -2
View File
@@ -1106,7 +1106,9 @@ LESS(1) General Commands Manual LESS(1)
ment file and less uses the original file, as normal. To use an input
pipe, make the first character in the LESSOPEN environment variable a
vertical bar (|) to signify that the input preprocessor is an input
pipe.
pipe. As with non-pipe input preprocessors, the command string must
contain one occurrence of %s, which is replaced with the filename of
the input file.
For example, on many Unix systems, this script will work like the pre-
vious example scripts:
@@ -1664,4 +1666,4 @@ LESS(1) General Commands Manual LESS(1)
Version 529: 13 Nov 2017 LESS(1)
Version 530: 05 Dec 2017 LESS(1)