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

Diff for /src/usr.bin/cvs/rcs.c between version 1.20 and 1.21

version 1.20, 2005/01/12 19:23:27 version 1.21, 2005/01/13 20:50:57
Line 750 
Line 750 
         return (fl);          return (fl);
 }  }
   
   void
   rcs_kflag_usage(void)
   {
           fprintf(stderr, "Valid expansion modes include:\n"
               "\t-kkv\t\tGenerate keywords using the default form.\n"
               "\t-kkvl\t\tLike -kkv, except locker's name inserted.\n"
               "\t-kk\t\tGenerate only keyword names in keyword strings.\n"
               "\t-kv\t\tGenerate only keyword values in keyword strings.\n"
               "\t-ko\t\tGenerate the old keyword string "
               "(no changes from checked in file).\n"
               "\t-kb\t\tGenerate binary file unmodified (merges not allowed).\n");
   }
   
 /*  /*
  * rcs_parse()   * rcs_parse()

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21