diff options
Diffstat (limited to 'usr.sbin/lpr/lpc')
| -rw-r--r-- | usr.sbin/lpr/lpc/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/lpc/cmds.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/lpc/cmdtab.c | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/lpc/lpc.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/lpr/lpc/lpc.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/lpr/lpc/Makefile b/usr.sbin/lpr/lpc/Makefile index 48fd38b2586c4..72ba6702dd149 100644 --- a/usr.sbin/lpr/lpc/Makefile +++ b/usr.sbin/lpr/lpc/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/lpr/lpc/Makefile,v 1.7 1999/08/28 01:16:50 peter Exp $ PROG= lpc CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS} diff --git a/usr.sbin/lpr/lpc/cmds.c b/usr.sbin/lpr/lpc/cmds.c index 1ed69c84a5619..b19cbf2ad602c 100644 --- a/usr.sbin/lpr/lpc/cmds.c +++ b/usr.sbin/lpr/lpc/cmds.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 4/28/95"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/lpr/lpc/cmds.c,v 1.14 2000/01/24 23:30:38 dillon Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/lpr/lpc/cmdtab.c b/usr.sbin/lpr/lpc/cmdtab.c index 8e2b6efba8484..fbb69a9c9db04 100644 --- a/usr.sbin/lpr/lpc/cmdtab.c +++ b/usr.sbin/lpr/lpc/cmdtab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/lpr/lpc/cmdtab.c,v 1.3 1999/08/28 01:16:51 peter Exp $"; #endif /* not lint */ #include <sys/cdefs.h> diff --git a/usr.sbin/lpr/lpc/lpc.8 b/usr.sbin/lpr/lpc/lpc.8 index f0586d726c456..7ac7106f547f9 100644 --- a/usr.sbin/lpr/lpc/lpc.8 +++ b/usr.sbin/lpr/lpc/lpc.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lpc.8 8.5 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/lpr/lpc/lpc.8,v 1.8 2000/03/01 14:09:15 sheldonh Exp $ .\" .Dd April 28, 1995 .Dt LPC 8 diff --git a/usr.sbin/lpr/lpc/lpc.c b/usr.sbin/lpr/lpc/lpc.c index 5bfa85920f5a9..50d4a6900ccb0 100644 --- a/usr.sbin/lpr/lpc/lpc.c +++ b/usr.sbin/lpr/lpc/lpc.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)lpc.c 8.3 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/lpr/lpc/lpc.c,v 1.13.2.1 2000/07/03 06:23:49 ps Exp $"; #endif /* not lint */ #include <sys/param.h> |
