blob: e3bfd5e65f00834f9fed4ef770da4fb2297e3223 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.TH "nvme_subsystem_set_application" 9 "nvme_subsystem_set_application" "October 2024" "libnvme API manual" LINUX
.SH NAME
nvme_subsystem_set_application \- Set the application string
.SH SYNOPSIS
.B "void" nvme_subsystem_set_application
.BI "(nvme_subsystem_t s " ","
.BI "const char *a " ");"
.SH ARGUMENTS
.IP "s" 12
nvme_subsystem_t object
.IP "a" 12
application string
.SH "DESCRIPTION"
Sets the managing application string for \fIs\fP.
|