1
0
Fork 0
libnvme/doc/man/nvme_dump_config.2
Daniel Baumann 35c8bfce7f
Merging upstream version 1.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-22 12:57:29 +02:00

14 lines
381 B
Groff

.TH "nvme_dump_config" 9 "nvme_dump_config" "May 2025" "libnvme API manual" LINUX
.SH NAME
nvme_dump_config \- Print the JSON configuration
.SH SYNOPSIS
.B "int" nvme_dump_config
.BI "(nvme_root_t r " ");"
.SH ARGUMENTS
.IP "r" 12
nvme_root_t object
.SH "DESCRIPTION"
Prints the current contents of the JSON configuration
file to stdout.
.SH "RETURN"
0 on success, -1 on failure.