diff options
Diffstat (limited to 'usr.sbin/pppstats')
| -rw-r--r-- | usr.sbin/pppstats/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/pppstats/pppstats.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/pppstats/pppstats.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppstats/Makefile b/usr.sbin/pppstats/Makefile index 68a1e8d3c592..ceeaa9366220 100644 --- a/usr.sbin/pppstats/Makefile +++ b/usr.sbin/pppstats/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1995/10/31 21:41:56 peter Exp $ +# $Id: Makefile,v 1.3.2.1 1998/06/23 21:48:49 peter Exp $ PROG= pppstats SRCS= pppstats.c diff --git a/usr.sbin/pppstats/pppstats.8 b/usr.sbin/pppstats/pppstats.8 index 61f1214bc4d2..346495d5cf1d 100644 --- a/usr.sbin/pppstats/pppstats.8 +++ b/usr.sbin/pppstats/pppstats.8 @@ -1,4 +1,4 @@ -.\" @(#) $Id: pppstats.8,v 1.3.2.3 1998/06/23 21:48:49 peter Exp $ +.\" @(#) $Id: pppstats.8,v 1.3.2.4 1998/07/18 11:12:09 jkh Exp $ .TH PPPSTATS 8 "26 June 1995" .SH NAME pppstats \- print PPP statistics diff --git a/usr.sbin/pppstats/pppstats.c b/usr.sbin/pppstats/pppstats.c index b104eafbfe3f..099fca8940a4 100644 --- a/usr.sbin/pppstats/pppstats.c +++ b/usr.sbin/pppstats/pppstats.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.12 1998/03/21 20:47:53 peter Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.6.2.1 1998/06/23 21:48:50 peter Exp $"; #endif #include <stdio.h> |
