Patch #1015012. Improve markup and punctuation in libsocket.tex

This commit is contained in:
Dave Cole 2004-08-26 00:51:16 +00:00
parent 3203efb55f
commit e8bbfe4e63
2 changed files with 5 additions and 5 deletions

View file

@ -2981,7 +2981,7 @@ Return the protocol number for the named protocol. (Rarely used.)");
#ifdef HAVE_SOCKETPAIR
/* Create a pair of sockets using the socketpair() function.
Arguments as for socket() except the default family is AF_UNIX if
defined for the platform, otherwise the default is AF_INET. */
defined on the platform; otherwise, the default is AF_INET. */
/*ARGSUSED*/
static PyObject *
@ -3029,7 +3029,7 @@ PyDoc_STRVAR(socketpair_doc,
Create a pair of socket objects from the sockets returned by the platform\n\
socketpair() function.\n\
The arguments are the same as for socket() except the default family is\n\
AF_UNIX if defined for the platform, otherwise the default is AF_INET.");
AF_UNIX if defined on the platform; otherwise, the default is AF_INET.");
#endif /* HAVE_SOCKETPAIR */