From 2e0c40d09f13aafd43d3b696c74ee892d5d733a5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 14:10:32 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcontacts_pgpkey_destroy.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libcontacts_pgpkey_destroy.3') diff --git a/libcontacts_pgpkey_destroy.3 b/libcontacts_pgpkey_destroy.3 index 2e88507..e062b86 100644 --- a/libcontacts_pgpkey_destroy.3 +++ b/libcontacts_pgpkey_destroy.3 @@ -1,11 +1,11 @@ -.TH LIBCONTACTS_PGP_DESTROY 3 LIBCONTACTS +.TH LIBCONTACTS_PGPKEY_DESTROY 3 LIBCONTACTS .SH NAME -libcontacts_pgp_destroy \- Deallocate memory for a contact PGP-key fingerprint entry +libcontacts_pgpkey_destroy \- Deallocate memory for a contact PGP-key fingerprint entry .SH SYNOPSIS .nf #include -int libcontacts_pgp_destroy(struct libcontacts_pgp *\fIentry\fP); +void libcontacts_pgpkey_destroy(struct libcontacts_pgpkey *\fIentry\fP); .fi .PP Link with @@ -13,14 +13,14 @@ Link with .SH DESCRIPTION The -.BR libcontacts_pgp_destroy () +.BR libcontacts_pgpkey_destroy () function deallocates the memory stored in .IR *entry . The caller must manually call .BR free (3) on the pointer .I entry -afterwards if it a freeable pointer. +afterwards if it is a freeable pointer. .SH RETURN VALUE None. -- cgit v1.2.3-70-g09d2