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

ruby-changes:29854

From: zzak <ko1@a...>
Date: Thu, 11 Jul 2013 00:56:14 +0900 (JST)
Subject: [ruby-changes:29854] zzak:r41906 (trunk): * man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hill

zzak	2013-07-11 00:55:12 +0900 (Thu, 11 Jul 2013)

  New Revision: 41906

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41906

  Log:
    * man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hill

  Modified files:
    trunk/ChangeLog
    trunk/man/ri.1

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 41905)
+++ ChangeLog	(revision 41906)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Jul 11 00:54:07 2013  Zachary Scott  <zachary@z...>
+
+	* man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hill
+
 Thu Jul 11 00:48:29 2013  Zachary Scott  <zachary@z...>
 
 	* lib/delegate.rb: Add example for __setobj__ and __getobj__
Index: man/ri.1
===================================================================
--- man/ri.1	(revision 41905)
+++ man/ri.1	(revision 41906)
@@ -77,7 +77,8 @@ directories.  May be repeated. https://github.com/ruby/ruby/blob/trunk/man/ri.1#L77
 .It Fl -fmt Ar FORMAT
 .It Fl -format Ns = Ns FORMAT
 Format to use when displaying output:
-.Dd ansi, bs, html, plain, simple
+.Pp
+ansi, bs, html, plain, simple
 .Pp
 Use 'bs' (backspace) with most pager programs. To use ANSI, either disable the
 pager or tell the pager to allow control characters.

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

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