diff options
Diffstat (limited to 'share/man/man4/icmp6.4')
-rw-r--r-- | share/man/man4/icmp6.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4 index dbe4af1261b..5a742f3b65e 100644 --- a/share/man/man4/icmp6.4 +++ b/share/man/man4/icmp6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: icmp6.4,v 1.28 2012/09/26 17:34:38 jmc Exp $ +.\" $OpenBSD: icmp6.4,v 1.29 2014/01/21 03:15:46 schwarze Exp $ .\" $KAME: icmp6.4,v 1.6 2004/12/27 05:30:56 itojun Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 @@ -27,7 +27,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd $Mdocdate: September 26 2012 $ +.Dd $Mdocdate: January 21 2014 $ .Dt ICMP6 4 .Os .Sh NAME @@ -159,7 +159,7 @@ struct icmp6_hdr { .Va icmp6_type describes the type of the message. Suitable values are defined in -.Aq Pa netinet/icmp6.h . +.In netinet/icmp6.h . .Va icmp6_code describes the sub-type of the message and depends on .Va icmp6_type . |