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

Diff for /src/usr.bin/man/Attic/man.c between version 1.25 and 1.26

version 1.25, 2003/06/03 02:56:12 version 1.26, 2003/06/10 22:20:48
Line 406 
Line 406 
  *      Search the manuals for the pages.   *      Search the manuals for the pages.
  */   */
 static int  static int
 manual(page, tag, pg)  manual(char *page, TAG *tag, glob_t *pg)
         char *page;  
         TAG *tag;  
         glob_t *pg;  
 {  {
         ENTRY *ep, *e_sufp, *e_tag;          ENTRY *ep, *e_sufp, *e_tag;
         TAG *missp, *sufp;          TAG *missp, *sufp;

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26