Adding upstream version 1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
809e3412a9
commit
336fe81026
743 changed files with 51081 additions and 0 deletions
15
doc/man/nvmf_update_config.2
Normal file
15
doc/man/nvmf_update_config.2
Normal file
|
@ -0,0 +1,15 @@
|
|||
.TH "nvmf_update_config" 9 "nvmf_update_config" "April 2022" "libnvme API manual" LINUX
|
||||
.SH NAME
|
||||
nvmf_update_config \- Update fabrics configuration values
|
||||
.SH SYNOPSIS
|
||||
.B "void" nvmf_update_config
|
||||
.BI "(nvme_ctrl_t c " ","
|
||||
.BI "const struct nvme_fabrics_config *cfg " ");"
|
||||
.SH ARGUMENTS
|
||||
.IP "c" 12
|
||||
Controller to be modified
|
||||
.IP "cfg" 12
|
||||
Updated configuration values
|
||||
.SH "DESCRIPTION"
|
||||
Updates the values from \fIc\fP with the configuration values from \fIcfg\fP;
|
||||
all non-default values from \fIcfg\fP will overwrite the values in \fIc\fP.
|
Loading…
Add table
Add a link
Reference in a new issue