~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal

« back to all changes in this revision

Viewing changes to man/irb.1

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2011-09-24 19:16:17 UTC
  • mfrom: (1.1.8 upstream) (13.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110924191617-o1qz4rcmqjot8zuy
Tags: 1.9.3~rc1-1
* New upstream release: 1.9.3 RC1.
  + Includes load.c fixes. Closes: #639959.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
Same as `ruby -E' .
42
42
Specifies the default value(s) for external encodings and internal encoding. Values should be separated with colon (:).
43
43
.Pp
44
 
You can ommit the one for internal encodings, then the value
 
44
You can omit the one for internal encodings, then the value
45
45
.Pf ( Li "Encoding.default_internal" ) will be nil.
46
46
.Pp
47
47
.It Fl I Ar path
52
52
.Pp
53
53
.It Fl U
54
54
Same as `ruby -U' .
55
 
Sets the defalut value for internal encodings
 
55
Sets the default value for internal encodings
56
56
.Pf ( Li "Encoding.default_internal" ) to UTF-8.
57
57
.Pp
58
58
.It Fl d
167
167
.Li And you can report other bugs and feature requests via the
168
168
Ruby Issue Tracking System (http://redmine.ruby-lang.org).
169
169
Do not report security vulnerabilities
170
 
via the system because it publishes the vulnerabilities immedately.
 
170
via the system because it publishes the vulnerabilities immediately.
171
171
.El
172
172
.Sh AUTHORS
173
173
Written by Keiju ISHITSUKA.