diff options
Diffstat (limited to 'usr.bin/pr')
-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 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index 395622729950d..65d0e9ecfc566 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.9 2000/03/01 12:20:07 sheldonh Exp $ .\" .Dd April 18, 1994 .Dt PR 1 diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index 850ecdadac7c6..04b7c8bf1c7c4 100644 --- a/usr.bin/pr/pr.c +++ b/usr.bin/pr/pr.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/pr/pr.c,v 1.9 1999/12/04 03:19:15 kris Exp $ */ #ifndef lint diff --git a/usr.bin/pr/pr.h b/usr.bin/pr/pr.h index f132675e5aea3..13ffdef93c136 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.3 1999/11/30 19:44:33 ache Exp $ */ /* |