99680f5c7d
From release announce: We are pleased to announce the release of Ruby 2.2.1. This is the first TEENY version release of the stable 2.2 series. This release includes the fix for ffi build failure and memory leak issue on Symbol GC (See Bug #10686). See ChangeLog for details.
24 lines
793 B
Groff
24 lines
793 B
Groff
$NetBSD: patch-man_irb.1,v 1.1 2015/03/08 16:24:55 taca Exp $
|
|
|
|
* Fix mdoc markup.
|
|
|
|
--- man/irb.1.orig 2012-11-15 04:22:44.000000000 +0000
|
|
+++ man/irb.1
|
|
@@ -159,12 +159,12 @@ Personal irb initialization.
|
|
.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.
|