From 805497e1c47448bf2bafc72b6664a54ac058ab14 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 6 Jan 2017 17:59:59 +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. --- lib/libcrypto/man/PKCS7_sign_add_signer.3 | 6 +++--- 1 file 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 . @@ -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