--- 43BSDReno/share/doc/ps1/13.rcs/rcs.ms 2018/04/24 16:12:57 1.1 +++ 43BSDReno/share/doc/ps1/13.rcs/rcs.ms 2018/04/24 16:12:57 1.1.1.1 @@ -235,19 +235,19 @@ Automatic Identification RCS can put special strings for identification into your source and object code. To obtain such identification, place the marker .DS -$Header: /var/lib/cvsd/CSRG/43BSDReno/share/doc/ps1/13.rcs/rcs.ms,v 1.1 2018/04/24 16:12:57 root Exp $ +$Header: /var/lib/cvsd/CSRG/43BSDReno/share/doc/ps1/13.rcs/rcs.ms,v 1.1.1.1 2018/04/24 16:12:57 root Exp $ .DE into your text, for instance inside a comment. RCS will replace this marker with a string of the form .DS -$Header: /var/lib/cvsd/CSRG/43BSDReno/share/doc/ps1/13.rcs/rcs.ms,v 1.1 2018/04/24 16:12:57 root Exp $ +$Header: /var/lib/cvsd/CSRG/43BSDReno/share/doc/ps1/13.rcs/rcs.ms,v 1.1.1.1 2018/04/24 16:12:57 root Exp $ .DE You never need to touch this string, because RCS keeps it up to date automatically. To propagate the marker into your object code, simply put it into a literal character string. In C, this is done as follows: .DS -static char rcsid[] = "$Header: /var/lib/cvsd/CSRG/43BSDReno/share/doc/ps1/13.rcs/rcs.ms,v 1.1 2018/04/24 16:12:57 root Exp $"; +static char rcsid[] = "$Header: /var/lib/cvsd/CSRG/43BSDReno/share/doc/ps1/13.rcs/rcs.ms,v 1.1.1.1 2018/04/24 16:12:57 root Exp $"; .DE The command \fIident\fR extracts such markers from any file, even object code. Thus, \fIident\fR helps you to find out @@ -256,8 +256,8 @@ which revisions of which modules were us You may also find it useful to put the marker .DS $Log: rcs.ms,v $ -Revision 1.1 2018/04/24 16:12:57 root -Initial revision +Revision 1.1.1.1 2018/04/24 16:12:57 root +BSD 4.3reno .DE into your text, inside a comment. This marker accumulates