diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
| commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
| tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /usr.bin/write | |
| parent | 54055718ff5134ddd61afc4c5f01440022040a06 (diff) | |
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 e7b24a14d8ab3..dcdd388056e67 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.20.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd July 17, 2004 .Dt WRITE 1 diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index 878c8c1d0ba1a..139d72cdedbf1 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.10.1.6.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/signal.h> |
