diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-31 20:24:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-31 20:24:02 +0000 |
commit | 4c9917a31f80efe2fca4fe6333b33cac585652ac (patch) | |
tree | f63d4a56f30240ba58d6f0914a85aed662ae418e /usr.bin/less | |
parent | 71d02c8cd8ef3dca6b108fd441f89fe1d7d12fec (diff) |
Typoes; jmc AT prioris DoT mini DoT pw DoT edu DoT pl
Diffstat (limited to 'usr.bin/less')
-rw-r--r-- | usr.bin/less/less.nro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/less/less.nro b/usr.bin/less/less.nro index c9baf715368..9b9f2ee3b93 100644 --- a/usr.bin/less/less.nro +++ b/usr.bin/less/less.nro @@ -783,7 +783,7 @@ If it matches more than one filename, the first match is entered into the command line. Repeated TABs will cycle thru the other matching filenames. .IP "BACKTAB [ ESC-TAB ]" -Like, TAB, but cycles in the reverse direction thru the matching filenames. +Like TAB, but cycles in the reverse direction thru the matching filenames. .IP "^L" Complete the partial filename to the left of the cursor. If it matches more than one filename, all matches are entered into @@ -817,7 +817,7 @@ Before .I less opens a file, it first gives your input preprocessor a chance to modify the way the contents of the file are displayed. -An input preprocessor is simply an executable program (or shell script), +An input preprocessor is simply an executable program (or shell script) which writes the contents of the file to a different file, called the replacement file. The contents of the replacement file are then displayed |