summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_st_code.2
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-31 04:17:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-31 04:17:04 +0000
commit7e691c813bdf26bf9c51f03ee926818c00cc6e39 (patch)
tree1ecdb0c04700e31585faf09a0a868cf63814fc51 /doc/man/nvme_st_code.2
parentReleasing debian version 1.2-3. (diff)
downloadlibnvme-7e691c813bdf26bf9c51f03ee926818c00cc6e39.tar.xz
libnvme-7e691c813bdf26bf9c51f03ee926818c00cc6e39.zip
Merging upstream version 1.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/man/nvme_st_code.2')
-rw-r--r--doc/man/nvme_st_code.28
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/man/nvme_st_code.2 b/doc/man/nvme_st_code.2
index 0bff08d..625b0bf 100644
--- a/doc/man/nvme_st_code.2
+++ b/doc/man/nvme_st_code.2
@@ -1,4 +1,4 @@
-.TH "libnvme" 9 "enum nvme_st_code" "October 2022" "API Manual" LINUX
+.TH "libnvme" 9 "enum nvme_st_code" "January 2023" "API Manual" LINUX
.SH NAME
enum nvme_st_code \- Self-test Code value
.SH SYNOPSIS
@@ -20,6 +20,10 @@ enum nvme_st_code {
,
.br
.br
+.BI " NVME_ST_CODE_ABORT"
+,
+.br
+.br
.BI " NVME_ST_CODE_SHIFT"
};
@@ -32,6 +36,8 @@ Short device self-test operation.
Extended device self-test operation.
.IP "NVME_ST_CODE_VS" 12
Vendor specific.
+.IP "NVME_ST_CODE_ABORT" 12
+Abort device self-test operation.
.IP "NVME_ST_CODE_SHIFT" 12
Shift amount to get the code value from the
\fIstruct nvme_st_result\fP.dsts field.