xref: /netbsd-src/external/gpl2/rcs/dist/README (revision 7bdc26784bf54dccf8e31c40b2af54b918f70f81)
1*7bdc2678SchristosThis directory contains sources and documentation for RCS.
2*7bdc2678Schristos
3*7bdc2678SchristosRCS, the Revision Control System, manages multiple revisions of files.
4*7bdc2678SchristosRCS can store, retrieve, log, identify, and merge revisions.
5*7bdc2678SchristosIt is useful for files that are revised frequently,
6*7bdc2678Schristose.g. programs, documentation, graphics, and papers.
7*7bdc2678Schristos
8*7bdc2678SchristosSee the following files and directories for more information.
9*7bdc2678Schristos
10*7bdc2678Schristos	COPYING - copying conditions
11*7bdc2678Schristos	CREDITS - authorship information
12*7bdc2678Schristos	INSTALL - generic installation instructions
13*7bdc2678Schristos	INSTALL.RCS - installation instructions specific to RCS
14*7bdc2678Schristos	NEWS - recent changes, and possible future changes
15*7bdc2678Schristos	REFS - references to RCS and related free software and documentation
16*7bdc2678Schristos	man - sources for manual page entries
17*7bdc2678Schristos	rcs.ms - troff source for the paper `RCS--A System for Version Control'
18*7bdc2678Schristos	rcs_func.ms - brief overview
19*7bdc2678Schristos	src - sources for programs
20*7bdc2678Schristos	src/version.c - the version number of this release
21*7bdc2678Schristos
22*7bdc2678SchristosIf you lack troff, you can get GNU groff to format the documentation.
23*7bdc2678Schristos
24*7bdc2678SchristosReport problems and direct all questions to:
25*7bdc2678Schristos
26*7bdc2678Schristos	 rcs-bugs@cs.purdue.edu
27*7bdc2678Schristos
28*7bdc2678SchristosId: README,v 5.24 1995/06/16 06:19:24 eggert Exp
29