mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix typos (#595)
This is a trial patch to fix the typos Signed-off-by: SZ Lin (林上智) <szlin@debian.org>
This commit is contained in:
parent
e688188fa6
commit
b6762e292c
2
nnn.1
2
nnn.1
|
@ -428,7 +428,7 @@ separated by \fI;\fR:
|
||||||
export NNN_FIFO='/tmp/nnn.fifo'
|
export NNN_FIFO='/tmp/nnn.fifo'
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
1. Overriden by a temporary path with -a option.
|
1. Overridden by a temporary path with -a option.
|
||||||
2. If the FIFO file doesn't exist it will be created, but not removed (unless it is generated by -a option).
|
2. If the FIFO file doesn't exist it will be created, but not removed (unless it is generated by -a option).
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
|
|
|
@ -312,7 +312,7 @@ handle_multimedia() {
|
||||||
# convert -- "${FPATH}" -auto-orient "${IMAGE_CACHE_PATH}" && exit 6
|
# convert -- "${FPATH}" -auto-orient "${IMAGE_CACHE_PATH}" && exit 6
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
## `w3mimgdisplay` will be called for all images (unless overriden
|
## `w3mimgdisplay` will be called for all images (unless overridden
|
||||||
## as above), but might fail for unsupported types.
|
## as above), but might fail for unsupported types.
|
||||||
exit 7;;
|
exit 7;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue