@@@ fltfmt wip
[mLib] / mem / arena.3.in
index 09207fa..593c25d 100644 (file)
@@ -150,12 +150,12 @@ handlers which can't easily find the old block's size.
 The macro
 .B ALLOCV_SAFE_P
 returns nonzero if the product
-.IR n "\ \(mu\ " sz
+.IR n "\ \*(mu\ " sz
 is representable in type
 .B size_t
 and zero otherwise;
 i.e., it returns true if it would be safe to try to allocate
-.IR n "\ \(mu\ " sz
+.IR n "\ \*(mu\ " sz
 bytes.
 The macro
 .BR A_ALLOCV