diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | 97d92980a96a50750844f420cc225ddf918f0699 (patch) | |
tree | fc27ba7986197654e0590b963524833255709f22 /usr.sbin/pppstats | |
parent | dacec3e8f2226e029edbfe9938772ed71d99af62 (diff) |
$Id$ -> $FreeBSD$
Notes
Notes:
svn path=/head/; revision=50479
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 899c6db17908..adf70a339520 100644 --- a/usr.sbin/pppstats/Makefile +++ b/usr.sbin/pppstats/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1997/02/22 16:12:11 peter Exp $ +# $FreeBSD$ PROG= pppstats SRCS= pppstats.c diff --git a/usr.sbin/pppstats/pppstats.8 b/usr.sbin/pppstats/pppstats.8 index 3bd4dac7c4ab..39145d789bfa 100644 --- a/usr.sbin/pppstats/pppstats.8 +++ b/usr.sbin/pppstats/pppstats.8 @@ -1,4 +1,4 @@ -.\" @(#) $Id: pppstats.8,v 1.7 1997/08/22 15:39:04 peter Exp $ +.\" @(#) $FreeBSD$ .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 b654b10ec1a8..1c7c744f9119 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.11 1997/09/10 08:43:17 peter Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <stdio.h> |