1
0
Fork 0
libnvme/doc/man/nvme_update_config.2
Daniel Baumann bd2208f611
Merging upstream version 1.11.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 10:51:37 +01:00

13 lines
387 B
Groff

.TH "nvme_update_config" 9 "nvme_update_config" "November 2024" "libnvme API manual" LINUX
.SH NAME
nvme_update_config \- Update JSON configuration
.SH SYNOPSIS
.B "int" nvme_update_config
.BI "(nvme_root_t r " ");"
.SH ARGUMENTS
.IP "r" 12
nvme_root_t object
.SH "DESCRIPTION"
Updates the JSON configuration file with the contents of \fIr\fP.
.SH "RETURN"
0 on success, -1 on failure.