Skip to content

Commit 80c5cf2

Browse files
committed
doc: Regenerate all docs for v1.9
Signed-off-by: Daniel Wagner <[email protected]>
1 parent 61ff3ce commit 80c5cf2

879 files changed

Lines changed: 4482 additions & 881 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/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author = 'Keith Busch <[email protected]>'
1313
master_doc = 'index'
1414

15-
release = '1.8'
15+
release = '1.9'
1616

1717

1818
# -- General configuration ---------------------------------------------------

doc/config-schema.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,14 @@
9898
"description": "Controller DH-HMAC-CHAP key",
9999
"type": "string"
100100
},
101+
"keyring": {
102+
"description": "Keyring for TLS key lookup",
103+
"type": "string"
104+
},
105+
"tls_key": {
106+
"description": "TLS key for the connection",
107+
"type": "string"
108+
},
101109
"nr_io_queues": {
102110
"description": "Number of I/O queues",
103111
"type": "integer"
@@ -156,14 +164,6 @@
156164
"type": "boolean",
157165
"default": false
158166
},
159-
"keyring": {
160-
"description": "Keyring for TLS key lookup",
161-
"type": "integer"
162-
},
163-
"tls_key": {
164-
"description": "TLS key for the connection",
165-
"type": "integer"
166-
},
167167
"tls": {
168168
"description": "Enable TLS encryption",
169169
"type": "boolean",

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" "February 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "struct nbft_control" "May 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" "February 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "enum nbft_control_flags" "May 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" "February 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "enum nbft_desc_type" "May 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" "February 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "struct nbft_discovery" "May 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" "February 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "enum nbft_discovery_flags" "May 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" "February 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "struct nbft_header" "May 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" "February 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "struct nbft_heap_obj" "May 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" "February 2024" "API Manual" LINUX
1+
.TH "libnvme" 9 "struct nbft_hfi" "May 2024" "API Manual" LINUX
22
.SH NAME
33
struct nbft_hfi \- Host Fabric Interface (HFI) Descriptor (Figure 11)
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)