summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/sctp_opt_info.3
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2007-06-18 10:20:32 +0000
committerbrueffer <brueffer@FreeBSD.org>2007-06-18 10:20:32 +0000
commit0414524f6c1fd8f30bcce5d8652612eae18b5472 (patch)
tree8c9b6239ccd43a7b121879c7736ab65c1f17cbc6 /lib/libc/net/sctp_opt_info.3
parenta362498f2ee574f0c8ad52434857803559f450cd (diff)
downloadFreeBSD-src-0414524f6c1fd8f30bcce5d8652612eae18b5472.zip
FreeBSD-src-0414524f6c1fd8f30bcce5d8652612eae18b5472.tar.gz
Major cleanup: mdoc macros, style, typos etc.
Diffstat (limited to 'lib/libc/net/sctp_opt_info.3')
-rw-r--r--lib/libc/net/sctp_opt_info.322
1 files changed, 14 insertions, 8 deletions
diff --git a/lib/libc/net/sctp_opt_info.3 b/lib/libc/net/sctp_opt_info.3
index b51ee85..acfaf1f 100644
--- a/lib/libc/net/sctp_opt_info.3
+++ b/lib/libc/net/sctp_opt_info.3
@@ -53,14 +53,21 @@ call provides a multi-os compatible method for getting
specific
.Fn getsockopt
data where an association identification needs to be passed
-into the operating system. For FreeBSD a direct
+into the operating system.
+For
+.Fx
+a direct
.Fn getsockopt
-may be used, since FreeBSD has the ability to pass information
+may be used, since
+.Fx
+has the ability to pass information
into the operating system on a
.Fn getsockopt
-call. Other operating systems may not have this ability. For those
-who wish to write portable code amongst multiple operating system
-this call should be used for the for the following sctp
+call.
+Other operating systems may not have this ability.
+For those
+who wish to write portable code amongst multiple operating systems
+this call should be used for the following SCTP
socket options.
.Pp
.Dv SCTP_RTOINFO
@@ -83,7 +90,7 @@ socket options.
.Sh ERRORS
The
.Fn sctp_opt_info
-can return the following errors.
+function can return the following errors.
.Bl -tag -width Er
.It Bq Er EINVAL
The argument
@@ -104,6 +111,5 @@ The argument
is not a socket.
.El
.Sh SEE ALSO
-.Xr sctp 4 ,
.Xr getsockopt 2 ,
-
+.Xr sctp 4
OpenPOWER on IntegriCloud