From 6b281e0d67474889c639f90bcc9c5d82f7f72daa Mon Sep 17 00:00:00 2001
From: schwarze <>
Date: Fri, 6 Jan 2017 17:59:58 +0000
Subject: 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.
---
 src/lib/libcrypto/man/PKCS7_sign_add_signer.3 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'src')

diff --git a/src/lib/libcrypto/man/PKCS7_sign_add_signer.3 b/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
index aa0a9c779c..7f06573e64 100644
--- a/src/lib/libcrypto/man/PKCS7_sign_add_signer.3
+++ b/src/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
-- 
cgit v1.2.3-55-g6feb