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 b1e209ee7c41..9c9e9b4fb89c 100644 --- a/usr.sbin/pppstats/Makefile +++ b/usr.sbin/pppstats/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile.bsd,v 1.4 1995/04/28 06:23:18 paulus Exp $ +# $Id: Makefile,v 1.3 1995/10/31 21:41:56 peter Exp $ PROG= pppstats SRCS= pppstats.c diff --git a/usr.sbin/pppstats/pppstats.8 b/usr.sbin/pppstats/pppstats.8 index 91ef2744663a..b1100fccdc7e 100644 --- a/usr.sbin/pppstats/pppstats.8 +++ b/usr.sbin/pppstats/pppstats.8 @@ -1,4 +1,4 @@ -.\" @(#) $Id$ +.\" @(#) $Id: pppstats.8,v 1.3.2.2 1997/03/15 21:23:40 bde Exp $ .Dd May 2, 1995 .Dt PPPSTATS 8 .Sh NAME diff --git a/usr.sbin/pppstats/pppstats.c b/usr.sbin/pppstats/pppstats.c index 18bb7e6114e1..83063c0fb8ae 100644 --- a/usr.sbin/pppstats/pppstats.c +++ b/usr.sbin/pppstats/pppstats.c @@ -37,7 +37,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.11 1995/07/11 06:41:45 paulus Exp $"; +static char rcsid[] = "$Id: pppstats.c,v 1.6 1995/10/31 21:41:59 peter Exp $"; #endif #include <ctype.h> |
