summaryrefslogtreecommitdiff
blob: 9735a5330e8898779e12d241995c69c59fae04ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Ripped from Fedora

--- man-1.5m2/src/apropos.sh
+++ man-1.5m2/src/apropos.sh
@@ -19,9 +19,9 @@
 
 # When man pages in your favorite locale look to grep like binary files
 # (and you use GNU grep) you may want to add the 'a' option to *grepopt1.
-aproposgrepopt1='i'
+aproposgrepopt1='ai'
 aproposgrepopt2=''
-whatisgrepopt1='iw'
+whatisgrepopt1='aiw'
 whatisgrepopt2='^'
 grepopt1=$%apropos_or_whatis%grepopt1
 grepopt2=$%apropos_or_whatis%grepopt2