Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen New sentence, new line. Remove trailing spaces.



details:   https://anonhg.NetBSD.org/src/rev/a437979a791d
branches:  trunk
changeset: 555603:a437979a791d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Nov 23 07:22:19 2003 +0000

description:
New sentence, new line. Remove trailing spaces.

diffstat:

 lib/libc/gen/sysctl.3 |  26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diffs (54 lines):

diff -r a3cbf59bf5b4 -r a437979a791d lib/libc/gen/sysctl.3
--- a/lib/libc/gen/sysctl.3     Sun Nov 23 07:11:04 2003 +0000
+++ b/lib/libc/gen/sysctl.3     Sun Nov 23 07:22:19 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.3,v 1.124 2003/11/23 07:11:04 jhawk Exp $
+.\"    $NetBSD: sysctl.3,v 1.125 2003/11/23 07:22:19 wiz Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -883,11 +883,12 @@
 .It Li ip.subnetsarelocal
 Returns 1 if subnets are to be considered local addresses.
 .It Li ip.mtudisc
-If set to 1, Path MTU Discovery (RFC 1191) is enabled.  When Path MTU
-Discovery is enabled, the transmitted TCP segment size will be
-determined by the advertised maximum segment size (MSS) from the
-remote end, as constrained by the path MTU. If MTU Discovery is
-disabled, the transmitted segment size will never be greater than
+If set to 1, Path MTU Discovery (RFC 1191) is enabled.
+When Path MTU Discovery is enabled, the transmitted TCP segment
+size will be determined by the advertised maximum segment size
+(MSS) from the remote end, as constrained by the path MTU.
+If MTU Discovery is disabled, the transmitted segment size will
+never be greater than
 .Li tcp.mssdflt
 (the local maximum segment size).
 .It Li ip.anonportmin
@@ -927,11 +928,12 @@
 \-1 means that the node will accept as many fragmented packets as it receives.
 The flag is provided basically for avoiding possible DoS attacks.
 .It Li ip.checkinterface
-If set to non-zero, the host will reject packets addressed to it that arrive
-on an interface not bound to that address. Currently, this must be disabled
-if ipnat is used to translate the destination address to another local
-interface, or if addresses are added to the loopback interface instead of
-the interface where the packets for those packets are received.
+If set to non-zero, the host will reject packets addressed to it
+that arrive on an interface not bound to that address.
+Currently, this must be disabled if ipnat is used to translate the
+destination address to another local interface, or if addresses
+are added to the loopback interface instead of the interface where
+the packets for those packets are received.
 .It Li icmp.maskrepl
 Returns 1 if ICMP network mask requests are to be answered.
 .It Li icmp.errppslimit
@@ -957,7 +959,7 @@
 .It Li tcp.mssdflt
 Returns the default maximum segment size both advertized to the peer
 and to use when either the peer does not advertize a maximum segment size to
-us during connection setup or Path MTU Discovery 
+us during connection setup or Path MTU Discovery
 .Li ( ip.mtudisc )
 is disabled.
 Do not change this value unless you really know what you are doing.



Home | Main Index | Thread Index | Old Index