diff options
author | Dave Cole <djc@object-craft.com.au> | 2004-08-26 00:51:16 (GMT) |
---|---|---|
committer | Dave Cole <djc@object-craft.com.au> | 2004-08-26 00:51:16 (GMT) |
commit | e8bbfe4e6328f47284075e434bc6c812393ca449 (patch) | |
tree | 6dbf06cc137e073ae0899c1da5c648f78be5f07b /Doc/lib/libsocket.tex | |
parent | 3203efb55fde14c3f567f6864dab1454155d1dcb (diff) | |
download | cpython-e8bbfe4e6328f47284075e434bc6c812393ca449.zip cpython-e8bbfe4e6328f47284075e434bc6c812393ca449.tar.gz cpython-e8bbfe4e6328f47284075e434bc6c812393ca449.tar.bz2 |
Patch #1015012. Improve markup and punctuation in libsocket.tex
Diffstat (limited to 'Doc/lib/libsocket.tex')
-rw-r--r-- | Doc/lib/libsocket.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 762d762..db0b767 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -305,10 +305,10 @@ success, a new \class{SSLObject} is returned. \begin{funcdesc}{socketpair}{\optional{family\optional{, type\optional{, proto}}}} Build a pair of connected socket objects using the given address -family, socket type and protocol number. Address family, socket type +family, socket type, and protocol number. Address family, socket type, and protocol number are as for the \function{socket()} function above. -The default family is AF_UNIX if defined for the platform, otherwise -the default is AF_INET. +The default family is \constant{AF_UNIX} if defined on the platform; +otherwise, the default is \constant{AF_INET}. Availability: \UNIX. \versionadded{2.4} \end{funcdesc} |