[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.25 and 1.26

version 1.25, 2005/08/09 00:53:48 version 1.26, 2005/10/14 15:41:33
Line 179 
Line 179 
 {  {
         BUFFER          *bp;          BUFFER          *bp;
         LIST            *fnames, *el;          LIST            *fnames, *el;
         char             string[32], *bufp;          char             string[32];
   
         if ((bufp = eread("apropos: ", string, sizeof(string),          if (eread("apropos: ", string, sizeof(string), EFNUL | EFNEW) == NULL)
            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.25  
changed lines
  Added in v.1.26