RTF_PROTO1 is indicated by the flag '1' and RTF_PROTO2 is indicated by the flag '2',

not the other way around
This commit is contained in:
dbj 1999-09-12 02:33:43 +00:00
parent 21eedb0ec1
commit e1c216bcdf
1 changed files with 3 additions and 3 deletions

View File

@ -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)