From 06ebe94a6ae7e6d10844547875cb4f174eda068f Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 21 Dec 2008 01:10:52 +0100 Subject: [PATCH] Add parameter names. --- lib/libc/net/inet6_rth_space.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libc/net/inet6_rth_space.3 b/lib/libc/net/inet6_rth_space.3 index 051bd849f6..a115217a30 100644 --- a/lib/libc/net/inet6_rth_space.3 +++ b/lib/libc/net/inet6_rth_space.3 @@ -48,17 +48,17 @@ .Sh SYNOPSIS .In netinet/in.h .Ft socklen_t -.Fn inet6_rth_space "int" "int" +.Fn inet6_rth_space "int type" "int segments" .Ft "void *" -.Fn inet6_rth_init "void *" "socklen_t" "int" "int" +.Fn inet6_rth_init "void *bp" "socklen_t bp_len" "int type" "int segments" .Ft int -.Fn inet6_rth_add "void *" "const struct in6_addr *" +.Fn inet6_rth_add "void *bp" "const struct in6_addr *addr" .Ft int -.Fn inet6_rth_reverse "const void *" "void *" +.Fn inet6_rth_reverse "const void *in" "void *out" .Ft int -.Fn inet6_rth_segments "const void *" +.Fn inet6_rth_segments "const void *bp" .Ft "struct in6_addr *" -.Fn inet6_rth_getaddr "const void *" "int" +.Fn inet6_rth_getaddr "const void *bp" "int idx" .\" .Sh DESCRIPTION The IPv6 Advanced API, RFC 3542, defines the functions that an -- 2.41.0