[BACK]Return to apropos.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / apropos

Diff for /src/usr.bin/apropos/Attic/apropos.c between version 1.7 and 1.9

version 1.7, 2000/11/20 14:03:31 version 1.9, 2003/06/03 02:56:05
Line 13 
Line 13 
  * 2. Redistributions in binary form must reproduce the above copyright   * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the   *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.   *    documentation and/or other materials provided with the distribution.
  * 3. All advertising materials mentioning features or use of this software   * 3. Neither the name of the University nor the names of its contributors
  *    must display the following acknowledgement:  
  *      This product includes software developed by the University of  
  *      California, Berkeley and its contributors.  
  * 4. Neither the name of the University nor the names of its contributors  
  *    may be used to endorse or promote products derived from this software   *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.   *    without specific prior written permission.
  *   *
Line 66 
Line 62 
   
 #define MAXLINELEN      8192            /* max line handled */  #define MAXLINELEN      8192            /* max line handled */
   
 void apropos __P((char **, char *, int));  void apropos(char **, char *, int);
 void lowstr __P((char *, char *));  void lowstr(char *, char *);
 int match __P((char *, char *));  int match(char *, char *);
 void usage __P((void));  void usage(void);
   
 int  int
 main(argc, argv)  main(argc, argv)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.9