Module Name: src
Committed By: agc
Date: Sun Dec 11 23:01:55 UTC 2011
Modified Files:
src/usr.bin/cleantags: cleantags.1
Log Message:
We usually refer to RCS keywords as "Ids", so make it obvious in the
synopsis that this script strips RCS Ids, and cross reference
ident(1) - makes it easier to find this utility with apropos(1).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/cleantags/cleantags.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/cleantags/cleantags.1
diff -u src/usr.bin/cleantags/cleantags.1:1.3 src/usr.bin/cleantags/cleantags.1:1.4
--- src/usr.bin/cleantags/cleantags.1:1.3 Sat Oct 8 20:19:10 2011
+++ src/usr.bin/cleantags/cleantags.1 Sun Dec 11 23:01:55 2011
@@ -1,13 +1,13 @@
-.\" $NetBSD: cleantags.1,v 1.3 2011/10/08 20:19:10 wiz Exp $
+.\" $NetBSD: cleantags.1,v 1.4 2011/12/11 23:01:55 agc Exp $
.\"
-.Dd October 8, 2011
+.Dd December 11, 2011
.Dt CLEANTAGS 1
.Os
.Sh NAME
.Nm cleantags
.Nd remove dollar signs around
.Xr rcs 1
-keywords
+ids and keywords
.Sh SYNOPSIS
.Nm Op Fl v
.Ar files|directories
@@ -18,11 +18,15 @@ utility removes dollar signs
.Pq Sq $
around
.Xr rcs 1
-id keywords in order to disable further changes to them.
-It is used when importing 3rd party programs to the tree.
+id keywords,
+which can be displayed using
+.Xr ident 1 ,
+in order to disable further changes to them.
+It is used when importing third party programs to the tree.
.Pp
The
.Fl v
flag can be used to list the files that are changed.
.Sh SEE ALSO
+.Xr ident 1 ,
.Xr rcs 1