diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-19 09:24:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-19 09:24:23 +0000 |
commit | 3580586e4b658d3a8e3eedb41772450cd5ca63d8 (patch) | |
tree | 5b2cd677815f2d7db68c46f5d2ddc5cd26145031 | |
parent | 349e7f8c7967eae8449a6555f9775840d60a3af8 (diff) |
typo; sjr@home.net
-rw-r--r-- | usr.bin/netstat/netstat.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index fe993f76715..84c4f427702 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.8 1997/07/28 08:29:48 denny Exp $ +.\" $OpenBSD: netstat.1,v 1.9 1997/09/19 09:24:22 deraadt Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -235,8 +235,8 @@ and manual pages. The mapping between letters and flags is: .Bl -column XXXX RTF_BLACKHOLE -1 RTF_PROTO2 Protocol specific routing flag #1 -2 RTF_PROTO1 Protocol specific routing flag #2 +1 RTF_PROTO1 Protocol specific routing flag #1 +2 RTF_PROTO2 Protocol specific routing flag #2 B RTF_BLACKHOLE Just discard pkts (during updates) C RTF_CLONING Generate new routes on use D RTF_DYNAMIC Created dynamically (by redirect) |