mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
* Docstring fixes.
This commit is contained in:
parent
6386e25c29
commit
09831f943c
4 changed files with 9 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue