1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 00:30:21 +02:00

* Docstring fixes.

This commit is contained in:
Neil Jerram 2000-09-02 23:20:40 +00:00
parent 6386e25c29
commit 09831f943c
4 changed files with 9 additions and 5 deletions

View file

@ -696,7 +696,8 @@ SCM_DEFINE (scm_recv, "recv!", 2, 1, 0,
"The optional @var{flags} argument is a value or\n"
"bitwise OR of MSG_OOB, MSG_PEEK, MSG_DONTROUTE etc.\n\n"
"The value returned is the number of bytes read from the socket.\n\n"
"Note that the data is read directly from the socket file descriptor:any unread buffered port data is ignored.")
"Note that the data is read directly from the socket file descriptor:\n"
"any unread buffered port data is ignored.")
#define FUNC_NAME s_scm_recv
{
int rv;