Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 new sentence-new line



details:   https://anonhg.NetBSD.org/src/rev/81e7201f75f4
branches:  trunk
changeset: 828775:81e7201f75f4
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 01 01:02:11 2018 +0000

description:
new sentence-new line

diffstat:

 share/man/man4/ip.4 |  25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

diffs (57 lines):

diff -r 61b66edb9eb7 -r 81e7201f75f4 share/man/man4/ip.4
--- a/share/man/man4/ip.4       Mon Jan 01 00:51:36 2018 +0000
+++ b/share/man/man4/ip.4       Mon Jan 01 01:02:11 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ip.4,v 1.41 2018/01/01 00:51:36 christos Exp $
+.\"    $NetBSD: ip.4,v 1.42 2018/01/01 01:02:11 christos Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -123,11 +123,12 @@
 .Dv SOCK_DGRAM
 or
 .Dv SOCK_RAW
-socket.  Setting ipi_ifindex will cause the primary address of that
-interface to be used; setting ipi_addr will directly choose that address.
-The IP_PKTINFO cmsghdr structure from a received message may be used
-unchanged, in which case the outgoing message will be sent from the
-address the incoming message was received on.
+socket.
+Setting ipi_ifindex will cause the primary address of that interface
+to be used; setting ipi_addr will directly choose that address.
+The IP_PKTINFO cmsghdr structure from a received message may be
+used unchanged, in which case the outgoing message will be sent
+from the address the incoming message was received on.
 .Pp
 Setting the
 .Dv IP_PKTINFO
@@ -196,8 +197,9 @@
 .Dv SOCK_DGRAM
 or
 .Dv SOCK_RAW
-socket.  The IP_RECVDSTADDR cmsghdr structure from a received message
-may be used unchanged, in which case the outgoing message will be sent
+socket.
+The IP_RECVDSTADDR cmsghdr structure from a received message may
+be used unchanged, in which case the outgoing message will be sent
 from the address the incoming message was received on.
 .Pp
 If the
@@ -480,13 +482,14 @@
 .Dv SOCK_DGRAM
 or
 .Dv SOCK_RAW
-socket.  For compatibility with Linux, however, if you attempt to set the
+socket.
+For compatibility with Linux, however, if you attempt to set the
 .Dv IP_PKTINFO
 option, using an integer parameter as a boolean value, this will
 transparently manipulate the
 .Dv IP_RECVPKTINFO
-option instead.  Source code compatbility with both environments is thus
-maintained.
+option instead.
+Source code compatbility with both environments is thus maintained.
 .Sh SEE ALSO
 .Xr getsockopt 2 ,
 .Xr recv 2 ,



Home | Main Index | Thread Index | Old Index