You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
557 B
14 lines
557 B
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
|
|
|