diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-27 07:57:33 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-27 07:57:33 +0000 |
| commit | 90928716548537e93f54266e33cb4a3353fd3932 (patch) | |
| tree | 37675d5349af34454f2e21880134fb82d6854793 /usr.bin/keylogout | |
| parent | c6085d40c17b76abbaa35c8c53f14904021df451 (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 cc433e444669..9674b3ce9bea 100644 --- a/usr.bin/keylogout/Makefile +++ b/usr.bin/keylogout/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/keylogout/Makefile,v 1.3 1999/08/28 01:02:28 peter Exp $ PROG= keylogout diff --git a/usr.bin/keylogout/keylogout.1 b/usr.bin/keylogout/keylogout.1 index 6d643c90d1ad..242a99c7b06a 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.4.2.2 2002/07/15 06:39:20 keramida 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 d5276d2e168f..347fc021914c 100644 --- a/usr.bin/keylogout/keylogout.c +++ b/usr.bin/keylogout/keylogout.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/keylogout/keylogout.c,v 1.3 1999/08/28 01:02:29 peter Exp $"; #endif /* not lint */ /* |
