diff options
| -rw-r--r-- | libj2_j2i_add_j2i.3 | 2 | ||||
| -rw-r--r-- | libj2_j2i_mul_j2i.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libj2_j2i_add_j2i.3 b/libj2_j2i_add_j2i.3 index 0efda2b..8dce9ba 100644 --- a/libj2_j2i_add_j2i.3 +++ b/libj2_j2i_add_j2i.3 @@ -84,7 +84,7 @@ For functions with a return value, the functions return +1 if the result is positive but too large to be represented, -1 if the result is negative (not only possible with functions where the result is a -.IR "struct libj2_j2i" ) +.BR "struct libj2_j2i" ) but too large, and 0 otherwise. .SH ERRORS diff --git a/libj2_j2i_mul_j2i.3 b/libj2_j2i_mul_j2i.3 index b0fb217..d8ff10e 100644 --- a/libj2_j2i_mul_j2i.3 +++ b/libj2_j2i_mul_j2i.3 @@ -162,7 +162,7 @@ For functions with a return value, the functions return +1 if the result is positive but too large to be represented, -1 if the result is negative (not only possible with functions where the result is a -.IR "struct libj2_j2i" ) +.BR "struct libj2_j2i" ) but too large, and 0 otherwise. For the .BR libj2_j2i_mul_j2i_overflow_p_quick (), |
