aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-17 14:46:24 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-17 14:46:24 -0700
commitebfa285122b8660ef842f4d1d6ed194a002253b0 (patch)
treee37fa216cc487e8ee9117bc0e3c37cea12a2994c /share
parent27212719dc43c1069982ec1dd7389c76956aee2a (diff)
Teach __fish_print_help.fish about the new man path
Diffstat (limited to 'share')
-rw-r--r--share/functions/__fish_print_help.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/__fish_print_help.fish b/share/functions/__fish_print_help.fish
index b213c881..08a70f72 100644
--- a/share/functions/__fish_print_help.fish
+++ b/share/functions/__fish_print_help.fish
@@ -23,7 +23,7 @@ function __fish_print_help --description "Print help message for the specified f
set -l sed_cmd -e $cmd1 -e $cmd2 -e $cmd3
# Render help output, save output into the variable 'help'
- set -l help (nroff -man $__fish_datadir/man/$item.1)
+ set -l help (nroff -man $__fish_datadir/man/man1/$item.1)
set -l lines (count $help)
# Print an empty line first