public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmap.2: ffix
@ 2021-11-12 10:39 Jakub Wilk
  2022-02-27 17:09 ` Alejandro Colomar
  0 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2021-11-12 10:39 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

'" type of behavior:' was incorrectly formatted in bold.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man2/mmap.2 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/man2/mmap.2 b/man2/mmap.2
index 96b7444b0..f6e406ed5 100644
--- a/man2/mmap.2
+++ b/man2/mmap.2
@@ -289,8 +289,7 @@ Note that older kernels which do not recognize the
 .BR MAP_FIXED_NOREPLACE
 flag will typically (upon detecting a collision with a preexisting mapping)
 fall back to a "non-\c
-.B MAP_FIXED\c
-" type of behavior:
+.BR MAP_FIXED "\(dq type of behavior:"
 they will return an address that is different from the requested address.
 Therefore, backward-compatible software
 should check the returned address against the requested address.
-- 
2.33.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-28 15:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-12 10:39 [PATCH] mmap.2: ffix Jakub Wilk
2022-02-27 17:09 ` Alejandro Colomar
2022-02-27 18:57   ` G. Branden Robinson
2022-02-27 19:02     ` Alejandro Colomar (man-pages)
2022-02-28 13:18       ` G. Branden Robinson
2022-02-28 15:11         ` Alejandro Colomar (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox