diff options
Diffstat (limited to 'usr.bin/chat')
-rw-r--r-- | usr.bin/chat/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/chat/chat.8 | 2 | ||||
-rw-r--r-- | usr.bin/chat/chat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index 1154024e846f..e7bf32c64ac7 100644 --- a/usr.bin/chat/Makefile +++ b/usr.bin/chat/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1997/08/22 15:42:31 peter Exp $ +# $Id: Makefile,v 1.6 1998/12/06 22:58:13 archie Exp $ PROG= chat CFLAGS+=-Wall diff --git a/usr.bin/chat/chat.8 b/usr.bin/chat/chat.8 index 26ef735b53c9..657ef96dee29 100644 --- a/usr.bin/chat/chat.8 +++ b/usr.bin/chat/chat.8 @@ -1,6 +1,6 @@ .\" -*- nroff -*- .\" manual page [] for chat 1.8 -.\" $Id: chat.8,v 1.11 1998/06/03 04:21:36 jkoshy Exp $ +.\" $Id: chat.8,v 1.12 1998/06/23 21:58:41 peter Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index c25b8cfd8775..1f9df5bd92b9 100644 --- a/usr.bin/chat/chat.c +++ b/usr.bin/chat/chat.c @@ -79,7 +79,7 @@ #ifndef lint static const char rcsid[] = - "$Id: chat.c,v 1.12 1998/06/23 21:58:41 peter Exp $"; + "$Id: chat.c,v 1.13 1998/12/06 22:58:13 archie Exp $"; #endif #include <stdio.h> |