diff options
author | 1999-12-12 14:57:20 +0000 | |
---|---|---|
committer | 1999-12-12 14:57:20 +0000 | |
commit | 54e16652df44c12436a4abbdc78de67c470b47d3 (patch) | |
tree | 0460d1954da725b1cae3c96deb6e4919f98327de /lib/libc | |
parent | fix variable name, refer to huntd configs. reviewed by pjanzen@ (diff) | |
download | wireguard-openbsd-54e16652df44c12436a4abbdc78de67c470b47d3.tar.xz wireguard-openbsd-54e16652df44c12436a4abbdc78de67c470b47d3.zip |
inet6_rthdr_reverse() is not available yet.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/inet6_rthdr_space.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/net/inet6_rthdr_space.3 b/lib/libc/net/inet6_rthdr_space.3 index 887d8661063..3a0fa36c10f 100644 --- a/lib/libc/net/inet6_rthdr_space.3 +++ b/lib/libc/net/inet6_rthdr_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_rthdr_space.3,v 1.1 1999/12/11 08:09:11 itojun Exp $ +.\" $OpenBSD: inet6_rthdr_space.3,v 1.2 1999/12/12 14:57:20 itojun Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -320,3 +320,6 @@ are documented in .\" .Sh BUGS The text was shamelessly copied from RFC2292. +.Pp +.Fn inet6_rthdr_reverse +is not implemented yet. |