Magellan Linux

Annotation of /trunk/man/patches/man-1.5m2-apropos.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 324 - (hide annotations) (download)
Mon Aug 20 16:04:40 2007 UTC (16 years, 10 months ago) by niro
File size: 450 byte(s)
-missing cron file and added some fixes

1 niro 324 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