diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
| commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
| tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /sbin/route | |
| parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvs
'RELENG_2_2_8_RELEASE'.
This commit was manufactured to restore the state of the 2.2.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
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 1c870d51cef3..9cdc9ae51c2d 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.7.2.3 1998/07/21 06:50:20 charnier Exp $ +.\" $Id: route.8,v 1.7.2.4 1998/08/12 06:48:51 charnier Exp $ .\" .Dd March 19, 1994 .Dt ROUTE 8 diff --git a/sbin/route/route.c b/sbin/route/route.c index 3c2093c37eb5..5b181e8bdf48 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.6 1997/12/04 07:36:18 imp Exp $"; + "$Id: route.c,v 1.16.2.7 1998/08/12 06:48:51 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |
