Actions
Bug #2263
closedtypo in man/ruby.1
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
Backport:
Description
=begin
nariです。
今日、とある方から「manの表示が間違ってませんか?」というご指摘を受けました。
確認してみた所、セーフレベルのデフォルト値がおかしいようです。
$ man ruby
(snip)
-T[level] Turns on taint checks at the specified level (default 1).
上記の部分は"(default 0)"ではないでしょうか?
以下は修正用のパッチです。
Index: man/ruby.1¶
--- man/ruby.1 (リビジョン 25452)
+++ man/ruby.1 (作業コピー)
@@ -206,7 +206,7 @@
.Ed
.Pp
.It Fl T Ns Op Ar level
-Turns on taint checks at the specified level (default 1).
+Turns on taint checks at the specified level (default 0).
.Pp
.It Fl U
Sets the defalut value for internal encodings
=end
Actions
Like0
Like0Like0Like0Like0Like0Like0Like0Like0Like0