Module Name: src
Committed By: wiz
Date: Thu Jul 16 07:31:48 UTC 2009
Modified Files:
src/share/man/man4: ip.4
Log Message:
New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/share/man/man4/ip.4:1.25
--- src/share/man/man4/ip.4:1.24 Thu Jul 16 04:09:51 2009
+++ src/share/man/man4/ip.4 Thu Jul 16 07:31:48 2009
@@ -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
.\" The Regents of the University of California. All rights reserved.
@@ -115,7 +115,8 @@
.Dv SOCK_STREAM
and
.Dv SOCK_DGRAM
-sockets. For example,
+sockets.
+For example,
.Bd -literal
int range = IP_PORTRANGE_LOW; /* see \*[Lt]netinet/in.h\*[Gt] */
setsockopt(s, IPPROTO_IP, IP_PORTRANGE, \*[Am]range, sizeof(range));