Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 .It macros in item lists do not take argument...



details:   https://anonhg.NetBSD.org/src/rev/5b49736650f9
branches:  trunk
changeset: 548389:5b49736650f9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jun 26 11:51:46 2003 +0000

description:
.It macros in item lists do not take arguments ->
.It Ft void
becomes
.It
.Ft void

diffstat:

 share/man/man4/icmp6.4 |  20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r 803eb560c950 -r 5b49736650f9 share/man/man4/icmp6.4
--- a/share/man/man4/icmp6.4    Thu Jun 26 11:49:11 2003 +0000
+++ b/share/man/man4/icmp6.4    Thu Jun 26 11:51:46 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: icmp6.4,v 1.7 2003/04/16 13:35:17 wiz Exp $
+.\"    $NetBSD: icmp6.4,v 1.8 2003/06/26 11:51:46 wiz Exp $
 .\"    $KAME: icmp6.4,v 1.3 2000/11/24 08:44:40 itojun Exp $
 .\"
 .\" Copyright (C) 1999 WIDE Project.
@@ -145,17 +145,23 @@
 Six macros operate on an icmp6_filter structure:
 .\" is "Fn" legal for macros?
 .Bl -item -compact -offset indent
-.It Ft void
+.It
+.Ft void
 .Fn ICMP6_FILTER_SETPASSALL "struct icmp6_filter *"
-.It Ft void
+.It
+.Ft void
 .Fn ICMP6_FILTER_SETBLOCKALL "struct icmp6_filter *"
-.It Ft void
+.It
+.Ft void
 .Fn ICMP6_FILTER_SETPASS "int" "struct icmp6_filter *"
-.It Ft void
+.It
+.Ft void
 .Fn ICMP6_FILTER_SETBLOCK "int" "struct icmp6_filter *"
-.It Ft int
+.It
+.Ft int
 .Fn ICMP6_FILTER_WILLPASS "int" "const struct icmp6_filter *"
-.It Ft int
+.It
+.Ft int
 .Fn ICMP6_FILTER_WILLBLOCK "int" "const struct icmp6_filter *"
 .El
 .Pp



Home | Main Index | Thread Index | Old Index