Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/cleantags We usually refer to RCS keywords as "Ids", ...



details:   https://anonhg.NetBSD.org/src/rev/3bcac1f4932e
branches:  trunk
changeset: 771966:3bcac1f4932e
user:      agc <agc%NetBSD.org@localhost>
date:      Sun Dec 11 23:01:55 2011 +0000

description:
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).

diffstat:

 usr.bin/cleantags/cleantags.1 |  14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 813032470167 -r 3bcac1f4932e usr.bin/cleantags/cleantags.1
--- a/usr.bin/cleantags/cleantags.1     Sun Dec 11 22:53:26 2011 +0000
+++ b/usr.bin/cleantags/cleantags.1     Sun Dec 11 23:01:55 2011 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index