From e1c216bcdf542439267f73c775c387d41ba5d472 Mon Sep 17 00:00:00 2001 From: dbj Date: Sun, 12 Sep 1999 02:33:43 +0000 Subject: [PATCH] RTF_PROTO1 is indicated by the flag '1' and RTF_PROTO2 is indicated by the flag '2', not the other way around --- usr.bin/netstat/netstat.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 0ddc3d975122..2055e6e2a8fd 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: netstat.1,v 1.22 1999/07/01 18:40:36 itojun Exp $ +.\" $NetBSD: netstat.1,v 1.23 1999/09/12 02:33:43 dbj Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -239,8 +239,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)