Skip to content

Commit ea83b9e

Browse files
committed
doc: Regenerate all docs for v1.11
Signed-off-by: Daniel Wagner <[email protected]>
1 parent e533127 commit ea83b9e

910 files changed

Lines changed: 2793 additions & 910 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/config-schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,12 @@
102102
"description": "Keyring for TLS key lookup",
103103
"type": "string"
104104
},
105+
"tls_key_identity": {
106+
"description": "PSK identity for the TLS PSK (tls_key)",
107+
"type": "string"
108+
},
105109
"tls_key": {
106-
"description": "TLS key for the connection",
110+
"description": "TLS PSK in PSK interchange format",
107111
"type": "string"
108112
},
109113
"nr_io_queues": {

doc/man/nbft_control.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libnvme" 9 "struct nbft_control" "August 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "struct nbft_control" "October 2024" "API Manual" LINUX
22
.SH NAME
33
struct nbft_control \- NBFT Table - Control Descriptor (Figure 8)
44
.SH SYNOPSIS

doc/man/nbft_control_flags.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libnvme" 9 "enum nbft_control_flags" "August 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "enum nbft_control_flags" "October 2024" "API Manual" LINUX
22
.SH NAME
33
enum nbft_control_flags \- Control Descriptor Flags
44
.SH SYNOPSIS

doc/man/nbft_desc_type.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libnvme" 9 "enum nbft_desc_type" "August 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "enum nbft_desc_type" "October 2024" "API Manual" LINUX
22
.SH NAME
33
enum nbft_desc_type \- NBFT Elements - Descriptor Types (Figure 5)
44
.SH SYNOPSIS

doc/man/nbft_discovery.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libnvme" 9 "struct nbft_discovery" "August 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "struct nbft_discovery" "October 2024" "API Manual" LINUX
22
.SH NAME
33
struct nbft_discovery \- Discovery Descriptor (Figure 24)
44
.SH SYNOPSIS

doc/man/nbft_discovery_flags.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libnvme" 9 "enum nbft_discovery_flags" "August 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "enum nbft_discovery_flags" "October 2024" "API Manual" LINUX
22
.SH NAME
33
enum nbft_discovery_flags \- Discovery Descriptor Flags
44
.SH SYNOPSIS

doc/man/nbft_header.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libnvme" 9 "struct nbft_header" "August 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "struct nbft_header" "October 2024" "API Manual" LINUX
22
.SH NAME
33
struct nbft_header \- NBFT Table - Header (Figure 8)
44
.SH SYNOPSIS

doc/man/nbft_heap_obj.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libnvme" 9 "struct nbft_heap_obj" "August 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "struct nbft_heap_obj" "October 2024" "API Manual" LINUX
22
.SH NAME
33
struct nbft_heap_obj \- NBFT Header Driver Signature
44
.SH SYNOPSIS

doc/man/nbft_hfi.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libnvme" 9 "struct nbft_hfi" "August 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "struct nbft_hfi" "October 2024" "API Manual" LINUX
22
.SH NAME
33
struct nbft_hfi \- Host Fabric Interface (HFI) Descriptor (Figure 11)
44
.SH SYNOPSIS

doc/man/nbft_hfi_flags.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libnvme" 9 "enum nbft_hfi_flags" "August 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "enum nbft_hfi_flags" "October 2024" "API Manual" LINUX
22
.SH NAME
33
enum nbft_hfi_flags \- HFI Descriptor Flags
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)