summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/chkprintcap
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
commit97d92980a96a50750844f420cc225ddf918f0699 (patch)
treefc27ba7986197654e0590b963524833255709f22 /usr.sbin/lpr/chkprintcap
parentdacec3e8f2226e029edbfe9938772ed71d99af62 (diff)
downloadsrc-test2-97d92980a96a50750844f420cc225ddf918f0699.tar.gz
src-test2-97d92980a96a50750844f420cc225ddf918f0699.zip
Notes
Diffstat (limited to 'usr.sbin/lpr/chkprintcap')
-rw-r--r--usr.sbin/lpr/chkprintcap/Makefile2
-rw-r--r--usr.sbin/lpr/chkprintcap/chkprintcap.82
-rw-r--r--usr.sbin/lpr/chkprintcap/chkprintcap.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/lpr/chkprintcap/Makefile b/usr.sbin/lpr/chkprintcap/Makefile
index 25d4775bced6..e671ec98a94d 100644
--- a/usr.sbin/lpr/chkprintcap/Makefile
+++ b/usr.sbin/lpr/chkprintcap/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1998/06/11 03:51:34 jb Exp $
+# $FreeBSD$
PROG= chkprintcap
MAN8= chkprintcap.8
diff --git a/usr.sbin/lpr/chkprintcap/chkprintcap.8 b/usr.sbin/lpr/chkprintcap/chkprintcap.8
index 6c689b9a98ca..ecf7822cef57 100644
--- a/usr.sbin/lpr/chkprintcap/chkprintcap.8
+++ b/usr.sbin/lpr/chkprintcap/chkprintcap.8
@@ -25,7 +25,7 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: chkprintcap.8,v 1.1 1997/12/02 20:45:09 wollman Exp $
+.\" $FreeBSD$
.Dd November 30, 1997
.Dt CHKPRINTCAP 8
.Os
diff --git a/usr.sbin/lpr/chkprintcap/chkprintcap.c b/usr.sbin/lpr/chkprintcap/chkprintcap.c
index 9b4e8c92b0ec..8b8465651e44 100644
--- a/usr.sbin/lpr/chkprintcap/chkprintcap.c
+++ b/usr.sbin/lpr/chkprintcap/chkprintcap.c
@@ -30,7 +30,7 @@
static const char copyright[] =
"Copyright (C) 1997, Massachusetts Institute of Technology\r\n";
static const char rcsid[] =
- "$Id: chkprintcap.c,v 1.1 1997/12/02 20:45:11 wollman Exp $";
+ "$FreeBSD$";
#include <sys/types.h>
#include <sys/queue.h>