Sun Dec 11 23:01:55 2011 UTC ()
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).


(agc)
diff -r1.3 -r1.4 src/usr.bin/cleantags/cleantags.1

cvs diff -r1.3 -r1.4 src/usr.bin/cleantags/cleantags.1 (expand / switch to unified diff)

--- src/usr.bin/cleantags/cleantags.1 2011/10/08 20:19:10 1.3
+++ src/usr.bin/cleantags/cleantags.1 2011/12/11 23:01:55 1.4
@@ -1,28 +1,32 @@ @@ -1,28 +1,32 @@
1.\" $NetBSD: cleantags.1,v 1.3 2011/10/08 20:19:10 wiz Exp $ 1.\" $NetBSD: cleantags.1,v 1.4 2011/12/11 23:01:55 agc Exp $
2.\" 2.\"
3.Dd October 8, 2011 3.Dd December 11, 2011
4.Dt CLEANTAGS 1 4.Dt CLEANTAGS 1
5.Os 5.Os
6.Sh NAME 6.Sh NAME
7.Nm cleantags 7.Nm cleantags
8.Nd remove dollar signs around 8.Nd remove dollar signs around
9.Xr rcs 1 9.Xr rcs 1
10keywords 10ids and keywords
11.Sh SYNOPSIS 11.Sh SYNOPSIS
12.Nm Op Fl v 12.Nm Op Fl v
13.Ar files|directories 13.Ar files|directories
14.Sh DESCRIPTION 14.Sh DESCRIPTION
15The 15The
16.Nm 16.Nm
17utility removes dollar signs 17utility removes dollar signs
18.Pq Sq $ 18.Pq Sq $
19around 19around
20.Xr rcs 1 20.Xr rcs 1
21id keywords in order to disable further changes to them. 21id keywords,
22It is used when importing 3rd party programs to the tree. 22which can be displayed using
 23.Xr ident 1 ,
 24in order to disable further changes to them.
 25It is used when importing third party programs to the tree.
23.Pp 26.Pp
24The 27The
25.Fl v 28.Fl v
26flag can be used to list the files that are changed. 29flag can be used to list the files that are changed.
27.Sh SEE ALSO 30.Sh SEE ALSO
 31.Xr ident 1 ,
28.Xr rcs 1 32.Xr rcs 1