[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.162 and 1.163

version 1.162, 2006/04/10 08:08:00 version 1.163, 2006/04/10 12:15:21
Line 1570 
Line 1570 
         return (esp);          return (esp);
 }  }
   
 void  
 rcs_kflag_usage(void)  
 {  
         fprintf(stderr, "Valid expansion modes include:\n"  
             "\t-kkv\tGenerate keywords using the default form.\n"  
             "\t-kkvl\tLike -kkv, except locker's name inserted.\n"  
             "\t-kk\tGenerate only keyword names in keyword strings.\n"  
             "\t-kv\tGenerate only keyword values in keyword strings.\n"  
             "\t-ko\tGenerate old keyword string "  
             "(no changes from checked in file).\n"  
             "\t-kb\tGenerate binary file unmodified (merges not allowed).\n");  
 }  
   
 /* rcs_parse_deltas()  /* rcs_parse_deltas()
  *   *
  * Parse deltas. If <rev> is not NULL, parse only as far as that   * Parse deltas. If <rev> is not NULL, parse only as far as that
Line 2915 
Line 2902 
         "Dec"          "Dec"
 };  };
   
   void
   rcs_kflag_usage(void)
   {
           (void)fprintf(stderr, "Valid expansion modes include:\n"
               "\t-kkv\tGenerate keywords using the default form.\n"
               "\t-kkvl\tLike -kkv, except locker's name inserted.\n"
               "\t-kk\tGenerate only keyword names in keyword strings.\n"
               "\t-kv\tGenerate only keyword values in keyword strings.\n"
               "\t-ko\tGenerate old keyword string "
               "(no changes from checked in file).\n"
               "\t-kb\tGenerate binary file unmodified (merges not allowed).\n");
   }
   
 /*  /*
  * Checkout a certain revision <rev> of RCS file <rf> to either standard   * Checkout a certain revision <rev> of RCS file <rf> to either standard
  * output when running in server mode, or to <fpath> when running in local mode.   * output when running in server mode, or to <fpath> when running in local mode.
Line 3128 
Line 3128 
         return (ret);          return (ret);
 }  }
   
 #endif  #endif  /* !RCSPROG */

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163