diff options
Diffstat (limited to 'usr.bin/cmp')
| -rw-r--r-- | usr.bin/cmp/Makefile | 2 | ||||
| -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/misc.c | 2 | ||||
| -rw-r--r-- | usr.bin/cmp/regular.c | 2 | ||||
| -rw-r--r-- | usr.bin/cmp/special.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile index 6ec82e4f8741..fcb385b494f3 100644 --- a/usr.bin/cmp/Makefile +++ b/usr.bin/cmp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cmp/Makefile,v 1.2.6.1 2001/11/21 10:47:54 dwmalone Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= cmp diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 2f82bc395d80..8fb0b97e4ffb 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.5 2003/02/24 22:37:41 trhodes Exp $ .\" .Dd June 6, 1993 .Dt CMP 1 diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 3d1e55f85b91..f2a778d46f57 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.4 2001/11/21 10:47:54 dwmalone Exp $ * */ diff --git a/usr.bin/cmp/extern.h b/usr.bin/cmp/extern.h index 9ab37d6d372c..c2c00e1a4c7b 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.2 2001/11/21 10:47:54 dwmalone Exp $ * */ diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index 258d86063967..34ed1ff573f9 100644 --- a/usr.bin/cmp/misc.c +++ b/usr.bin/cmp/misc.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/misc.c,v 1.2.6.1 2001/11/21 10:47:54 dwmalone Exp $ * */ diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 3c0b5ae17127..82d22cca2bf2 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.3 2001/11/21 10:47:54 dwmalone Exp $ * */ diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c index 0635781d68a0..22ff9aaf6f8d 100644 --- a/usr.bin/cmp/special.c +++ b/usr.bin/cmp/special.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/special.c,v 1.4.2.2 2003/07/10 08:20:18 murray Exp $ * */ |
