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 adf70a339520..d729a9690eae 100644 --- a/usr.sbin/pppstats/Makefile +++ b/usr.sbin/pppstats/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/pppstats/Makefile,v 1.6.2.1 1999/08/29 15:47:13 peter Exp $ PROG= pppstats SRCS= pppstats.c diff --git a/usr.sbin/pppstats/pppstats.8 b/usr.sbin/pppstats/pppstats.8 index 39145d789bfa..b96c6868989d 100644 --- a/usr.sbin/pppstats/pppstats.8 +++ b/usr.sbin/pppstats/pppstats.8 @@ -1,4 +1,4 @@ -.\" @(#) $FreeBSD$ +.\" @(#) $FreeBSD: src/usr.sbin/pppstats/pppstats.8,v 1.8.2.1 1999/08/29 15:47:13 peter 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 1c7c744f9119..5e8b2c402d1a 100644 --- a/usr.sbin/pppstats/pppstats.c +++ b/usr.sbin/pppstats/pppstats.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/pppstats/pppstats.c,v 1.12.2.1 1999/08/29 15:47:13 peter Exp $"; #endif #include <stdio.h> |
