![]() |
![]()
| ![]() |
![]()
NAMEcdc - change the delta commentary of an SCCS delta SYNOPSIScdc -rsid [-mmr-list]
[-y[comment]] s.filename...
DESCRIPTIONcdc annotates the delta commentary for the SCCS delta ID (SID) specified by the -r option in each named s.file. If the v flag is set in the s.file, you can also use cdc to update the Modification Request (MR) list. If you checked in the delta, or, if you own the file and directory and have write permission, you can use cdc to annotate the commentary. Rather than replacing the existing commentary, cdc inserts the new comment you supply, followed by a line of the form: *** CHANGED *** yy/mm/dd hh/mm/ss username above the existing commentary. If a directory is named as the s.filename argument, the cdc command applies to all s.files in that directory. Unreadable s.files produce an error; processing continues with the next file (if any). If `−' is given as the s.filename argument, each line of the standard input is taken as the name of an SCCS history file to be processed, and the -m and -y options must be used.
EXAMPLESExample 1 Changing the annotated commentary The following command:
$ cdc -r1.6 -y"corrected commentary" s.program.c produces the following annotated commentary for delta 1.6 in s.program.c:
D 1.6 88/07/05 23:21:07 username 9 0 00001/00000/00000 MRs: COMMENTS: corrected commentary *** CHANGED *** 88/07/07 14:09:41 username performance enhancements in main() FILES
SEE ALSOadmin(1), delta(1), help(1), prs(1), sccsfile(5) DIAGNOSTICSUse the SCCS help command for explanations (see help(1)).
|