Module Name: src
Committed By: wiz
Date: Sat Oct 8 20:19:10 UTC 2011
Modified Files:
src/usr.bin/cleantags: cleantags.1
Log Message:
Fix Dt argument. Correct date. Some wording improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/usr.bin/cleantags/cleantags.1:1.3
--- src/usr.bin/cleantags/cleantags.1:1.2 Sat Oct 8 19:20:50 2011
+++ src/usr.bin/cleantags/cleantags.1 Sat Oct 8 20:19:10 2011
@@ -1,22 +1,22 @@
-.\" $NetBSD: cleantags.1,v 1.2 2011/10/08 19:20:50 christos Exp $
+.\" $NetBSD: cleantags.1,v 1.3 2011/10/08 20:19:10 wiz Exp $
.\"
-.Dd October 8, 2001
-.Dt cleantags 1
+.Dd October 8, 2011
+.Dt CLEANTAGS 1
.Os
.Sh NAME
.Nm cleantags
-.Nd Remove
-.Dv $
-around
+.Nd remove dollar signs around
.Xr rcs 1
-keywords.
+keywords
.Sh SYNOPSIS
.Nm Op Fl v
.Ar files|directories
.Sh DESCRIPTION
The
.Nm
-utility removes dollars around
+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.