aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/urls.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-03-10 08:59:09 -0500
committerRalph Amissah <ralph@amissah.com>2011-03-10 08:59:14 -0500
commit93308a6a6decab0ca708bdd893d2c5eecdf5fb2f (patch)
tree9c03fd5b4115eb47b8d6179ca9850cbef4b4c6f6 /lib/sisu/v3/urls.rb
parentv2, v3: dal_doc_str: fix, looks like typo in regex (diff)
v3 (v2): manpage, param, urls: manpage output presentation fixes
* manpage: lowercase .br; correct newlines before .nf and after .fi; no escape of hyphens; remove redundant links; endnotes array requires flatten; screen info on output path) * param: manpage header .br and no escape of hyphens * urls: correct output path for manpage
Diffstat (limited to 'lib/sisu/v3/urls.rb')
-rw-r--r--lib/sisu/v3/urls.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3/urls.rb b/lib/sisu/v3/urls.rb
index 127a17c2..900d9849 100644
--- a/lib/sisu/v3/urls.rb
+++ b/lib/sisu/v3/urls.rb
@@ -230,7 +230,7 @@ module SiSU_urls
end
if x=~/^i/ \
and @opt.cmd =~/i/
- SiSU_Screen::Ansi.new(@opt.cmd,"-#{x}","#{@prog.manpage_viewer} #{@env.processing_path.manpage}/#{@fnb}.1").result
+ SiSU_Screen::Ansi.new(@opt.cmd,"-#{x}","#{@prog.manpage_viewer} #{@md.file.output_path.manpage}/#{@md.file.base_filename.manpage}").result
end
if x=~/^N/ \
and @opt.cmd =~/N/