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

Diff for /src/usr.bin/rcs/rcsprog.c between version 1.92 and 1.93

version 1.92, 2006/04/01 06:19:29 version 1.93, 2006/04/06 10:13:00
Line 29 
Line 29 
 #include "rcsprog.h"  #include "rcsprog.h"
   
 #define RCS_CMD_MAXARG  128  #define RCS_CMD_MAXARG  128
 #define RCSPROG_OPTSTRING       "A:a:b::c:e::hik:Ll::m:Mn:N:qt::TUu::Vx::z:"  #define RCSPROG_OPTSTRING       "A:a:b::c:e::hik:Ll::m:Mn:N:qt::TUu::Vx::z::"
   
 #define DESC_PROMPT     "enter description, terminated with single '.' "      \  #define DESC_PROMPT     "enter description, terminated with single '.' "      \
                         "or end of file:\nNOTE: This is NOT the log message!" \                          "or end of file:\nNOTE: This is NOT the log message!" \

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93