aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/sysenv.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-09-18 14:23:52 -0400
committerRalph Amissah <ralph@amissah.com>2010-09-22 10:01:35 -0400
commit244f9e9671e15892beb2e5b2e7e7e88a3785b8e7 (patch)
treeef372908c1c5160ceeeaacbbcc1c93687ef987b7 /lib/sisu/v2/sysenv.rb
parentoptions, bullet proof matches for --long-options (effects minor fix) (diff)
urls, sysenv, set manpage viewer to "man"
Diffstat (limited to 'lib/sisu/v2/sysenv.rb')
-rw-r--r--lib/sisu/v2/sysenv.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/sisu/v2/sysenv.rb b/lib/sisu/v2/sysenv.rb
index 12348dc3..395559a8 100644
--- a/lib/sisu/v2/sysenv.rb
+++ b/lib/sisu/v2/sysenv.rb
@@ -2005,6 +2005,9 @@ WOK
? @rc['program_select']['odf_viewer'] \
: 'oowriter' #'odf-viewer','oowriter'
end
+ def manpage_viewer
+ 'man'
+ end
def manpage_generator
((defined? @rc['program_select']['man']) \
&& @rc['program_select']['man'] =~/\S\S+/) \