]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/ilogb.3
Automated unformatting of parentheses using unformat_parens.sh
[thirdparty/man-pages.git] / man3 / ilogb.3
index ce375c323b644787342e7bbd4d9ccb845a9d1057..3b25c3223c5ff227fd466792a71b161092eebf78 100644 (file)
@@ -39,7 +39,7 @@ Link with \-lm.
 These functions return the exponent part of their argument
 as a signed integer. When no error occurs, these functions
 are equivalent to the corresponding
-.B logb()
+.BR logb ()
 functions, cast to (int).
 An error will occur for zero and infinity and NaN,
 and possibly for overflow.