diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index 6bc88522ee81..35f9821a8fc8 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -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 @@ controls how ephemeral ports are allocated for .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));