diff options
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/charsets.7 | 2 | ||||
| -rw-r--r-- | man7/unix.7 | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/man7/charsets.7 b/man7/charsets.7 index a9e603be9b..dd4d371afb 100644 --- a/man7/charsets.7 +++ b/man7/charsets.7 @@ -237,7 +237,7 @@ which can be quite large for 16-bit codes. Note that UTF-8 is self-synchronizing: 10xxxxxx is a tail, any other byte is the head of a code. Note that the only way ASCII bytes occur in a UTF-8 stream, is as themselves. In particular, there are no -embedded NULs or '/'s that form part of some larger code. +embedded NULs ('\\0') or '/'s that form part of some larger code. .LP Since ASCII, and, in particular, NUL and '/', are unchanged, the kernel does not notice that UTF-8 is being used. It does not care at diff --git a/man7/unix.7 b/man7/unix.7 index 9751abd5e9..67960fd366 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -79,7 +79,8 @@ always contains contains the zero-terminated pathname of the socket in the file system. If .B sun_path -starts with a zero byte it refers to the abstract namespace maintained by +starts with a null byte (''\0'), +then it refers to the abstract namespace maintained by the Unix protocol module. The socket's address in this namespace is given by the rest of the bytes in |
