summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authoritojun <itojun@openbsd.org>1999-12-12 14:57:20 +0000
committeritojun <itojun@openbsd.org>1999-12-12 14:57:20 +0000
commit54e16652df44c12436a4abbdc78de67c470b47d3 (patch)
tree0460d1954da725b1cae3c96deb6e4919f98327de /lib/libc
parentfix variable name, refer to huntd configs. reviewed by pjanzen@ (diff)
downloadwireguard-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.35
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.