From 1e5f8ca093b6dc03a7c353b36065133aec5b872a Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 25 Dec 2018 11:05:18 +0100 Subject: [PATCH] efirt.9: Yet another prototype fix. --- share/man/man9/efirt.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/efirt.9 b/share/man/man9/efirt.9 index 2feaea94a4..ece289de63 100644 --- a/share/man/man9/efirt.9 +++ b/share/man/man9/efirt.9 @@ -68,7 +68,7 @@ .Ft int .Fn efi_var_nextname "size_t *namesize" "uint16_t *name" "struct uuid *vendor" .Ft int -.Fn efi_var_set "uint16_t *name" "struct uuid *vendor" "uint32_t *attrib" \ +.Fn efi_var_set "uint16_t *name" "struct uuid *vendor" "uint32_t attrib" \ "size_t datasize" "void *data" .Sh DESCRIPTION .\"All of the following calls will return -- 2.11.4.GIT