diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-09-29 16:00:32 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-09-29 16:00:32 +0100 |
commit | c5e3e37e66ac980c2a9a458bfdc7455e831ad1ab (patch) | |
tree | be67d3a509f3728394b80513d367a3154d547897 /lib | |
parent | prepare documentation for use ... (diff) |
start preparing sisu-auto-generated man pages for 0.60 release
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v0/manpage.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sisu/v0/manpage.rb b/lib/sisu/v0/manpage.rb index 768fbc48..304bcda1 100644 --- a/lib/sisu/v0/manpage.rb +++ b/lib/sisu/v0/manpage.rb @@ -269,7 +269,9 @@ WOK util=SiSU_text_utils::Wrap.new(paragraph,78,m*2) else util=SiSU_text_utils::Wrap.new(paragraph,78,0) end - util.line_wrap + w=util.line_wrap + w.gsub!(/^(\\\.)/,' \1') + w end if lv times=wrapped.length |