Fill in missing information about the string returned from
[openssl.git] / doc / crypto / BN_mod_inverse.pod
index 9f3889f8a6d7332fdf2cd83dba5c5ce9bbdfc5a5..49e62daf9f2e13933de50730594383a356b20fd2 100644 (file)
@@ -2,13 +2,14 @@
 
 =head1 NAME
 
-BN_mod_inverse - Compute inverse modulo n
+BN_mod_inverse - compute inverse modulo n
 
 =head1 SYNOPSIS
 
  #include <openssl/bn.h>
 
- BIGNUM *BN_mod_inverse(BIGNUM *r, BIGNUM *a, const BIGNUM *n, BN_CTX *ctx);
+ BIGNUM *BN_mod_inverse(BIGNUM *r, BIGNUM *a, const BIGNUM *n,
+           BN_CTX *ctx);
 
 =head1 DESCRIPTION