diff options
Diffstat (limited to 'less.nro')
-rw-r--r-- | less.nro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/less.nro b/less.nro index 0b706c3f4f041..fa0b4ffff91b6 100644 --- a/less.nro +++ b/less.nro @@ -1,4 +1,4 @@ -.TH LESS 1 "Version 529: 13 Nov 2017" +.TH LESS 1 "Version 530: 05 Dec 2017" .SH NAME less \- opposite of more .SH SYNOPSIS @@ -1199,6 +1199,8 @@ 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. +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. .PP For example, on many Unix systems, this script will work like the previous example scripts: |