summaryrefslogtreecommitdiff
path: root/share/man/man4/icmp6.4
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-06-22 12:15:49 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-06-22 12:15:49 +0000
commita9223deae9367063797cc5a9d6152f1daf583153 (patch)
tree47fa1d8bb4523318a4103665c655d1a22001c8fb /share/man/man4/icmp6.4
parent0eb87a4a02e0b6bc731a76a842c1b13646016e26 (diff)
o) remove unnecessary .Pp;
o) remove unnecessary .Nm args; o) closes .Bl; o) .Sh AUTHOR -> .Sh AUTHORS; o) sort SEE ALSO; o) better -mdoc style; o) typos; aaron@ ok.
Diffstat (limited to 'share/man/man4/icmp6.4')
-rw-r--r--share/man/man4/icmp6.48
1 files changed, 1 insertions, 7 deletions
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4
index 46e656fd638..039336d33d2 100644
--- a/share/man/man4/icmp6.4
+++ b/share/man/man4/icmp6.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: icmp6.4,v 1.4 2001/03/01 16:11:17 aaron Exp $
+.\" $OpenBSD: icmp6.4,v 1.5 2001/06/22 12:15:45 mpech Exp $
.\" $KAME: icmp6.4,v 1.3 2000/11/24 08:44:40 itojun Exp $
.\"
.\" Copyright (C) 1999 WIDE Project.
@@ -62,18 +62,15 @@
.Dd December 17, 1999
.Dt ICMP6 4
.Os
-."
.Sh NAME
.Nm icmp6
.Nd Internet Control Message Protocol for IPv6
-."
.Sh SYNOPSIS
.Fd #include <sys/socket.h>
.Fd #include <netinet/in.h>
.Fd #include <netinet/icmp6.h>
.Ft int
.Fn socket AF_INET6 SOCK_RAW proto
-."
.Sh DESCRIPTION
.Tn ICMPv6
is the error and control message protocol used
@@ -209,7 +206,6 @@ raw socket is created, it will by default pass all
message types to the application.
.Pp
For further discussions see RFC2292.
-.\"
.Sh DIAGNOSTICS
A socket operation may fail with one of the following errors returned:
.Bl -tag -width [EADDRNOTAVAIL]
@@ -228,7 +224,6 @@ an internal data structure;
when an attempt is made to create a
socket with a network address for which no network interface exists.
.El
-."
.Sh SEE ALSO
.Xr send 2 ,
.Xr recv 2 ,
@@ -251,7 +246,6 @@ socket with a network address for which no network interface exists.
.%D December 1998
.%T "Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification"
.Re
-."
.Sh HISTORY
The implementation is based on KAME stack
.Po