Minor rephrase in nopen(1) - noice - small file browser (mirror / fork from 2f3… | |
git clone git://git.codemadness.org/noice | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 3ed67ea6cf3345639449ab24bb1eb996f9d43392 | |
parent 65c71aa424f46c17da08676ad2a0313f0e453cfd | |
Author: sin <[email protected]> | |
Date: Fri, 23 Aug 2019 16:16:24 +0100 | |
Minor rephrase in nopen(1) | |
Diffstat: | |
M nopen.1 | 6 +++--- | |
1 file changed, 3 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/nopen.1 b/nopen.1 | |
@@ -1,4 +1,4 @@ | |
-.Dd August 2, 2019 | |
+.Dd August 23, 2019 | |
.Dt NOPEN 1 | |
.Os | |
.Sh NAME | |
@@ -15,10 +15,10 @@ application. | |
The file associations are specified by regexes | |
matching on the currently selected filename. | |
If a match is found the associated program is executed | |
-with the filename passed in as the argument. | |
+with the file passed in as the argument. | |
If no match is found the program | |
.Xr less 1 | |
-is invoked. | |
+is invoked on the given file. | |
.Sh CONFIGURATION | |
.Nm | |
is configured by modifying |