diff options
Diffstat (limited to 'lang/ruby23-base/patches/patch-man_irb.1')
-rw-r--r-- | lang/ruby23-base/patches/patch-man_irb.1 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lang/ruby23-base/patches/patch-man_irb.1 b/lang/ruby23-base/patches/patch-man_irb.1 new file mode 100644 index 00000000000..4c80c4b6bee --- /dev/null +++ b/lang/ruby23-base/patches/patch-man_irb.1 @@ -0,0 +1,24 @@ +$NetBSD: patch-man_irb.1,v 1.1 2015/12/30 14:59:42 taca Exp $ + +* Fix mdoc markup. + +--- man/irb.1.orig 2015-05-23 09:38:49.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. |