aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 01:45:04 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 01:46:06 +0530
commit33c4b1e7a21434dd0b7157d143c66f8015c0ec36 (patch)
tree9e7470790b887e91e60ced785cc8dcd8c93d5760
parent97df7df2972a8be54ccc68cfa74df9416378a6f1 (diff)
downloadnnn-33c4b1e7a21434dd0b7157d143c66f8015c0ec36.tar.gz
Update docs
-rw-r--r--README.md2
-rw-r--r--nnn.12
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f5b50ff..0474d8b 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
- Reverse sort
- Mimes
- Open with desktop opener or specify a custom opener
- - Preview files with FIFO-based previewer
+ - Preview hovered files in FIFO-based previewer
- Create, list, extract, mount (FUSE based) archives
- Option to open all text files in EDITOR
- Information
diff --git a/nnn.1 b/nnn.1
index 0f37ef8..8d1c4d3 100644
--- a/nnn.1
+++ b/nnn.1
@@ -410,7 +410,7 @@ separated by \fI;\fR:
.Pp
\fBNNN_SEL:\fR absolute path to custom selection file.
.Pp
-\fBNNN_FIFO:\fR path of a named pipe to write current file path:
+\fBNNN_FIFO:\fR path of a named pipe to write the hovered file path:
.Bd -literal
export NNN_FIFO='/tmp/nnn.fifo'