Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/route route(8): don't split -blackhole and -noblackhole.



details:   https://anonhg.NetBSD.org/src/rev/7ea46269557a
branches:  trunk
changeset: 949144:7ea46269557a
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Jan 02 19:50:42 2021 +0000

description:
route(8): don't split -blackhole and -noblackhole.

diffstat:

 sbin/route/route.8 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e775c2d8b3b0 -r 7ea46269557a sbin/route/route.8
--- a/sbin/route/route.8        Sat Jan 02 19:22:42 2021 +0000
+++ b/sbin/route/route.8        Sat Jan 02 19:50:42 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: route.8,v 1.62 2020/08/29 19:27:08 christos Exp $
+.\"    $NetBSD: route.8,v 1.63 2021/01/02 19:50:42 uwe Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -299,8 +299,8 @@
 .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)
+.It Li " " Ta -noblackhole Ta ~RTF_BLACKHOLE Ta clear blackhole flag
 .It Li b Ta "" Ta " RTF_BROADCAST" Ta Route represents a broadcast address
-.It Li " " Ta -noblackhole Ta ~RTF_BLACKHOLE Ta clear blackhole flag
 .It Li C Ta -cloning Ta " RTF_CLONING" Ta  (deprecated) same as
 .Fl connected
 .It Li " " Ta -nocloning Ta ~RTF_CLONING Ta (deprecated) same as



Home | Main Index | Thread Index | Old Index