summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ip.4
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-03-01 14:50:24 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-03-01 14:50:24 +0000
commitb45b9e3cde3c8b803fc2c4fbdb784fc378ced24d (patch)
tree0b7d3487005ae5a1da0062d675a3bf21249410eb /share/man/man4/ip.4
parent46cac19efdca36bb719c540488e5b984e7370eca (diff)
downloadFreeBSD-src-b45b9e3cde3c8b803fc2c4fbdb784fc378ced24d.zip
FreeBSD-src-b45b9e3cde3c8b803fc2c4fbdb784fc378ced24d.tar.gz
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
Diffstat (limited to 'share/man/man4/ip.4')
-rw-r--r--share/man/man4/ip.46
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4
index ed8a2bc..f631f1d 100644
--- a/share/man/man4/ip.4
+++ b/share/man/man4/ip.4
@@ -103,7 +103,8 @@ header for
.Dv SOCK_STREAM
and
.Dv SOCK_DGRAM
-sockets. For example,
+sockets.
+For example,
.Bd -literal
int tos = IPTOS_LOWDELAY; /* see <netinet/in.h> */
setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(tos));
@@ -137,7 +138,8 @@ cmsg_type = IP_RECVDSTADDR
.Pp
.Dv IP_PORTRANGE
may be used to set the port range used for selecting a local port number
-on a socket with an unspecified (zero) port number. It has the following
+on a socket with an unspecified (zero) port number.
+It has the following
possible values:
.Bl -tag -width IP_PORTRANGE_DEFAULT
.It Dv IP_PORTRANGE_DEFAULT
OpenPOWER on IntegriCloud