diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-26 19:54:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-26 19:54:36 +0000 |
commit | 8f8204133ae01a2473bb04599568349f9de3eb9e (patch) | |
tree | 75f90dc09f883f55004273865c9dd25934ecfd16 /share | |
parent | 7a14bc5682258d5115d7b31007e360bed6a6e64c (diff) |
.It macros in item lists do not take arguments ->
.It Ft void
becomes
.It
.Ft void
from wiz@netbsd
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/icmp6.4 | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4 index 0f694cf9e51..a4ac18b17b4 100644 --- a/share/man/man4/icmp6.4 +++ b/share/man/man4/icmp6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: icmp6.4,v 1.13 2003/06/06 10:29:41 jmc Exp $ +.\" $OpenBSD: icmp6.4,v 1.14 2003/06/26 19:54:35 jmc Exp $ .\" $KAME: icmp6.4,v 1.3 2000/11/24 08:44:40 itojun Exp $ .\" .\" Copyright (C) 1999 WIDE Project. @@ -142,17 +142,23 @@ and an option name of 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 |