1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
zzak 2013-07-10 15:55:12 +00:00
parent 0357488b43
commit cd22445281
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Jul 11 00:54:07 2013 Zachary Scott <zachary@zacharyscott.net>
* man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hill
Thu Jul 11 00:48:29 2013 Zachary Scott <zachary@zacharyscott.net> Thu Jul 11 00:48:29 2013 Zachary Scott <zachary@zacharyscott.net>
* lib/delegate.rb: Add example for __setobj__ and __getobj__ * lib/delegate.rb: Add example for __setobj__ and __getobj__

View file

@ -77,7 +77,8 @@ directories. May be repeated.
.It Fl -fmt Ar FORMAT .It Fl -fmt Ar FORMAT
.It Fl -format Ns = Ns FORMAT .It Fl -format Ns = Ns FORMAT
Format to use when displaying output: Format to use when displaying output:
.Dd ansi, bs, html, plain, simple .Pp
ansi, bs, html, plain, simple
.Pp .Pp
Use 'bs' (backspace) with most pager programs. To use ANSI, either disable the Use 'bs' (backspace) with most pager programs. To use ANSI, either disable the
pager or tell the pager to allow control characters. pager or tell the pager to allow control characters.