Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 New sentence, new line. Do not Xr yourself. A...



details:   https://anonhg.NetBSD.org/src/rev/d4bc77084679
branches:  trunk
changeset: 769833:d4bc77084679
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Sep 24 18:47:59 2011 +0000

description:
New sentence, new line. Do not Xr yourself. Add serial commas.
Remove superfluous Pp.

diffstat:

 share/man/man7/rfc6056.7 |  15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diffs (57 lines):

diff -r 461c8d901c23 -r d4bc77084679 share/man/man7/rfc6056.7
--- a/share/man/man7/rfc6056.7  Sat Sep 24 18:39:12 2011 +0000
+++ b/share/man/man7/rfc6056.7  Sat Sep 24 18:47:59 2011 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: rfc6056.7,v 1.1 2011/09/24 17:04:38 christos Exp $
+.\"     $NetBSD: rfc6056.7,v 1.2 2011/09/24 18:47:59 wiz Exp $
 .\"
 .\" Copyright (c) 2011
 .\"     The NetBSD Foundation.  All rights reserved.
@@ -36,16 +36,16 @@
 .Nd port randomization algorithms
 .Sh DESCRIPTION
 The
-.Xr rfc6056 7
+.Nm
 algorithms are used in order to randomize the port allocation of outgoing UDP
 packets, in order to provide protection from a series of
 .Dq blind
 attacks based on the
 attacker's ability to guess the sequence of ephemeral ports associated
-with outgoing packets. For more information consult RFC 6056.
+with outgoing packets.
+For more information consult RFC 6056.
 .Pp
 The individual algorithms are described below:
-.Pp
 .Ss The RFC 6056 algorithms
 .Li The following algorithms are available:
 .Bl -tag -width "random_start"
@@ -57,8 +57,8 @@
 and proceeds decreasingly through the available ephemeral ports.
 .It Sy random_start
 Select ports randomly from the available ephemeral ports.
-In case a collision with a local port is  detected the
-algorithm  proceeds decreasingly through the sequence of ephemeral
+In case a collision with a local port is detected, the
+algorithm proceeds decreasingly through the sequence of ephemeral
 ports until a free port is found.
 Note that the random port selection algorithms are not guaranteed to find
 a free port.
@@ -80,7 +80,7 @@
 .It Sy doublehash
 Select ports using a
 .Xr md5 3
-hash of the local address, foreign address and foreign port coupled with a
+hash of the local address, foreign address, and foreign port coupled with a
 .Xr md5 3
 hash of the same components obtained using a separate table that is
 associated with a subset of all outgoing connections.
@@ -98,7 +98,6 @@
 .It net.inet6.udp6.rfc6056.available Ta string  Ta no
 .It net.inet6.udp6.rfc6056.selected  Ta string  Ta yes
 .El
-.Pp
 .Sh SOCKET OPTIONS
 The socket option
 .Dv UDP_RFC6056ALGO



Home | Main Index | Thread Index | Old Index