Module Name: src
Committed By: wiz
Date: Sun Apr 7 17:43:01 UTC 2013
Modified Files:
src/usr.bin/paste: paste.1
Log Message:
Remove second NetBSD RCS Id.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/paste/paste.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/paste/paste.1
diff -u src/usr.bin/paste/paste.1:1.8 src/usr.bin/paste/paste.1:1.9
--- src/usr.bin/paste/paste.1:1.8 Sun Apr 7 17:40:16 2013
+++ src/usr.bin/paste/paste.1 Sun Apr 7 17:43:01 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: paste.1,v 1.8 2013/04/07 17:40:16 jdf Exp $
+.\" $NetBSD: paste.1,v 1.9 2013/04/07 17:43:01 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)paste.1 8.1 (Berkeley) 6/6/93
-.\" $NetBSD: paste.1,v 1.8 2013/04/07 17:40:16 jdf Exp $
.\"
.Dd June 6, 1993
.Dt PASTE 1