diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-23 16:07:54 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-23 16:07:54 +0000 |
| commit | 49e5b98f5ad3718031e4af840310bf809bee5036 (patch) | |
| tree | 838c6897f9caa570b748700fd8457087c8644112 /lib/libc | |
| parent | 5306fb2d0c3886d667a178043b06980638e9beab (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/inet6_opt_init.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/inet6_opt_init.3 b/lib/libc/net/inet6_opt_init.3 index fdfe93e8cfce..671346818470 100644 --- a/lib/libc/net/inet6_opt_init.3 +++ b/lib/libc/net/inet6_opt_init.3 @@ -58,7 +58,7 @@ .Ft "int" .Fn inet6_opt_find "void *extbuf" "socklen_t extlen" "int offset" "u_int8_t type" "socklen_t *lenp" "void **databufp" .Ft "int" -.Fn inet6_opt_get_val "void *databuf" "socklen_t offset" "void *val" "socklen_t vallen" +.Fn inet6_opt_get_val "void *databuf" "int offset" "void *val" "socklen_t vallen" .\" .Sh DESCRIPTION Building and parsing the Hop-by-Hop and Destination options is |
