Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Aug 2021 13:30:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 257531] Incorrect efi_var_set fn definition in efirt(9) manpage
Message-ID:  <bug-257531-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257531

            Bug ID: 257531
           Summary: Incorrect efi_var_set fn definition in efirt(9)
                    manpage
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Manual Pages
          Assignee: bugs@FreeBSD.org
          Reporter: lakshman.94@outlook.com
                CC: doc@FreeBSD.org

Created attachment 226842
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226842&action=
=3Dedit
fix efirt.9 manpage

I'm using freebsd 12. I found a manual bug in src/share/man/man9/efirt.9

The function description in efirt.9:
     int
     efi_var_set(uint16_t *name, struct uuid *vendor, uint32_t *attrib,
           size_t *datasize, void *data);

is different from function defined in sys/sys/efi.h

    int efi_var_set(uint16_t *name, struct uuid *vendor, uint32_t attrib,
        size_t datasize, void *data);

Attached patch to fix the efirt.9 manpage

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257531-9>