1
0
Fork 0
libnvme/doc/man/nvme_get_path_attr.2
Daniel Baumann 4776b16754
Merging upstream version 1.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 10:07:22 +01:00

15 lines
470 B
Groff

.TH "nvme_get_path_attr" 9 "nvme_get_path_attr" "March 2023" "libnvme API manual" LINUX
.SH NAME
nvme_get_path_attr \- Read path sysfs attribute
.SH SYNOPSIS
.B "char *" nvme_get_path_attr
.BI "(nvme_path_t p " ","
.BI "const char *attr " ");"
.SH ARGUMENTS
.IP "p" 12
nvme_path_t object
.IP "attr" 12
sysfs attribute name
.SH "RETURN"
String with the contents of \fIattr\fP or NULL in case of an empty value
or in case of an error (indicated by non-zero errno code).