[前][次][番号順一覧][スレッド一覧]

ruby-changes:44183

From: knu <ko1@a...>
Date: Mon, 26 Sep 2016 21:39:23 +0900 (JST)
Subject: [ruby-changes:44183] knu:r56256 (trunk): Remove Ns before puctuation

knu	2016-09-26 21:39:18 +0900 (Mon, 26 Sep 2016)

  New Revision: 56256

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56256

  Log:
    Remove Ns before puctuation
    
    * man/erb.1, man/irb.1, man/ri.1, man/ruby.1: Remove Ns before
      puctuation.

  Modified files:
    trunk/ChangeLog
    trunk/man/erb.1
    trunk/man/irb.1
    trunk/man/ri.1
    trunk/man/ruby.1
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 56255)
+++ ChangeLog	(revision 56256)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Sep 26 21:37:21 2016  Akinori MUSHA  <knu@i...>
+
+	* man/erb.1, man/irb.1, man/ri.1, man/ruby.1: Remove Ns before
+	  puctuation.
+
 Mon Sep 26 16:23:49 2016  Kazuki Yamaguchi  <k@r...>
 
 	* ext/stringio/stringio.c (strio_seek): Avoid signed integer overflow.
Index: man/ruby.1
===================================================================
--- man/ruby.1	(revision 56255)
+++ man/ruby.1	(revision 56256)
@@ -396,8 +396,7 @@ debug the Ruby interpreter. https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L396
 .It Fl -disable- Ns Ar FEATURE
 .It Fl -enable- Ns Ar FEATURE
 Disables (or enables) the specified
-.Ar FEATURE Ns
-\&.
+.Ar FEATURE .
 .Bl -tag -width "--disable-rubyopt" -compact
 .It Fl -disable-gems
 .It Fl -enable-gems
@@ -643,8 +642,7 @@ Comprehensive catalog of Ruby libraries. https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L642
 .Sh REPORTING BUGS
 .Bl -bullet
 .Li Security vulnerabilities should be reported via an email to
-.Aq security@r... Ns
-.Li .
+.Aq security@r... .
 Reported problems will be published after they've been fixed.
 .Pp
 .Li And you can report other bugs and feature requests via the
Index: man/erb.1
===================================================================
--- man/erb.1	(revision 56255)
+++ man/erb.1	(revision 56256)
@@ -144,8 +144,7 @@ class. https://github.com/ruby/ruby/blob/trunk/man/erb.1#L144
 .Sh REPORTING BUGS
 .Bl -bullet
 .Li Security vulnerabilities should be reported via an email to
-.Aq security@r... Ns
-.Li .
+.Aq security@r... .
 Reported problems will be published after being fixed.
 .Pp
 .Li And you can report other bugs and feature requests via the
Index: man/ri.1
===================================================================
--- man/ri.1	(revision 56255)
+++ man/ri.1	(revision 56256)
@@ -167,8 +167,7 @@ Searches user-wide documents here. https://github.com/ruby/ruby/blob/trunk/man/ri.1#L167
 .Sh REPORTING BUGS
 .Bl -bullet
 .Li Security vulnerabilities should be reported via an email to
-.Aq security@r... Ns
-.Li .
+.Aq security@r... .
 Reported problems will be published after being fixed.
 .Pp
 .Li And you can report other bugs and feature requests via the
Index: man/irb.1
===================================================================
--- man/irb.1	(revision 56255)
+++ man/irb.1	(revision 56256)
@@ -160,8 +160,7 @@ Personal irb initialization. https://github.com/ruby/ruby/blob/trunk/man/irb.1#L160
 .Sh REPORTING BUGS
 .Bl -bullet
 .Li Security vulnerabilities should be reported via an email to
-.Aq security@r... Ns
-.Li .
+.Aq security@r... .
 Reported problems will be published after being fixed.
 .Pp
 .Li And you can report other bugs and feature requests via the

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]