diff options
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 7c987fbd01..e9fe40c9bb 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -416,9 +416,9 @@ then the socket is autobound to an abstract address. The address consists of a null byte followed by 5 bytes in the character set .IR [0\-9a\-f] . -Thus, there is a limit of 2^20 autobind addresses. +Thus, there is a limit of 2\[ha]20 autobind addresses. (From Linux 2.1.15, when the autobind feature was added, -8 bytes were used, and the limit was thus 2^32 autobind addresses. +8 bytes were used, and the limit was thus 2\[ha]32 autobind addresses. The change to 5 bytes came in Linux 2.3.15.) .SS Sockets API The following paragraphs describe domain-specific details and |
