diff options
author | itojun <> | 1999-12-12 14:57:20 +0000 |
---|---|---|
committer | itojun <> | 1999-12-12 14:57:20 +0000 |
commit | 83d441e46a9dd1299738571caa83f6798d26c0b6 (patch) | |
tree | ffaf1a2280ba0240b254e880a39582facd166220 /src | |
parent | b7a3679a8644a459ff88c24c59a9c594331fe014 (diff) | |
download | openbsd-83d441e46a9dd1299738571caa83f6798d26c0b6.tar.gz openbsd-83d441e46a9dd1299738571caa83f6798d26c0b6.tar.bz2 openbsd-83d441e46a9dd1299738571caa83f6798d26c0b6.zip |
inet6_rthdr_reverse() is not available yet.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/inet6_rthdr_space.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libc/net/inet6_rthdr_space.3 b/src/lib/libc/net/inet6_rthdr_space.3 index 887d866106..3a0fa36c10 100644 --- a/src/lib/libc/net/inet6_rthdr_space.3 +++ b/src/lib/libc/net/inet6_rthdr_space.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_rthdr_space.3,v 1.1 1999/12/11 08:09:11 itojun Exp $ | 1 | .\" $OpenBSD: inet6_rthdr_space.3,v 1.2 1999/12/12 14:57:20 itojun Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -320,3 +320,6 @@ are documented in | |||
320 | .\" | 320 | .\" |
321 | .Sh BUGS | 321 | .Sh BUGS |
322 | The text was shamelessly copied from RFC2292. | 322 | The text was shamelessly copied from RFC2292. |
323 | .Pp | ||
324 | .Fn inet6_rthdr_reverse | ||
325 | is not implemented yet. | ||