aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/write
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/write')
-rw-r--r--usr.bin/write/write.12
-rw-r--r--usr.bin/write/write.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1
index f133cc643437..d27b52949689 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.12 2004/07/17 04:15:27 tjr Exp $
.\"
.Dd July 17, 2004
.Dt WRITE 1
diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c
index ca8210c9b28f..b5390be8eea4 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.17 2002/09/04 23:29:09 dwmalone Exp $");
#include <sys/param.h>
#include <sys/signal.h>