aboutsummaryrefslogtreecommitdiffstats
path: root/tool/mdoc2man.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-15 11:55:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-15 11:55:52 +0000
commit3a47cf3395dd4c4fe8bdd5df13aab698f2ca314b (patch)
treec4a278220ba8141b829c5c7b0777c1049cfe413c /tool/mdoc2man.rb
parent39da1b63699faf30c86e753e193c29b81b16136d (diff)
downloadruby-3a47cf3395dd4c4fe8bdd5df13aab698f2ca314b.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/mdoc2man.rb')
-rwxr-xr-xtool/mdoc2man.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/tool/mdoc2man.rb b/tool/mdoc2man.rb
index 0922474b47..274f2d5d08 100755
--- a/tool/mdoc2man.rb
+++ b/tool/mdoc2man.rb
@@ -10,7 +10,7 @@
### Copyright (c) 2001 Mark D. Roth
### Copyright (c) 2002, 2003 Akinori MUSHA
### All rights reserved.
-###
+###
### Redistribution and use in source and binary forms, with or without
### modification, are permitted provided that the following conditions
### are met:
@@ -26,7 +26,7 @@
### 4. The University nor the names of their
### contributors may be used to endorse or promote products derived from
### this software without specific prior written permission.
-###
+###
### THIS SOFTWARE IS PROVIDED BY THE TRUSTEES AND CONTRIBUTORS ``AS IS'' AND
### ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
### IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -210,7 +210,7 @@ class Mdoc2Man
retval << 'and ' unless retval.empty?
retval << @refauthors.shift
- # title
+ # title
retval << ', \\fI' << @reftitle << '\\fP'
# issue