diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-02-22 04:35:25 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-02-22 04:35:25 +0000 |
commit | 1a6b3b633588c8b478ca1b65e4c16c2d632b8c75 (patch) | |
tree | 32c57c1b4618f9ecbd17b11981bfe314cd1bbec4 | |
parent | 740d9444cc609f490027497f9c5b2b554f9780fa (diff) |
Corrected protocol name.
-rw-r--r-- | usr.bin/netstat/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index d09ab2547b5..f95a5f320b3 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.8 1997/02/21 09:09:52 angelos Exp $ */ +/* $OpenBSD: main.c,v 1.9 1997/02/22 04:35:24 angelos Exp $ */ /* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */ /* @@ -44,7 +44,7 @@ char copyright[] = #if 0 static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94"; #else -static char *rcsid = "$OpenBSD: main.c,v 1.8 1997/02/21 09:09:52 angelos Exp $"; +static char *rcsid = "$OpenBSD: main.c,v 1.9 1997/02/22 04:35:24 angelos Exp $"; #endif #endif /* not lint */ @@ -173,7 +173,7 @@ struct protox { { -1, N_ESPSTAT, 1, 0, esp_stats, "sipp-esp" }, { -1, N_IP4STAT, 1, 0, - ip4_stats, "encap" }, + ip4_stats, "ipencap" }, { -1, -1, 0, 0, 0, 0 } }; |