summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2005-01-07 10:00:20 +0000
committerjmc <>2005-01-07 10:00:20 +0000
commit9d1791545b9c598f3b47144dc3b143b06121c6aa (patch)
tree65855c0cd23c4099f83de601c787ab8e2ee82106
parent590da20c32e4165b6ddc6ac23aef7c3cbef1c4ba (diff)
downloadopenbsd-9d1791545b9c598f3b47144dc3b143b06121c6aa.tar.gz
openbsd-9d1791545b9c598f3b47144dc3b143b06121c6aa.tar.bz2
openbsd-9d1791545b9c598f3b47144dc3b143b06121c6aa.zip
clarify a sentence;
from george v. neville-neil, via itojun@
-rw-r--r--src/lib/libc/net/inet6_option_space.312
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/libc/net/inet6_option_space.3 b/src/lib/libc/net/inet6_option_space.3
index d41112167d..7c3b78033a 100644
--- a/src/lib/libc/net/inet6_option_space.3
+++ b/src/lib/libc/net/inet6_option_space.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: inet6_option_space.3,v 1.16 2005/01/06 10:50:40 jmc Exp $ 1.\" $OpenBSD: inet6_option_space.3,v 1.17 2005/01/07 10:00:20 jmc Exp $
2.\" $KAME: inet6_option_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ 2.\" $KAME: inet6_option_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $
3.\" 3.\"
4.\" Copyright (C) 2004 WIDE Project. 4.\" Copyright (C) 2004 WIDE Project.
@@ -236,12 +236,14 @@ The
236function appends a Hop-by-Hop option or a Destination option into an 236function appends a Hop-by-Hop option or a Destination option into an
237ancillary data object that has previously been initialized by a call to 237ancillary data object that has previously been initialized by a call to
238.Fn inet6_option_init . 238.Fn inet6_option_init .
239The 239A successful call to the
240.Fn inet6_option_alloc
241function returns a pointer to the 8-bit option type field,
242which is at the beginning of the allocated region.
240.Fn inet6_option_alloc 243.Fn inet6_option_alloc
241function returns a pointer to the 8-bit option type field that at the 244returns
242beginning of the allocated the option on success, or
243.Dv NULL 245.Dv NULL
244on an error. 246when an error has occurred.
245.Pp 247.Pp
246The difference between the 248The difference between the
247.Fn inet6_option_alloc 249.Fn inet6_option_alloc