diff options
Diffstat (limited to 'usr.bin/write')
-rw-r--r-- | usr.bin/write/write.1 | 2 | ||||
-rw-r--r-- | usr.bin/write/write.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index e7b24a14d8ab..2854a585563a 100644 --- a/usr.bin/write/write.1 +++ b/usr.bin/write/write.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)write.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/write/write.1,v 1.14 2005/05/21 09:55:09 ru Exp $ .\" .Dd July 17, 2004 .Dt WRITE 1 diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index b0e0a1f91b8d..41c82e089c7c 100644 --- a/usr.bin/write/write.c +++ b/usr.bin/write/write.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)write.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/write/write.c,v 1.18 2005/01/05 11:52:40 cognet Exp $"); #include <sys/param.h> #include <sys/signal.h> |