]> granicus.if.org Git - check/commitdiff
Fix @code braces.
authorOren Ben-Kiki <oren@ben-kiki.org>
Sun, 27 Aug 2017 19:12:12 +0000 (22:12 +0300)
committerOren Ben-Kiki <oren@ben-kiki.org>
Sun, 27 Aug 2017 19:12:12 +0000 (22:12 +0300)
doc/check.texi

index c8afba53a94c697e4a07ab1b59f287575661ff25..06309064b213e2f6c156beb05de87d7e56785795 100644 (file)
@@ -1000,7 +1000,7 @@ However, some of the functions listed below can generate very large messages
 (up to 4GB allocations were seen in the wild).
 To prevent this, a limit is placed on the assertion message size.
 This limit is 4K bytes by default.
-It can be modified by setting the @code(CK_MAX_MSG_SIZE) environment variable,
+It can be modified by setting the @code{CK_MAX_MSG_SIZE} environment variable,
 or, if it is not set, by invoking the @code{check_set_max_msg_size()} function.
 If used, this function must be called, once, before the first assertion.