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): be consistent about capitalization.



details:   https://anonhg.NetBSD.org/src/rev/b1229fbea2c6
branches:  trunk
changeset: 949146:b1229fbea2c6
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Jan 02 20:36:02 2021 +0000

description:
route(8): be consistent about capitalization.

diffstat:

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

diffs (27 lines):

diff -r 08f587a3a292 -r b1229fbea2c6 sbin/route/route.8
--- a/sbin/route/route.8        Sat Jan 02 20:09:06 2021 +0000
+++ b/sbin/route/route.8        Sat Jan 02 20:36:02 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: route.8,v 1.63 2021/01/02 19:50:42 uwe Exp $
+.\"    $NetBSD: route.8,v 1.64 2021/01/02 20:36:02 uwe Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -300,7 +300,7 @@
 .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 b Ta "" Ta " RTF_BROADCAST" Ta route represents a broadcast address
 .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
@@ -311,7 +311,7 @@
 .It Li G Ta "" Ta " RTF_GATEWAY" Ta forwarded to dest by intermediary
 .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
+.It Li l Ta "" Ta " RTF_LOCAL" Ta route represents a local address
 .It Li M Ta "" Ta " RTF_MODIFIED" Ta modified dynamically (redirect)
 .It Li p Ta -proxy Ta " RTF_ANNOUNCE" Ta make entry a link level proxy
 .It Li R Ta -reject Ta " RTF_REJECT" Ta send ICMP unreachable on match



Home | Main Index | Thread Index | Old Index