Fredrik Fornwall
8 years ago
2 changed files with 15 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
diff -u -r ../bash-completion-2.5/completions/man ./completions/man
|
|||
--- ../bash-completion-2.5/completions/man 2016-09-04 17:26:26.000000000 +0200
|
|||
+++ ./completions/man 2017-05-25 21:59:14.472791735 +0200
|
|||
@@ -57,9 +57,7 @@
|
|||
fi |
|||
|
|||
local manpath="$MANPATH" |
|||
- [[ -z $manpath ]] && \
|
|||
- manpath=$( manpath 2>/dev/null || command man -w 2>/dev/null )
|
|||
- [[ -z $manpath ]] && manpath="/usr/share/man:/usr/local/share/man"
|
|||
+ [[ -z $manpath ]] && manpath="@TERMUX_PREFIX@/share/man"
|
|||
|
|||
# determine manual section to search |
|||
local sect |
Loading…
Reference in new issue