diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-04-23 20:07:21 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-04-23 20:07:21 +0000 |
| commit | 9dabdff52e1ce0955a9ba4e23d5cd454c1eed72a (patch) | |
| tree | 2f09a171581cf8fac6272c0f3f4944e523572672 /usr.bin/xlint | |
| parent | 18668d02787e97b07033fa0bd608c2f73dba39cb (diff) | |
Notes
Diffstat (limited to 'usr.bin/xlint')
| -rw-r--r-- | usr.bin/xlint/xlint/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/xlint/xlint/lint.1 | 2 | ||||
| -rw-r--r-- | usr.bin/xlint/xlint/pathnames.h | 2 | ||||
| -rw-r--r-- | usr.bin/xlint/xlint/xlint.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/xlint/xlint/Makefile b/usr.bin/xlint/xlint/Makefile index 47494703ecc3..9ac2f93d4360 100644 --- a/usr.bin/xlint/xlint/Makefile +++ b/usr.bin/xlint/xlint/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 1995/07/03 21:25:14 cgd Exp $ +# $NetBSD: Makefile,v 1.2 1995/07/03 21:25:14 cgd Exp $ # $FreeBSD$ .PATH: ${.CURDIR}/../lint1 PROG= xlint -PROGNAME=lint +PROGNAME= lint SRCS= xlint.c mem.c MAN= lint.1 diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index 9d5a050a38c6..9e16bc6ae3b9 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: lint.1,v 1.3 1995/10/23 13:45:31 jpo Exp $ +.\" $NetBSD: lint.1,v 1.3 1995/10/23 13:45:31 jpo Exp $ .\" .\" Copyright (c) 1994, 1995 Jochen Pohl .\" All Rights Reserved. diff --git a/usr.bin/xlint/xlint/pathnames.h b/usr.bin/xlint/xlint/pathnames.h index a1a748629d26..93a842ad7a99 100644 --- a/usr.bin/xlint/xlint/pathnames.h +++ b/usr.bin/xlint/xlint/pathnames.h @@ -1,4 +1,4 @@ -/* $NetBSD: pathnames.h,v 1.2 1995/07/03 21:25:20 cgd Exp $ */ +/* $NetBSD: pathnames.h,v 1.2 1995/07/03 21:25:20 cgd Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl diff --git a/usr.bin/xlint/xlint/xlint.c b/usr.bin/xlint/xlint/xlint.c index 7d591956443a..687f935a1fa6 100644 --- a/usr.bin/xlint/xlint/xlint.c +++ b/usr.bin/xlint/xlint/xlint.c @@ -1,4 +1,4 @@ -/* $NetBSD: xlint.c,v 1.3 1995/10/23 14:29:30 jpo Exp $ */ +/* $NetBSD: xlint.c,v 1.3 1995/10/23 14:29:30 jpo Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl |
