View | Details | Raw Unified | Return to bug 257531
Collapse All | Expand All

(-)b/share/man/man9/efirt.9 (-2 / +2 lines)
Lines 63-70 Link Here
63
.Ft int
63
.Ft int
64
.Fn efi_var_nextname "size_t *namesize" "uint16_t *name" "struct uuid *vendor"
64
.Fn efi_var_nextname "size_t *namesize" "uint16_t *name" "struct uuid *vendor"
65
.Ft int
65
.Ft int
66
.Fn efi_var_set "uint16_t *name" "struct uuid *vendor" "uint32_t *attrib" \
66
.Fn efi_var_set "uint16_t *name" "struct uuid *vendor" "uint32_t attrib" \
67
    "size_t *datasize" "void *data"
67
    "size_t datasize" "void *data"
68
.Sh DESCRIPTION
68
.Sh DESCRIPTION
69
All of the following calls will return
69
All of the following calls will return
70
.Dv ENXIO
70
.Dv ENXIO

Return to bug 257531