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 2b9490209418..ed24d2c5060e 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.6.2.1 1999/08/29 15:34:53 peter Exp $
.\"
.Dd June 6, 1993
.Dt WRITE 1
diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c
index f3827de092f9..d4d5fe554a15 100644
--- a/usr.bin/write/write.c
+++ b/usr.bin/write/write.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)write.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/write/write.c,v 1.10.2.1 1999/08/29 15:34:53 peter Exp $";
#endif /* not lint */
#include <sys/param.h>