From: Oren Ben-Kiki Date: Sun, 27 Aug 2017 19:12:12 +0000 (+0300) Subject: Fix @code braces. X-Git-Tag: 0.12.0~3^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=223d74e99f54d8496815434173ab96d3a555d4da;p=check Fix @code braces. --- diff --git a/doc/check.texi b/doc/check.texi index c8afba5..0630906 100644 --- a/doc/check.texi +++ b/doc/check.texi @@ -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.