diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
| commit | 201f78d6b90635d961fa373ecd706e3786333b7e (patch) | |
| tree | c8937d0d96aa193878973d98a3a5240f9232ad5a /usr.bin/keylogout | |
| parent | 99e934d3327f7c05890356105bbe793570b22829 (diff) | |
Diffstat (limited to 'usr.bin/keylogout')
| -rw-r--r-- | usr.bin/keylogout/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/keylogout/keylogout.1 | 2 | ||||
| -rw-r--r-- | usr.bin/keylogout/keylogout.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/keylogout/Makefile b/usr.bin/keylogout/Makefile index 1f5feec6e9d0..07a67120a520 100644 --- a/usr.bin/keylogout/Makefile +++ b/usr.bin/keylogout/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/keylogout/Makefile,v 1.4 2004/02/04 11:59:07 ru Exp $ PROG= keylogout diff --git a/usr.bin/keylogout/keylogout.1 b/usr.bin/keylogout/keylogout.1 index 6d643c90d1ad..485e12079024 100644 --- a/usr.bin/keylogout/keylogout.1 +++ b/usr.bin/keylogout/keylogout.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/keylogout/keylogout.1,v 1.5 2002/04/20 12:14:57 charnier Exp $ .\" @(#)keylogout.1 1.4 91/03/11 TIRPC 1.0; from 1.3 89/07/26 SMI; .Dd April 15, 1989 .Dt KEYLOGOUT 1 diff --git a/usr.bin/keylogout/keylogout.c b/usr.bin/keylogout/keylogout.c index e4fcf21adbeb..a7169ce48261 100644 --- a/usr.bin/keylogout/keylogout.c +++ b/usr.bin/keylogout/keylogout.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/keylogout/keylogout.c,v 1.5 2002/06/30 05:25:01 obrien Exp $"); /* * unset the secret key on local machine |
