~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal

« back to all changes in this revision

Viewing changes to tool/mdoc2man.rb

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2011-09-24 19:16:17 UTC
  • mfrom: (1.1.8 upstream) (13.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110924191617-o1qz4rcmqjot8zuy
Tags: 1.9.3~rc1-1
* New upstream release: 1.9.3 RC1.
  + Includes load.c fixes. Closes: #639959.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
###  Copyright (c) 2001 Mark D. Roth
11
11
###  Copyright (c) 2002, 2003 Akinori MUSHA
12
12
###  All rights reserved.
13
 
### 
 
13
###
14
14
###  Redistribution and use in source and binary forms, with or without
15
15
###  modification, are permitted provided that the following conditions
16
16
###  are met:
26
26
###  4. The University nor the names of their
27
27
###     contributors may be used to endorse or promote products derived from
28
28
###     this software without specific prior written permission.
29
 
### 
 
29
###
30
30
###  THIS SOFTWARE IS PROVIDED BY THE TRUSTEES AND CONTRIBUTORS ``AS IS'' AND
31
31
###  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32
32
###  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
39
39
###  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40
40
###  SUCH DAMAGE.
41
41
###
42
 
### $Id: mdoc2man.rb 25189 2009-10-02 12:04:37Z akr $
 
42
### $Id: mdoc2man.rb 31573 2011-05-15 11:55:52Z nobu $
43
43
###
44
44
 
45
45
class Mdoc2Man
210
210
        retval << 'and ' unless retval.empty?
211
211
        retval << @refauthors.shift
212
212
 
213
 
        # title 
 
213
        # title
214
214
        retval << ', \\fI' << @reftitle << '\\fP'
215
215
 
216
216
        # issue