]> git.draconx.ca Git - gentoo-fixes.git/blob - sys-apps/man/files/man-1.5m2-apropos.patch
sys-apps/man: Fix borken Gentoo man-1.6g-echo-escape.patch
[gentoo-fixes.git] / sys-apps / man / files / man-1.5m2-apropos.patch
1 Ripped from Fedora
2
3 --- man-1.5m2/src/apropos.sh
4 +++ man-1.5m2/src/apropos.sh
5 @@ -19,9 +19,9 @@
6  
7  # When man pages in your favorite locale look to grep like binary files
8  # (and you use GNU grep) you may want to add the 'a' option to *grepopt1.
9 -aproposgrepopt1='i'
10 +aproposgrepopt1='ai'
11  aproposgrepopt2=''
12 -whatisgrepopt1='iw'
13 +whatisgrepopt1='aiw'
14  whatisgrepopt2='^'
15  grepopt1=$%apropos_or_whatis%grepopt1
16  grepopt2=$%apropos_or_whatis%grepopt2