This is latest stable release of Ruby and it basically compatible with Ruby 1.9.3. Please refer full changes to NEWS/ChangeLog files or official Web site. Here is language changes: * Added keyword arguments. * Added %i and %I for symbol list creation (similar to %w and %W). * Default source encoding is changed to UTF-8. (was US-ASCII) * No warning for unused variables starting with '_'
24 lines
796 B
Groff
24 lines
796 B
Groff
$NetBSD: patch-man_ri.1,v 1.1 2013/07/21 02:32:58 taca Exp $
|
|
|
|
* Fix mdoc markup.
|
|
|
|
--- man/ri.1.orig 2012-11-15 04:22:44.000000000 +0000
|
|
+++ man/ri.1
|
|
@@ -165,12 +165,12 @@ Searches user-wide documents here.
|
|
.Pp
|
|
.Sh REPORTING BUGS
|
|
.Bl -bullet
|
|
-.Li Security vulnerabilities should be reported via an email to
|
|
-.Aq security@ruby-lang.org Ns
|
|
-.Li .
|
|
+.It
|
|
+Security vulnerabilities should be reported via an email to
|
|
+.Aq security@ruby-lang.org .
|
|
Reported problems will be published after being fixed.
|
|
-.Pp
|
|
-.Li And you can report other bugs and feature requests via the
|
|
+.It
|
|
+You can report other bugs and feature requests via the
|
|
Ruby Issue Tracking System (http://bugs.ruby-lang.org).
|
|
Do not report security vulnerabilities
|
|
via the system because it publishes the vulnerabilities immediately.
|