Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Correct macro usage.



details:   https://anonhg.NetBSD.org/src/rev/38681cc32ba5
branches:  trunk
changeset: 569896:38681cc32ba5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 12 13:12:26 2004 +0000

description:
Correct macro usage.

diffstat:

 share/man/man4/multicast.4 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (60 lines):

diff -r 4925edbc9e09 -r 38681cc32ba5 share/man/man4/multicast.4
--- a/share/man/man4/multicast.4        Sun Sep 12 13:06:14 2004 +0000
+++ b/share/man/man4/multicast.4        Sun Sep 12 13:12:26 2004 +0000
@@ -24,7 +24,7 @@
 .\" DEALINGS IN THE SOFTWARE.
 .\"
 .\" $FreeBSD: src/share/man/man4/multicast.4,v 1.4 2004/07/09 09:22:36 ru Exp $
-.\" $NetBSD: multicast.4,v 1.2 2004/09/12 13:06:14 wiz Exp $
+.\" $NetBSD: multicast.4,v 1.3 2004/09/12 13:12:26 wiz Exp $
 .\"
 .Dd September 4, 2003
 .Dt MULTICAST 4
@@ -178,7 +178,7 @@
 contains the
 .Dv VIFF_*
 flags as defined in
-.In netinet/ip_mroute.h .
+.Aq Pa netinet/ip_mroute.h .
 The
 .Va min_ttl_threshold
 contains the minimum TTL a multicast data packet must have to be
@@ -215,7 +215,7 @@
 contains the
 .Dv MIFF_*
 flags as defined in
-.In netinet6/ip6_mroute.h .
+.Aq Pa netinet6/ip6_mroute.h .
 The
 .Va pif_index
 is the physical interface index of the corresponding local interface.
@@ -245,7 +245,7 @@
 The IPv4 upcalls have
 .Vt "struct igmpmsg"
 header (see
-.In netinet/ip_mroute.h )
+.Aq Pa netinet/ip_mroute.h )
 with field
 .Va im_mbz
 set to zero.
@@ -257,7 +257,7 @@
 The IPv6 upcalls have
 .Vt "struct mrt6msg"
 header (see
-.In netinet6/ip6_mroute.h )
+.Aq Pa netinet6/ip6_mroute.h )
 with field
 .Va im6_mbz
 set to zero.
@@ -427,9 +427,9 @@
 Below is a summary of the expandable API solution.
 Note that all new options and structures are defined
 in
-.In netinet/ip_mroute.h
+.Aq Pa netinet/ip_mroute.h
 and
-.In netinet6/ip6_mroute.h ,
+.Aq Pa netinet6/ip6_mroute.h ,
 unless stated otherwise.
 .Pp
 The user-level process uses new



Home | Main Index | Thread Index | Old Index