summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-13 15:17:18 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-13 15:17:18 +0000
commit0b92f561419a3dc0c6d369bfd640fae398902073 (patch)
treeaf484487f3b03a0655b8d0196e8a74aaefac2a1c /man
parent1e1223877b3ec63a659279dc44dbcd2cc5f8abc4 (diff)
merge revision(s) 41906: [Backport #8620]
* man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hill git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'man')
-rw-r--r--man/ri.13
1 files changed, 2 insertions, 1 deletions
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.