diff options
| author | Steve Price <steve@FreeBSD.org> | 1997-10-27 03:31:57 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1997-10-27 03:31:57 +0000 |
| commit | fbf8628c08f1b89609da5289e145bb9a94a77281 (patch) | |
| tree | b27dd1702be44217f415db2d7476f729e6253452 | |
| parent | 0f30219fa80d7f1fe70fcb56ed4d41836b6a5fc5 (diff) | |
Notes
| -rw-r--r-- | usr.bin/netstat/netstat.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index f9afb7a0ef14..38fd03040f58 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -227,8 +227,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 3 RTF_PROTO3 Protocol specific routing flag #3 B RTF_BLACKHOLE Just discard pkts (during updates) b RTF_BROADCAST The route represents a broadcast address |
