git: 2fe85640b2a3 - main - efirt(9): Correct efi_var_set definition in the manpage

From: Guangyuan Yang <ygy_at_FreeBSD.org>
Date: Tue, 02 Nov 2021 07:19:29 UTC
The branch main has been updated by ygy (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=2fe85640b2a3bf5c377dd180e40cd3d6e1a4f1f4

commit 2fe85640b2a3bf5c377dd180e40cd3d6e1a4f1f4
Author:     Lakshman <lakshman.94@outlook.com>
AuthorDate: 2021-11-02 07:17:38 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-11-02 07:17:38 +0000

    efirt(9): Correct efi_var_set definition in the manpage
    
    PR:             257531
    MFC after:      3 days
---
 share/man/man9/efirt.9 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/share/man/man9/efirt.9 b/share/man/man9/efirt.9
index fd5aee83656b..cdf0ea21ad8d 100644
--- a/share/man/man9/efirt.9
+++ b/share/man/man9/efirt.9
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 11, 2018
+.Dd November 2, 2021
 .Dt EFIRT 9
 .Os
 .Sh NAME
@@ -63,8 +63,8 @@
 .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" \
-    "size_t *datasize" "void *data"
+.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
 .Dv ENXIO