diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /usr.bin/false | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Diffstat (limited to 'usr.bin/false')
| -rw-r--r-- | usr.bin/false/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/false/false.1 | 2 | ||||
| -rw-r--r-- | usr.bin/false/false.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/false/Makefile b/usr.bin/false/Makefile index ffae97dc061f..c08e6ca1976f 100644 --- a/usr.bin/false/Makefile +++ b/usr.bin/false/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/false/Makefile,v 1.3.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= false diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 415ec580a375..3a08c6aff6a8 100644 --- a/usr.bin/false/false.1 +++ b/usr.bin/false/false.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)false.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/false/false.1,v 1.11.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd June 6, 1993 .Dt FALSE 1 diff --git a/usr.bin/false/false.c b/usr.bin/false/false.c index 27b2c258cfff..03e414e74e15 100644 --- a/usr.bin/false/false.c +++ b/usr.bin/false/false.c @@ -41,7 +41,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)false.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/false/false.c,v 1.5.34.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); int main(void) |
