home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


cdc

cdc -r sid [options ] files

Change the delta comments of the specified sid (SCCS ID) of one or more SCCS files .

Options

-m [list ]

Add the list of modification request numbers (use a ! before any number to delete it). -m is useful only when admin has set the v flag for file . If -m is omitted, the terminal displays MRs? as an input prompt.

-y [string ]

Add string to the comments for the specified delta. If -y is omitted, the terminal displays comments? as an input prompt.

Example

For delta 1.3 of file s.prog.c , add modification numbers x01-5 and x02-8, and then add comments:

$ cdc -r1.3 s.prog.c 


MRs? x01-5 x02-8


comments? this went out to review


Previous: Reference: admin UNIX in a Nutshell: System V Edition Next: Reference: comb
Reference: admin Book Index Reference: comb

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System