diff options
author | brueffer <brueffer@FreeBSD.org> | 2010-01-12 21:45:03 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2010-01-12 21:45:03 +0000 |
commit | 197dc264ae5cd82f3d8857f7df3fc372afc9e758 (patch) | |
tree | 4aed2ec73f75e7ad1ab0f4a1fd0f39c5b1c30115 /lib/libc/net/sctp_getpaddrs.3 | |
parent | 23f76c11708b6562cff77399780ce7debd9eaa47 (diff) | |
download | FreeBSD-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_getpaddrs.3')
-rw-r--r-- | lib/libc/net/sctp_getpaddrs.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/sctp_getpaddrs.3 b/lib/libc/net/sctp_getpaddrs.3 index 9f6d632..6ad5ea0 100644 --- a/lib/libc/net/sctp_getpaddrs.3 +++ b/lib/libc/net/sctp_getpaddrs.3 @@ -33,7 +33,7 @@ .\" $FreeBSD$ .\" .Dd December 15, 2006 -.Dt SCTP_GETPADDR 3 +.Dt SCTP_GETPADDRS 3 .Os .Sh NAME .Nm sctp_getpaddrs , @@ -64,7 +64,7 @@ array of socket addresses returned in the argument .Fa addrs upon success. .Pp -After the caller is through the function +After the caller is finished, the function .Fn sctp_freepaddrs or .Fn sctp_freeladdrs @@ -76,7 +76,7 @@ the number of addresses returned in .Fa addrs upon success. .Sh ERRORS -The functions can return the following errors. +The functions can return the following errors: .Bl -tag -width Er .It Bq Er EINVAL An address listed has an invalid family or no |