Module Name:    src
Committed By:   uwe
Date:           Sat Jan  2 22:02:27 UTC 2021

Modified Files:
        src/sbin/route: route.8

Log Message:
route(8): group RTF_GATEWAY and ~RTF_GATEWAY (-iface).

While here, tweak RTF_GATEWAY description.  Passive voice elsewhere in
this table is used to talk about the routes themselves, while here
it's about packets.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sbin/route/route.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/route/route.8
diff -u src/sbin/route/route.8:1.64 src/sbin/route/route.8:1.65
--- src/sbin/route/route.8:1.64	Sat Jan  2 20:36:02 2021
+++ src/sbin/route/route.8	Sat Jan  2 22:02:27 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: route.8,v 1.64 2021/01/02 20:36:02 uwe Exp $
+.\"	$NetBSD: route.8,v 1.65 2021/01/02 22:02:27 uwe Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -295,7 +295,6 @@ display and may be set (or sometimes cle
 by indicating the following corresponding modifiers:
 .Bl -column "ID" "xnoblackhole" "xRTF_BLACKHOLE" "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
 .It Sy "ID" Ta Sy "Modifier" Ta Sy " Flag Bit" Ta Sy "Description"
-.It Li " " Ta -iface Ta ~RTF_GATEWAY Ta destination is directly reachable
 .It Li 1 Ta -proto1 Ta " RTF_PROTO1" Ta set protocol specific flag #1
 .It Li 2 Ta -proto2 Ta " RTF_PROTO2" Ta set protocol specific flag #2
 .It Li B Ta -blackhole Ta " RTF_BLACKHOLE" Ta discard pkts (during updates)
@@ -308,7 +307,8 @@ by indicating the following correspondin
 .It Li C Ta -connected Ta " RTF_CONNECTED" Ta  treat as a connected route
 .It Li " " Ta -noconnected Ta ~RTF_CONNECTED Ta stop treating a connected route
 .It Li D Ta "" Ta " RTF_DYNAMIC" Ta created dynamically (redirect)
-.It Li G Ta "" Ta " RTF_GATEWAY" Ta forwarded to dest by intermediary
+.It Li G Ta "" Ta " RTF_GATEWAY" Ta forward to dest by intermediary
+.It Li " " Ta -iface Ta ~RTF_GATEWAY Ta destination is directly reachable
 .It Li H Ta "" Ta " RTF_HOST" Ta host entry (net otherwise)
 .It Li L Ta "" Ta " RTF_LLDATA" Ta local link, generated by ARP or NDP
 .It Li l Ta "" Ta " RTF_LOCAL" Ta route represents a local address

Reply via email to