15 lines
383 B
Groff
15 lines
383 B
Groff
|
.TH "nvme_dump_config" 9 "nvme_dump_config" "April 2022" "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.
|