From 84ee83efc704f82eb772559be4ceba56d3038266 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 23 Mar 2000 16:29:05 +0000 Subject: [PATCH] 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(-) diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3 index acb391e094ce..6fd71b6def28 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"