diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-06 17:59:59 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-01-06 17:59:59 +0000 |
commit | 805497e1c47448bf2bafc72b6664a54ac058ab14 (patch) | |
tree | 722cda0d35a2434ba228d38b2599101485c0ba5d /lib/libcrypto | |
parent | df1c2b2e5aa9f3cbe3b50bb39fe2d479ed9e4bbf (diff) |
Remove a dangling .Xr to PKCS7_SIGNER_INFO_sign(3) reported by jmc@
and just use .Fn for now.
There are about two dozen interfaces dealing with PKCS7_SIGNER_INFO
objects and none but the constructor, destructor, decoder, and encoder
are documented so far. It makes no sense to document one random one,
and i'm not going to document all of PKCS7_SIGNER_INFO right now.
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/PKCS7_sign_add_signer.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/PKCS7_sign_add_signer.3 b/lib/libcrypto/man/PKCS7_sign_add_signer.3 index aa0a9c779c5..7f06573e64e 100644 --- a/lib/libcrypto/man/PKCS7_sign_add_signer.3 +++ b/lib/libcrypto/man/PKCS7_sign_add_signer.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: PKCS7_sign_add_signer.3,v 1.5 2016/12/13 15:00:22 schwarze Exp $ +.\" $OpenBSD: PKCS7_sign_add_signer.3,v 1.6 2017/01/06 17:59:58 schwarze Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 13 2016 $ +.Dd $Mdocdate: January 6 2017 $ .Dt PKCS7_SIGN_ADD_SIGNER 3 .Os .Sh NAME @@ -130,7 +130,7 @@ then the .Dv PKCS7_SIGNER_INO structure will not be finalized, so additional attributes can be added. In this case an explicit call to -.Xr PKCS7_SIGNER_INFO_sign 3 +.Fn PKCS7_SIGNER_INFO_sign is needed to finalize it. .Pp If |