aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-10-30 09:32:16 +0900
committeraycabta <aycabta@gmail.com>2019-11-21 02:44:35 +0900
commit91bf3b7a77e187794cc84549f330e5675fb5d367 (patch)
treea86f50f0d30cb321e35381750bf0466df691c34c /man
parent9b52bacc62c3db13ea18fa5ea4d9b9a92b5fcb86 (diff)
downloadruby-91bf3b7a77e187794cc84549f330e5675fb5d367.tar.gz
Use singleline/multiline instead of readline/reidline
Diffstat (limited to 'man')
-rw-r--r--man/irb.119
1 files changed, 13 insertions, 6 deletions
diff --git a/man/irb.1 b/man/irb.1
index 60992afc25..f0a720fbd3 100644
--- a/man/irb.1
+++ b/man/irb.1
@@ -14,7 +14,8 @@
.Op Fl E Ar external Ns Op : Ns Ar internal
.Op Fl W Ns Op Ar level
.Op Fl - Ns Oo no Oc Ns inspect
-.Op Fl - Ns Oo no Oc Ns readline
+.Op Fl - Ns Oo no Oc Ns multiline
+.Op Fl - Ns Oo no Oc Ns singleline
.Op Fl - Ns Oo no Oc Ns echo
.Op Fl - Ns Oo no Oc Ns colorize
.Op Fl - Ns Oo no Oc Ns verbose
@@ -90,11 +91,17 @@ Uses `inspect' for output (default except for bc mode)
.It Fl -noinspect
Doesn't use inspect for output
.Pp
-.It Fl -readline
-Uses Readline extension module.
+.It Fl -multiline
+Uses multiline editor module.
.Pp
-.It Fl -noreadline
-Doesn't use Readline extension module.
+.It Fl -nomultiline
+Doesn't use multiline editor module.
+.Pp
+.It Fl -singleline
+Uses singleline editor module.
+.Pp
+.It Fl -nosingleline
+Doesn't use singleline editor module.
.Pp
.Pp
.It Fl -echo
@@ -124,7 +131,7 @@ Switch prompt mode. Pre-defined prompt modes are
.Pp
.It Fl -inf-ruby-mode
Uses prompt appropriate for inf-ruby-mode on emacs.
-Suppresses --readline.
+Suppresses --multiline and --singleline.
.Pp
.It Fl -simple-prompt
Makes prompts simple.