summaryrefslogtreecommitdiffstats
path: root/man/ruby.1
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-26 03:41:01 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-26 03:41:01 +0000
commit71abaf61ece92076045d16087f204c505d1357f8 (patch)
tree0a3280ee5f020a04a4db2d92cec770c6e8a95836 /man/ruby.1
parentb0af034e5333381f154747e5bbc7c12feb9495ad (diff)
downloadruby-71abaf61ece92076045d16087f204c505d1357f8.tar.gz
ruby-71abaf61ece92076045d16087f204c505d1357f8.tar.xz
ruby-71abaf61ece92076045d16087f204c505d1357f8.zip
* ruby.c (usage): -T and -W descriptions updated. see
[ruby-dev:39539] * man/ruby.1: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'man/ruby.1')
-rw-r--r--man/ruby.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ruby.1 b/man/ruby.1
index e2d0abdef..62a097d39 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -205,14 +205,14 @@ on machines that don't support it, in the following manner:
exec /usr/local/bin/ruby -S $0 $*
.Ed
.Pp
-.It Fl T Ns Op Ar level
+.It Fl T Ns Op Ar level=1
Turns on taint checks at the specified level (default 1).
.Pp
.It Fl U
Sets the defalut value for internal encodings
.Pf ( Li "Encoding.default_internal" ) to UTF-8.
.Pp
-.It Fl W Ns Op Ar level
+.It Fl W Ns Op Ar level=2
Turns on verbose mode at the specified level, without printing version
message at the beginning. The level can be;
.Bl -hang -offset indent