diff options
Diffstat (limited to 'usr.bin/pr')
-rw-r--r-- | usr.bin/pr/egetopt.c | 2 | ||||
-rw-r--r-- | usr.bin/pr/extern.h | 2 | ||||
-rw-r--r-- | usr.bin/pr/pr.1 | 2 | ||||
-rw-r--r-- | usr.bin/pr/pr.c | 2 | ||||
-rw-r--r-- | usr.bin/pr/pr.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/pr/egetopt.c b/usr.bin/pr/egetopt.c index 277459ee47a7..183dfa71fdba 100644 --- a/usr.bin/pr/egetopt.c +++ b/usr.bin/pr/egetopt.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)egetopt.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/pr/egetopt.c,v 1.3.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include <ctype.h> #include <stdio.h> diff --git a/usr.bin/pr/extern.h b/usr.bin/pr/extern.h index da552c03e8e8..7620e7fba7ef 100644 --- a/usr.bin/pr/extern.h +++ b/usr.bin/pr/extern.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/pr/extern.h,v 1.3.34.1 2009/04/15 03:14:26 kensmith Exp $ */ extern int eoptind; diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index 035958e26bf5..75cfba97278c 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pr.1 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/pr/pr.1,v 1.22.20.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd July 3, 2004 .Dt PR 1 diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index fed27f253add..698f31370896 100644 --- a/usr.bin/pr/pr.c +++ b/usr.bin/pr/pr.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)pr.c 8.2 (Berkeley) 4/16/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/pr/pr.c,v 1.19.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/pr/pr.h b/usr.bin/pr/pr.h index a4346c788dcc..54b33f7d81d8 100644 --- a/usr.bin/pr/pr.h +++ b/usr.bin/pr/pr.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)pr.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/pr/pr.h,v 1.4.34.1 2009/04/15 03:14:26 kensmith Exp $ */ /* |