diff options
Diffstat (limited to 'doc/man/nvmf_hostid_generate.2')
-rw-r--r-- | doc/man/nvmf_hostid_generate.2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/man/nvmf_hostid_generate.2 b/doc/man/nvmf_hostid_generate.2 new file mode 100644 index 0000000..39ddba1 --- /dev/null +++ b/doc/man/nvmf_hostid_generate.2 @@ -0,0 +1,9 @@ +.TH "nvmf_hostid_generate" 9 "nvmf_hostid_generate" "August 2024" "libnvme API manual" LINUX +.SH NAME +nvmf_hostid_generate \- Generate a machine specific host identifier +.SH SYNOPSIS +.B "char *" nvmf_hostid_generate +.SH ARGUMENTS +.SH "RETURN" +On success, an identifier string based on the machine identifier to +be used as NVMe Host Identifier, or NULL on failure. |