summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_dump_config.2
blob: 9d9db10bd8e7636bc1828c65e2df8ad466818809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH "nvme_dump_config" 9 "nvme_dump_config" "December 2023" "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.