diff options
Diffstat (limited to 'usr.bin/systat')
| -rw-r--r-- | usr.bin/systat/cmds.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/cmdtab.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/devs.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/devs.h | 2 | ||||
| -rw-r--r-- | usr.bin/systat/icmp.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/iostat.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/ip.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/main.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/mbufs.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/mode.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/mode.h | 2 | ||||
| -rw-r--r-- | usr.bin/systat/netcmds.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/netstat.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/swap.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/systat.1 | 2 | ||||
| -rw-r--r-- | usr.bin/systat/systat.h | 2 | ||||
| -rw-r--r-- | usr.bin/systat/tcp.c | 2 | ||||
| -rw-r--r-- | usr.bin/systat/vmstat.c | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/usr.bin/systat/cmds.c b/usr.bin/systat/cmds.c index e15d7e28a50b..f9580ab8a6fa 100644 --- a/usr.bin/systat/cmds.c +++ b/usr.bin/systat/cmds.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 4/29/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/cmds.c,v 1.2.2.1 1999/08/29 15:33:01 peter Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/systat/cmdtab.c b/usr.bin/systat/cmdtab.c index ffb0259d474a..6a23202fc594 100644 --- a/usr.bin/systat/cmdtab.c +++ b/usr.bin/systat/cmdtab.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/cmdtab.c,v 1.4.2.1 1999/08/29 15:33:02 peter Exp $"; #endif /* not lint */ #include "systat.h" diff --git a/usr.bin/systat/devs.c b/usr.bin/systat/devs.c index 6f9c8117063e..076fb91b55b8 100644 --- a/usr.bin/systat/devs.c +++ b/usr.bin/systat/devs.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/devs.c,v 1.3.2.1 1999/08/29 15:33:02 peter Exp $ */ /* * Some code and ideas taken from the old disks.c. diff --git a/usr.bin/systat/devs.h b/usr.bin/systat/devs.h index ec656543b91b..d149a3beeb3e 100644 --- a/usr.bin/systat/devs.h +++ b/usr.bin/systat/devs.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/devs.h,v 1.2.2.1 1999/08/29 15:33:03 peter Exp $ */ int dsinit(int, struct statinfo *, struct statinfo *, struct statinfo *); diff --git a/usr.bin/systat/icmp.c b/usr.bin/systat/icmp.c index 3b5b82935364..99097fa2dbcd 100644 --- a/usr.bin/systat/icmp.c +++ b/usr.bin/systat/icmp.c @@ -38,7 +38,7 @@ static const char rcsid[] = "Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/icmp.c,v 1.1.2.1 1999/08/29 15:33:04 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index b499a8b21046..7e7281befc85 100644 --- a/usr.bin/systat/iostat.c +++ b/usr.bin/systat/iostat.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/iostat.c,v 1.7.2.1 1999/08/29 15:33:04 peter Exp $ */ /* * Copyright (c) 1980, 1992, 1993 diff --git a/usr.bin/systat/ip.c b/usr.bin/systat/ip.c index d54c76ddb41d..94493e510970 100644 --- a/usr.bin/systat/ip.c +++ b/usr.bin/systat/ip.c @@ -38,7 +38,7 @@ static const char rcsid[] = "Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/ip.c,v 1.2.2.1 1999/08/29 15:33:05 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index 8454682e8eba..0312c47906e4 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -42,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/main.c,v 1.10.2.1 1999/08/29 15:33:06 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/mbufs.c b/usr.bin/systat/mbufs.c index f542da99e727..37ef252409ce 100644 --- a/usr.bin/systat/mbufs.c +++ b/usr.bin/systat/mbufs.c @@ -34,7 +34,7 @@ #ifndef lint static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/mbufs.c,v 1.8.2.1 1999/08/29 15:33:07 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/mode.c b/usr.bin/systat/mode.c index 3eb85c033f1b..d7f072a99ca9 100644 --- a/usr.bin/systat/mode.c +++ b/usr.bin/systat/mode.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/mode.c,v 1.1.2.1 1999/08/29 15:33:07 peter Exp $ */ /* diff --git a/usr.bin/systat/mode.h b/usr.bin/systat/mode.h index caa6bae7e246..c1bb5e2e7deb 100644 --- a/usr.bin/systat/mode.h +++ b/usr.bin/systat/mode.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/mode.h,v 1.1.2.1 1999/08/29 15:33:08 peter Exp $ */ /* diff --git a/usr.bin/systat/netcmds.c b/usr.bin/systat/netcmds.c index b5d0422143a8..4ea32c45ecf8 100644 --- a/usr.bin/systat/netcmds.c +++ b/usr.bin/systat/netcmds.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/netcmds.c,v 1.8.2.1 1999/08/29 15:33:08 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c index ba53fdae58ab..ac50762bac23 100644 --- a/usr.bin/systat/netstat.c +++ b/usr.bin/systat/netstat.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/netstat.c,v 1.11.2.1 1999/08/29 15:33:09 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c index 4ca2284781ac..a2dd367e09bc 100644 --- a/usr.bin/systat/swap.c +++ b/usr.bin/systat/swap.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)swap.c 8.3 (Berkeley) 4/29/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/swap.c,v 1.7.2.1 1999/08/29 15:33:10 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 9ba965790d50..37e34388889d 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)systat.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/systat/systat.1,v 1.16.2.5 2000/03/06 11:35:19 sheldonh Exp $ .\" .Dd September 9, 1997 .Dt SYSTAT 1 diff --git a/usr.bin/systat/systat.h b/usr.bin/systat/systat.h index d8045d8fecff..17799d982038 100644 --- a/usr.bin/systat/systat.h +++ b/usr.bin/systat/systat.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)systat.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/systat.h,v 1.2.2.1 1999/08/29 15:33:11 peter Exp $ */ #include <curses.h> diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index 433721ec187f..0533e6e3917d 100644 --- a/usr.bin/systat/tcp.c +++ b/usr.bin/systat/tcp.c @@ -38,7 +38,7 @@ static const char rcsid[] = "Id: mbufs.c,v 1.5 1997/02/24 20:59:03 wollman Exp"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/tcp.c,v 1.2.2.1 1999/08/29 15:33:12 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index fd44db312abd..7d21e3c0e20a 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/systat/vmstat.c,v 1.32.2.2 1999/09/07 08:39:34 des Exp $"; #endif /* not lint */ /* |
