diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-26 06:44:31 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-26 06:44:31 +0000 |
commit | 66f5c5eb30feefcd2fbfce771ae206e14a9354fc (patch) | |
tree | 75343b12e300cebac1230200a6a1839a35e5418c /man/irb.1 | |
parent | dc28ce1b0b6cfc531ac2c3d19745d7c7301ed45d (diff) |
* man/*.1: suppressed warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'man/irb.1')
-rw-r--r-- | man/irb.1 | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -40,7 +40,7 @@ Prints the version of .It Fl -encoding Ar external Ns Op : Ns Ar internal Same as `ruby -E' . Specifies the default value(s) for external encodings and internal encoding. Values should be separated with colon (:). - +.Pp You can ommit the one for internal encodings, then the value .Pf ( Li "Encoding.default_internal" ) will be nil. .Pp @@ -62,7 +62,7 @@ Sets to true. .Pp .It Fl f -Suppresses read of +Suppresses read of .Pa ~/.irbrc . .Pp .It Fl h @@ -93,9 +93,9 @@ Doesn't use Readline extension module. Switch prompt mode. Pre-defined prompt modes are `default', `simple', `xmp' and `inf-ruby'. .Pp -.It Fl -inf-ruby-mode -Uses prompt appropriate for inf-ruby-mode on emacs. -Suppresses --readline. +.It Fl -inf-ruby-mode +Uses prompt appropriate for inf-ruby-mode on emacs. +Suppresses --readline. .Pp .It Fl -simple-prompt Makes prompts simple. @@ -111,7 +111,7 @@ Displays backtrace top .Ar n and tail .Ar n Ns . -The default value is 16. +The default value is 16. .Pp .It Fl -irb_debug Ar n Sets internal debug level to n (not for popular use) @@ -152,14 +152,14 @@ Personal irb initialization. .Dl :ok .Dl => :ok .Dl irb(main):009:0> Ic quit -.Dl % +.Dl % .Pp .Sh SEE ALSO .Xr ruby 1 . .Pp .Sh REPORTING BUGS .Bl -bullet -.Li Security vulnerabilities should be reported via an email to +.Li Security vulnerabilities should be reported via an email to .Aq [email protected] Ns .Li . Reported problems will be published after fixed. |