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/mq_overview.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/mq_overview.7')
-rw-r--r-- | man7/mq_overview.7 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index c7d4c65378..0330c48289 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -169,13 +169,13 @@ The definition of .B HARD_MSGMAX has changed across kernel versions: .RS -.IP \(bu 3 +.IP \[bu] 3 Up to Linux 2.6.32: .I 131072\~/\~sizeof(void\~*) -.IP \(bu +.IP \[bu] Linux 2.6.33 to Linux 3.4: .I (32768\~*\~sizeof(void\~*) / 4) -.IP \(bu +.IP \[bu] Since Linux 3.5: .\" commit 5b5c4d1a1440e94994c73dddbad7be0676cd8b9a 65,536 @@ -223,12 +223,12 @@ The upper limit for .I msgsize_max has varied across kernel versions: .RS -.IP \(bu 3 +.IP \[bu] 3 Before Linux 2.6.28, the upper limit is .BR INT_MAX . -.IP \(bu +.IP \[bu] From Linux 2.6.28 to Linux 3.4, the limit is 1,048,576. -.IP \(bu +.IP \[bu] Since Linux 3.5, the limit is 16,777,216 .RB ( HARD_MSGSIZEMAX ). .RE |