diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:10:32 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:10:32 +0100 |
| commit | 2e0c40d09f13aafd43d3b696c74ee892d5d733a5 (patch) | |
| tree | 200668dae2a44b9617f37b43242cfa26c937982c /libcontacts_pgpkey_destroy.3 | |
| parent | Update e-mail (diff) | |
| download | libcontacts-2e0c40d09f13aafd43d3b696c74ee892d5d733a5.tar.gz libcontacts-2e0c40d09f13aafd43d3b696c74ee892d5d733a5.tar.bz2 libcontacts-2e0c40d09f13aafd43d3b696c74ee892d5d733a5.tar.xz | |
m fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libcontacts_pgpkey_destroy.3 | 10 |
1 files changed, 5 insertions, 5 deletions
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 <libcontacts.h> -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. |
