diff options
author | Tom Jones <thj@FreeBSD.org> | 2021-08-01 12:52:07 +0000 |
---|---|---|
committer | Tom Jones <thj@FreeBSD.org> | 2021-08-04 08:15:27 +0000 |
commit | 64a0116cd0086bb5ee08a8a1ddd8267ce81b6826 (patch) | |
tree | f68d6902672dbd40f0a608a11467805dffc60a37 /lib/libc/net | |
parent | efc3ebeb69383a9b54f2670d8f705fd2410904b4 (diff) |
Correct section reference for examples in RFC3542
Reviewed by: bz, network
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D26272
(cherry picked from commit 44752e92e134167e9a0ecd277e32608a5595e6d1)
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/inet6_opt_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/inet6_opt_init.3 b/lib/libc/net/inet6_opt_init.3 index 671346818470..484767f781fa 100644 --- a/lib/libc/net/inet6_opt_init.3 +++ b/lib/libc/net/inet6_opt_init.3 @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 23, 2004 +.Dd August 1, 2021 .Dt INET6_OPT_INIT 3 .Os .\" @@ -305,7 +305,7 @@ All the functions return on an error. .\" .Sh EXAMPLES -RFC3542 gives comprehensive examples in Section 23. +RFC3542 gives comprehensive examples in Section 22. .Pp KAME also provides examples in the .Pa advapitest |