From 2e094245fa0e1abdcf0fc99bae78391c20df3941 Mon Sep 17 00:00:00 2001 From: Tokunori Ikegami Date: Thu, 7 Jul 2022 23:30:54 +0900 Subject: [PATCH] docs: Add nvme command RETURNS section for #1560 requirement Required information on how an invoking process might determine success or failure. Signed-off-by: Tokunori Ikegami --- Documentation/nvme.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/nvme.txt b/Documentation/nvme.txt index 26fcb95e..87de7b83 100644 --- a/Documentation/nvme.txt +++ b/Documentation/nvme.txt @@ -45,6 +45,11 @@ Plugins/Vendor extension commands include::cmd-plugins.txt[] +RETURNS +------- +All commands will behave the same, they will return 0 on success and 1 on +failure. + FURTHER DOCUMENTATION --------------------- See the freely available references on the http://nvmexpress.org[Official -- 2.50.1