diff options
Diffstat (limited to 'sbin/routed/rtquery')
| -rw-r--r-- | sbin/routed/rtquery/Makefile | 2 | ||||
| -rw-r--r-- | sbin/routed/rtquery/rtquery.8 | 2 | ||||
| -rw-r--r-- | sbin/routed/rtquery/rtquery.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile index adc9d15eb70b..dd80c18a5d7c 100644 --- a/sbin/routed/rtquery/Makefile +++ b/sbin/routed/rtquery/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 14:33:13 peter Exp $ PROG= rtquery MAN8= rtquery.8 diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index 4c51c8feb6d0..85e076531630 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -1,4 +1,4 @@ -.\" $Id: rtquery.8,v 1.7 1997/06/13 20:58:09 max Exp $ +.\" $Id: rtquery.8,v 1.8 1998/07/28 06:36:30 charnier Exp $ .Dd June 1, 1996 .Dt RTQUERY 8 .Os BSD 4.4 diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c index 071b8e985267..a4452074ac5c 100644 --- a/sbin/routed/rtquery/rtquery.c +++ b/sbin/routed/rtquery/rtquery.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id: rtquery.c,v 1.8 1998/07/22 05:49:36 phk Exp $"; + "$Id: rtquery.c,v 1.9 1998/07/28 06:36:31 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |
