]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix wrong exclamation mark char description
authorjcromero <jcromero+github@disconfor.me>
Sat, 24 Jul 2021 09:54:27 +0000 (11:54 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Jul 2021 09:54:27 +0000 (11:54 +0200)
nnn.1

diff --git a/nnn.1 b/nnn.1
index f5ec451c5d5b223299fc08b4139b250c6ef83b3a..06b554a343c9f5fa1bd381784fc20923aecac96a 100644 (file)
--- a/nnn.1
+++ b/nnn.1
@@ -380,8 +380,7 @@ separated by \fI;\fR:
 .Ed
 .Pp
     To assign keys to arbitrary non-background non-shell-interpreted cli
-    commands and invoke like plugins, add \fI!\fR (underscore) before the
-    command.
+    commands and invoke like plugins, add \fI!\fR before the command.
 .Bd -literal
     export NNN_PLUG='x:!chmod +x $nnn;g:!git log;s:!smplayer $nnn'