diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2017-08-03 17:36:07 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2017-08-03 17:36:07 +0000 |
commit | 3aaef91e48cf29724207ecd9085e31c1a1bd8b9c (patch) | |
tree | 37a5004d15d6f0168d6fdfdc1641a80481468d04 /share/man/man4 | |
parent | 2f4ad892efb16edbaf31b4fb65cc9c1adc1034c6 (diff) |
Since nearly 20 years the correct spelling of
ICMP6_DST_UNREACH_NOTNEIGHBOR is ICMP6_DST_UNREACH_BEYONDSCOPE (RFC
1885 was obsoleted).
sthen grepped the ports sources to make sure nothing uses it.
OK millert, jca
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/icmp6.4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4 index 0eab1f40620..d9089ce0822 100644 --- a/share/man/man4/icmp6.4 +++ b/share/man/man4/icmp6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: icmp6.4,v 1.30 2016/07/16 18:55:55 jca Exp $ +.\" $OpenBSD: icmp6.4,v 1.31 2017/08/03 17:36:06 florian 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: July 16 2016 $ +.Dd $Mdocdate: August 3 2017 $ .Dt ICMP6 4 .Os .Sh NAME @@ -118,7 +118,6 @@ The following codes are defined: .It 0 Ta noroute-unr Ta unreach Ta "No route to destination" .It 1 Ta admin-unr Ta unreach Ta "Administratively prohibited" .It 2 Ta beyond-unr Ta unreach Ta "Beyond scope of source address" -.It 2 Ta notnbr-unr Ta unreach Ta "Not a neighbor (obsolete)" .It 3 Ta addr-unr Ta unreach Ta "Address unreachable" .It 4 Ta port-unr Ta unreach Ta "Port unreachable" .It 0 Ta transit Ta timex Ta "Time exceeded in transit" |