From 75073d0a8478441cc97a6efa10b566c5fb1dac81 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 17 Apr 2020 20:57:17 +0100 Subject: New upstream version 1.4.0 --- man/fido_bio_template.3 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'man/fido_bio_template.3') diff --git a/man/fido_bio_template.3 b/man/fido_bio_template.3 index 6140926..8414937 100644 --- a/man/fido_bio_template.3 +++ b/man/fido_bio_template.3 @@ -38,11 +38,11 @@ .Ft fido_bio_template_array_t * .Fn fido_bio_template_array_new "void" .Ft void -.Fn fido_bio_template_array_free "fido_bio_template_array_t **template_array_p" +.Fn fido_bio_template_array_free "fido_bio_template_array_t **array_p" .Ft size_t -.Fn fido_bio_template_array_count "const fido_bio_template_array_t *template_array" +.Fn fido_bio_template_array_count "const fido_bio_template_array_t *array" .Ft const fido_bio_template_t * -.Fn fido_bio_template "const fido_bio_template_array_t *template_array" "size_t idx" +.Fn fido_bio_template "const fido_bio_template_array_t *array" "size_t idx" .Sh DESCRIPTION Existing FIDO 2 biometric enrollments are abstracted in .Em libfido2 @@ -132,18 +132,18 @@ If memory cannot be allocated, NULL is returned. The .Fn fido_bio_template_array_free function releases the memory backing -.Fa *template_array_p , +.Fa *array_p , where -.Fa *template_array_p +.Fa *array_p must have been previously allocated by .Fn fido_bio_template_array_new . On return, -.Fa *template_array_p +.Fa *array_p is set to NULL. Either -.Fa template_array_p +.Fa array_p or -.Fa *template_array_p +.Fa *array_p may be NULL, in which case .Fn fido_bio_template_array_free is a NOP. @@ -151,16 +151,16 @@ is a NOP. The .Fn fido_bio_template_array_count function returns the number of templates in -.Fa template_array . +.Fa array . .Pp The .Fn fido_bio_template function returns a pointer to the template at index .Fa idx in -.Fa template_array . +.Fa array . Please note that the first template in -.Fa template_array +.Fa array has an .Fa idx (index) value of 0. -- cgit v1.2.3