diff options
author | Andreas Jaeger <aj@suse.de> | 2001-05-21 17:38:30 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-05-21 17:38:30 +0000 |
commit | 0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7 (patch) | |
tree | 5ad4fd19aadc293938df24d843121a40318c1344 /manual/socket.texi | |
parent | be594011d008677cf9679f4a10fdd10ce74c94fb (diff) | |
download | glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar.gz glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar.bz2 glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.zip |
Update.
2001-05-21 Andreas Jaeger <aj@suse.de>
* locale/programs/ld-collate.c (handle_ellipsis): Fix message.
Patch by Philipp Thomas <pthomas@suse.de>.
Diffstat (limited to 'manual/socket.texi')
-rw-r--r-- | manual/socket.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/socket.texi b/manual/socket.texi index dbdb96eaf2..993afd6880 100644 --- a/manual/socket.texi +++ b/manual/socket.texi @@ -839,7 +839,7 @@ An IPv4 Internet host address is a number containing four bytes of data. Historically these are divided into two parts, a @dfn{network number} and a @dfn{local network address number} within that network. In the mid-1990s classless addresses were introduced which changed this -behaviour. Since some functions implicitly expect the old definitions, +behavior. Since some functions implicitly expect the old definitions, we first describe the class-based network and will then describe classless addresses. IPv6 uses only classless addresses and therefore the following paragraphs don't apply. @@ -1789,7 +1789,7 @@ The process already has too many file descriptors open. @item ENFILE The system already has too many file descriptors open. -@item EACCESS +@item EACCES The process does not have the privilege to create a socket of the specified @var{style} or @var{protocol}. |