summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/sctp_opt_info.3
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2010-01-12 21:45:03 +0000
committerbrueffer <brueffer@FreeBSD.org>2010-01-12 21:45:03 +0000
commit197dc264ae5cd82f3d8857f7df3fc372afc9e758 (patch)
tree4aed2ec73f75e7ad1ab0f4a1fd0f39c5b1c30115 /lib/libc/net/sctp_opt_info.3
parent23f76c11708b6562cff77399780ce7debd9eaa47 (diff)
downloadFreeBSD-src-197dc264ae5cd82f3d8857f7df3fc372afc9e758.zip
FreeBSD-src-197dc264ae5cd82f3d8857f7df3fc372afc9e758.tar.gz
Miscellaneous mdoc, spelling and inconsistency fixes.
PR: 142573, 142576 (mostly) Submitted by: brucec MFC after: 1 week
Diffstat (limited to 'lib/libc/net/sctp_opt_info.3')
-rw-r--r--lib/libc/net/sctp_opt_info.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/sctp_opt_info.3 b/lib/libc/net/sctp_opt_info.3
index 560b3e4..581a220 100644
--- a/lib/libc/net/sctp_opt_info.3
+++ b/lib/libc/net/sctp_opt_info.3
@@ -45,7 +45,7 @@
.In sys/socket.h
.In netinet/sctp.h
.Ft int
-.Fn sctp_opt_info "int s" "sctp_assoc_t" "int opt" "void *arg" "socklen_t *size"
+.Fn sctp_opt_info "int sd" "sctp_assoc_t id" "int opt" "void *arg" "socklen_t *size"
.Sh DESCRIPTION
The
.Fn sctp_opt_info
@@ -90,7 +90,7 @@ socket options.
.Sh ERRORS
The
.Fn sctp_opt_info
-function can return the following errors.
+function can return the following errors:
.Bl -tag -width Er
.It Bq Er EINVAL
The argument
OpenPOWER on IntegriCloud