From c5722a7dedc15b5137d6d92fdc303fd84bde73b8 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 23 Mar 2000 16:29:05 +0000 Subject: Fixed missing #include of in synopsis. Fixed spelling error in prototype for inet_option_space(). Fixed syntax error in prototype for inet6_option_alloc(). --- lib/libc/net/inet6_option_space.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3 index acb391e..6fd71b6 100644 --- a/lib/libc/net/inet6_option_space.3 +++ b/lib/libc/net/inet6_option_space.3 @@ -46,15 +46,16 @@ .Nd IPv6 Hop-by-Hop and Destination Options manipulation .\" .Sh SYNOPSIS +.Fd #include .Fd #include .Ft "int" -.Fn inet6_options_space "int nbytes" +.Fn inet6_option_space "int nbytes" .Ft "int" .Fn inet6_option_init "void *bp" "struct cmsghdr **cmsgp" "int type" .Ft "int" .Fn inet6_option_append "struct cmsghdr *cmsg" "const u_int8_t *typep" "int multx" "int plusy" .Ft "u_int8_t *" -.Fn inet6_option_alloc "struct cmsghdr *cmsg" "int datalen" "int multx" "int plusy"; +.Fn inet6_option_alloc "struct cmsghdr *cmsg" "int datalen" "int multx" "int plusy" .Ft "int" .Fn inet6_option_next "const struct cmsghdr *cmsg" "u_int8_t **tptrp" .Ft "int" -- cgit v1.1