From cd224452812ca4523d0f1933f1c0f3cf422426d7 Mon Sep 17 00:00:00 2001 From: zzak Date: Wed, 10 Jul 2013 15:55:12 +0000 Subject: [PATCH] * man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hill git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ man/ri.1 | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8b763dac3e..97757187b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 11 00:54:07 2013 Zachary Scott + + * man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hill + Thu Jul 11 00:48:29 2013 Zachary Scott * lib/delegate.rb: Add example for __setobj__ and __getobj__ diff --git a/man/ri.1 b/man/ri.1 index 5c467b32df..cadf4b8e16 100644 --- a/man/ri.1 +++ b/man/ri.1 @@ -77,7 +77,8 @@ directories. May be repeated. .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.