Skip to content

Commit 033449f

Browse files
committed
doc: Regenerate all documentation
Prepare for initial 1.0 release Signed-off-by: Daniel Wagner <[email protected]>
1 parent 80a5a3d commit 033449f

6 files changed

Lines changed: 56 additions & 15 deletions

doc/man/nvme_ctrl_get_ana_state.2

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.TH "nvme_namespace_first_path" 9 "nvme_namespace_first_path" "April 2022" "libnvme API manual" LINUX
2+
.SH NAME
3+
nvme_namespace_first_path \- Start path iterator
4+
.SH SYNOPSIS
5+
.B "nvme_path_t" nvme_namespace_first_path
6+
.BI "(nvme_ns_t ns " ");"
7+
.SH ARGUMENTS
8+
.IP "ns" 12
9+
Namespace instance
10+
.SH "RETURN"
11+
First \fInvme_path_t\fP object of an \fIns\fP iterator
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.TH "nvme_namespace_for_each_path" 9 "nvme_namespace_for_each_path" "April 2022" "libnvme API manual" LINUX
2+
.SH NAME
3+
nvme_namespace_for_each_path \- Traverse paths
4+
.SH SYNOPSIS
5+
.B "nvme_namespace_for_each_path
6+
.BI "(c " ","
7+
.BI "p " ");"
8+
.SH ARGUMENTS
9+
.IP "c" 12
10+
-- undescribed --
11+
.IP "p" 12
12+
\fInvme_path_t\fP object
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.TH "nvme_namespace_for_each_path_safe" 9 "nvme_namespace_for_each_path_safe" "April 2022" "libnvme API manual" LINUX
2+
.SH NAME
3+
nvme_namespace_for_each_path_safe \- Traverse paths
4+
.SH SYNOPSIS
5+
.B "nvme_namespace_for_each_path_safe
6+
.BI "(n " ","
7+
.BI "p " ","
8+
.BI "_p " ");"
9+
.SH ARGUMENTS
10+
.IP "n" 12
11+
-- undescribed --
12+
.IP "p" 12
13+
\fInvme_path_t\fP object
14+
.IP "_p" 12
15+
A \fInvme_path_t_node\fP to use as temporary storage

doc/man/nvme_namespace_next_path.2

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.TH "nvme_namespace_next_path" 9 "nvme_namespace_next_path" "April 2022" "libnvme API manual" LINUX
2+
.SH NAME
3+
nvme_namespace_next_path \- Next path iterator
4+
.SH SYNOPSIS
5+
.B "nvme_path_t" nvme_namespace_next_path
6+
.BI "(nvme_ns_t c " ","
7+
.BI "nvme_path_t p " ");"
8+
.SH ARGUMENTS
9+
.IP "c" 12
10+
-- undescribed --
11+
.IP "p" 12
12+
Previous \fInvme_path_t\fP object of an \fIns\fP iterator
13+
.SH "RETURN"
14+
Next \fInvme_path_t\fP object of an \fIns\fP iterator

doc/man/nvme_scan_topology.2

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ nvme_scan_topology \- Scan NVMe topology and apply filter
44
.SH SYNOPSIS
55
.B "int" nvme_scan_topology
66
.BI "(nvme_root_t r " ","
7-
.BI "nvme_scan_filter_t f " ");"
7+
.BI "nvme_scan_filter_t f " ","
8+
.BI "void *f_args " ");"
89
.SH ARGUMENTS
910
.IP "r" 12
1011
nvme_root_t object
1112
.IP "f" 12
1213
filter to apply
14+
.IP "f_args" 12
15+
user-specified argument to \fIf\fP
1316
.SH "DESCRIPTION"
1417
Scans the NVMe topology and filters out the resulting elements
1518
by applying \fIf\fP.

0 commit comments

Comments
 (0)