diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
| commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
| tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /usr.bin/false | |
| parent | a92e32c6e92d43c510782860a055a2d736966c11 (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..b77bc3c487c6 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.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= false diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 415ec580a375..e49815c516c1 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.40.1 2010/12/21 17:10:29 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..c08320c21b62 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.38.1 2010/12/21 17:10:29 kensmith Exp $"); int main(void) |
