New sentence, new line.

This commit is contained in:
wiz 2009-07-16 07:31:48 +00:00
parent bc24900fc3
commit ce0cbbff10

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ip.4,v 1.24 2009/07/16 04:09:51 minskim Exp $ .\" $NetBSD: ip.4,v 1.25 2009/07/16 07:31:48 wiz Exp $
.\" .\"
.\" Copyright (c) 1983, 1991, 1993 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -115,7 +115,8 @@ controls how ephemeral ports are allocated for
.Dv SOCK_STREAM .Dv SOCK_STREAM
and and
.Dv SOCK_DGRAM .Dv SOCK_DGRAM
sockets. For example, sockets.
For example,
.Bd -literal .Bd -literal
int range = IP_PORTRANGE_LOW; /* see \*[Lt]netinet/in.h\*[Gt] */ int range = IP_PORTRANGE_LOW; /* see \*[Lt]netinet/in.h\*[Gt] */
setsockopt(s, IPPROTO_IP, IP_PORTRANGE, \*[Am]range, sizeof(range)); setsockopt(s, IPPROTO_IP, IP_PORTRANGE, \*[Am]range, sizeof(range));