diff options
Diffstat (limited to 'sbin/route')
-rw-r--r-- | sbin/route/route.8 | 2 | ||||
-rw-r--r-- | sbin/route/route.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 31e03145eac18..ebab5da523f57 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)route.8 8.3 (Berkeley) 3/19/94 -.|' $Id: route.8,v 1.10 1997/02/22 14:33:09 peter Exp $ +.|' $Id: route.8,v 1.7.2.1 1997/03/03 07:01:44 mpp Exp $ .\" .Dd March 19, 1994 .Dt ROUTE 8 diff --git a/sbin/route/route.c b/sbin/route/route.c index 8bda0552cce7d..c4b14f509cebf 100644 --- a/sbin/route/route.c +++ b/sbin/route/route.c @@ -43,7 +43,7 @@ static const char copyright[] = static char sccsid[] = "@(#)route.c 8.3 (Berkeley) 3/19/94"; */ static const char rcsid[] = - "$Id: route.c,v 1.16.2.4 1997/04/02 17:06:20 phk Exp $"; + "$Id: route.c,v 1.16.2.5 1997/07/18 09:14:10 julian Exp $"; #endif /* not lint */ #include <sys/param.h> |