Module Name: src
Committed By: wiz
Date: Mon Jan 1 12:45:07 UTC 2018
Modified Files:
src/share/man/man4: ip.4
Log Message:
Use more markup.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/share/man/man4/ip.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/ip.4
diff -u src/share/man/man4/ip.4:1.42 src/share/man/man4/ip.4:1.43
--- src/share/man/man4/ip.4:1.42 Mon Jan 1 01:02:11 2018
+++ src/share/man/man4/ip.4 Mon Jan 1 12:45:07 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: ip.4,v 1.42 2018/01/01 01:02:11 christos Exp $
+.\" $NetBSD: ip.4,v 1.43 2018/01/01 12:45:07 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -126,7 +126,9 @@ or
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
+The
+.Dv 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
@@ -198,7 +200,9 @@ to the control part of the message on a
or
.Dv SOCK_RAW
socket.
-The IP_RECVDSTADDR cmsghdr structure from a received message may
+The
+.Dv 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