Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/netstat RTF_PROTO1 is indicated by the flag '1' and ...
details: https://anonhg.NetBSD.org/src/rev/dbbc7df1c193
branches: trunk
changeset: 476280:dbbc7df1c193
user: dbj <dbj%NetBSD.org@localhost>
date: Sun Sep 12 02:33:43 1999 +0000
description:
RTF_PROTO1 is indicated by the flag '1' and RTF_PROTO2 is indicated by the flag '2',
not the other way around
diffstat:
usr.bin/netstat/netstat.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 026b2ec96777 -r dbbc7df1c193 usr.bin/netstat/netstat.1
--- a/usr.bin/netstat/netstat.1 Sun Sep 12 01:19:23 1999 +0000
+++ b/usr.bin/netstat/netstat.1 Sun Sep 12 02:33:43 1999 +0000
@@ -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 @@
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)
Home |
Main Index |
Thread Index |
Old Index