diff options
| author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2023-02-09 12:09:50 -0600 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-02-10 02:20:10 +0100 |
| commit | e4b0116296e40a82a2cdd5208310ab3f6254b208 (patch) | |
| tree | 6373fd6c4b23938899f33ebcfaa5b8cd4acfccea /man7/unix.7 | |
| parent | 15df802c68cbdd11e23245253a82f22cc386d30a (diff) | |
| download | man-pages-e4b0116296e40a82a2cdd5208310ab3f6254b208.tar.gz | |
man*/: srcfix (^ -> \[ha])
Use correct *roff special character for hat/caret/circumflex accent.
Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
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 |
