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

Diff for /src/usr.bin/mg/help.c between version 1.24 and 1.25

version 1.24, 2005/06/14 18:14:40 version 1.25, 2005/08/09 00:53:48
Line 181 
Line 181 
         LIST            *fnames, *el;          LIST            *fnames, *el;
         char             string[32], *bufp;          char             string[32], *bufp;
   
         if ((bufp = eread("apropos: ", string, sizeof(string), EFNEW)) == NULL)          if ((bufp = eread("apropos: ", string, sizeof(string),
              EFNUL | EFNEW)) == NULL)
                 return (ABORT);                  return (ABORT);
         /* FALSE means we got a 0 character string, which is fine */          /* FALSE means we got a 0 character string, which is fine */
         bp = bfind("*help*", TRUE);          bp = bfind("*help*", TRUE);

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