diff options
author | danger <danger@FreeBSD.org> | 2009-11-28 11:27:37 +0000 |
---|---|---|
committer | danger <danger@FreeBSD.org> | 2009-11-28 11:27:37 +0000 |
commit | 6729ce6df0a2aaff5798f68f0005adf4b5271fca (patch) | |
tree | 6ae8cc6c0195b4b53a65d2243193983530d083a9 /lib/libc/net | |
parent | d993b72330ed66001cd7738b5624aad371aaffc1 (diff) | |
download | FreeBSD-src-6729ce6df0a2aaff5798f68f0005adf4b5271fca.zip FreeBSD-src-6729ce6df0a2aaff5798f68f0005adf4b5271fca.tar.gz |
- correct xref sections
PR: docs/140940
Submitted by: Bruce Cran <bruce@cran.org.uk>
MFC after: 1 week
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/sctp_send.3 | 2 | ||||
-rw-r--r-- | lib/libc/net/sctp_sendmsg.3 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/net/sctp_send.3 b/lib/libc/net/sctp_send.3 index 2301730..2191ea1 100644 --- a/lib/libc/net/sctp_send.3 +++ b/lib/libc/net/sctp_send.3 @@ -111,7 +111,7 @@ The argument is an opaque 32 bit value that is passed transparently through the stack to the peer endpoint. It will be available on reception of a message (see -.Xr sctp_recvmsg 2 ) . +.Xr sctp_recvmsg 3 ) . Note that the stack passes this value without regard to byte order. .Pp diff --git a/lib/libc/net/sctp_sendmsg.3 b/lib/libc/net/sctp_sendmsg.3 index 61eec22..6c48d5e 100644 --- a/lib/libc/net/sctp_sendmsg.3 +++ b/lib/libc/net/sctp_sendmsg.3 @@ -103,13 +103,13 @@ is set to the message is not transmitted. .Pp No indication of failure to deliver is implicit in a -.Xr sctp_sendmsg 2 +.Xr sctp_sendmsg 3 call. Locally detected errors are indicated by a return value of -1. .Pp If no space is available at the socket to hold the message to be transmitted, then -.Xr sctp_sendmsg 2 +.Xr sctp_sendmsg 3 normally blocks, unless the socket has been placed in non-blocking I/O mode. The @@ -123,7 +123,7 @@ argument is an opaque 32 bit value that is passed transparently through the stack to the peer endpoint. It will be available on reception of a message (see -.Xr sctp_recvmsg 2 ) . +.Xr sctp_recvmsg 3 ) . Note that the stack passes this value without regard to byte order. .Pp |