diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-21 05:50:02 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-21 05:50:02 +0000 |
| commit | 1598515ece5ff1d40692c49b4a62801332aa8be1 (patch) | |
| tree | ad2cdc8d81a1a320072724c9959e53a092b6e5f2 /usr.bin/cmp | |
| parent | 157f0596b9d3a9a573cfce94aa43e80f12142fb9 (diff) | |
Diffstat (limited to 'usr.bin/cmp')
| -rw-r--r-- | usr.bin/cmp/cmp.1 | 2 | ||||
| -rw-r--r-- | usr.bin/cmp/cmp.c | 2 | ||||
| -rw-r--r-- | usr.bin/cmp/extern.h | 2 | ||||
| -rw-r--r-- | usr.bin/cmp/regular.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index fe53d139370b..9e401d354b24 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cmp.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/cmp/cmp.1,v 1.7.2.3 2000/12/08 15:13:26 ru Exp $ .\" .Dd June 6, 1993 .Dt CMP 1 diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 73e89e4aaf7b..14a8387e8f28 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/cmp/cmp.c,v 1.6.6.3 2000/07/25 13:04:41 sheldonh Exp $ * */ diff --git a/usr.bin/cmp/extern.h b/usr.bin/cmp/extern.h index f3f25d764d69..2d4382efa236 100644 --- a/usr.bin/cmp/extern.h +++ b/usr.bin/cmp/extern.h @@ -32,7 +32,7 @@ * * @(#)extern.h 8.3 (Berkeley) 4/2/94 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/cmp/extern.h,v 1.1.1.1.14.1 2000/07/02 09:28:37 ps Exp $ * */ diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index e2d04358ddd4..ba19287cd8ae 100644 --- a/usr.bin/cmp/regular.c +++ b/usr.bin/cmp/regular.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/cmp/regular.c,v 1.7.2.2 2000/07/02 11:14:42 ps Exp $ * */ |
