diff options
author | Alejandro Colomar <alx@kernel.org> | 2023-02-05 23:14:38 +0100 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2023-02-05 23:14:42 +0100 |
commit | cdede5cdd1b0ba75135d3b32d96354026e96f866 (patch) | |
tree | f21d7604d25b2de607ef5471e5e180094231e046 /man7/unix.7 | |
parent | f29fc8dcf0da15a596a7cdc7e5a0b2932100b522 (diff) | |
download | man-pages-cdede5cdd1b0ba75135d3b32d96354026e96f866.tar.gz |
Many pages: Use \[bu] instead of \(bu
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7/unix.7')
-rw-r--r-- | man7/unix.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index d65ae000ab..7c987fbd01 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -166,15 +166,15 @@ bytes of .SS Pathname sockets When binding a socket to a pathname, a few rules should be observed for maximum portability and ease of coding: -.IP \(bu 3 +.IP \[bu] 3 The pathname in .I sun_path should be null-terminated. -.IP \(bu +.IP \[bu] The length of the pathname, including the terminating null byte, should not exceed the size of .IR sun_path . -.IP \(bu +.IP \[bu] The .I addrlen argument that describes the enclosing |