summaryrefslogtreecommitdiff
path: root/usr.bin/write
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
commitc3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch)
tree399ca96df93caf6a718d5c0499575d187c3c753c /usr.bin/write
parent7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff)
downloadsrc-test-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.tar.gz
src-test-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.zip
$Id$ -> $FreeBSD$
Notes
Notes: svn path=/head/; revision=50477
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 a5fe52d340349..2b94902094180 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
-.\" $Id: write.1,v 1.5 1997/03/22 17:19:32 mpp Exp $
+.\" $FreeBSD$
.\"
.Dd June 6, 1993
.Dt WRITE 1
diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c
index f1a37fb6003a0..406eeb3f7565a 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[] =
- "$Id: write.c,v 1.10 1997/09/15 00:40:34 ache Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>