aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-10-08 08:25:21 +0000
committerterminaldweller <thabogre@gmail.com>2022-10-08 08:25:21 +0000
commitf9e8deec17ea1784b45e7ea620ed0fef49170359 (patch)
tree8c342caff8b39c58b1c91ca9426841e55e743357 /bin
parentupdate (diff)
downloadscripts-f9e8deec17ea1784b45e7ea620ed0fef49170359.tar.gz
scripts-f9e8deec17ea1784b45e7ea620ed0fef49170359.zip
update
Diffstat (limited to '')
-rwxr-xr-xbin/xman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/xman b/bin/xman
index a2220ec..63f686a 100755
--- a/bin/xman
+++ b/bin/xman
@@ -9,7 +9,7 @@ SOCKS_PROXY=socks5://127.0.0.1:9050 xlocate "man/man..\?/$1\.[0-9]" 2>/dev/null
while read -r pkg page; do
page=${page#* -> }
# xbps-query --cat=$page ${pkg%-*} | mandoc -O width=205 -a
- SOCKS_PROXY=socks5://127.0.0.1:9050 xbps-query --cat=$page ${pkg%-*} |
+ SOCKS_PROXY=socks5://127.0.0.1:9995 xbps-query --cat=$page ${pkg%-*} |
mandoc -O width=205 -c | col -b |
vim - -M -R \
-c 'set ft=man nomod nolist' \