[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.11 and 1.12

version 1.11, 2001/05/23 23:29:47 version 1.12, 2001/05/24 03:05:23
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
   
 /*  /*
  * Help functions for Mg 2   * Help functions for Mg 2
  */   */
   
 #include "def.h"  #include "def.h"
Line 230 
Line 230 
                 }                  }
         }          }
   
         return FALSE;          return FALSE;
 }  }
 #endif /* !NO_HELP */  #endif /* !NO_HELP */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12