From: Daniel Wagner Date: Mon, 17 Mar 2025 09:40:09 +0000 (+0100) Subject: doc: Regenerate all docs for v2.12 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9a5f461adb85105e25f1c54807067b8823f96521;p=users%2Fsagi%2Fnvme-cli.git doc: Regenerate all docs for v2.12 Signed-off-by: Daniel Wagner --- diff --git a/Documentation/nvme-admin-passthru.1 b/Documentation/nvme-admin-passthru.1 index 25576c9c..075816d3 100644 --- a/Documentation/nvme-admin-passthru.1 +++ b/Documentation/nvme-admin-passthru.1 @@ -2,12 +2,12 @@ .\" Title: nvme-admin-passthru .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 10/31/2024 +.\" Date: 03/17/2025 .\" Manual: NVMe Manual .\" Source: NVMe .\" Language: English .\" -.TH "NVME\-ADMIN\-PASSTHR" "1" "10/31/2024" "NVMe" "NVMe Manual" +.TH "NVME\-ADMIN\-PASSTHR" "1" "03/17/2025" "NVMe" "NVMe Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/Documentation/nvme-admin-passthru.html b/Documentation/nvme-admin-passthru.html index 1ae7d893..84eaccaf 100644 --- a/Documentation/nvme-admin-passthru.html +++ b/Documentation/nvme-admin-passthru.html @@ -4,7 +4,7 @@ - + nvme-admin-passthru(1) + + + + +
+
+

SYNOPSIS

+
+
+
nvme fdp <device> [--endgrp-id=<NUM> | -e <NUM>]
+                [--enable-conf-idx=<NUM> | -c <NUM>]
+                [--disable | -d]
+                [--verbose | -v]
+
+
+
+
+
+

DESCRIPTION

+
+

For the NVMe device given, configure and manage the Flexible Data Placement (FDP) feature.

+

This command can be used to either show the current FDP feature configuration or change it.

+
+
+
 If no `--enable-conf-idx` or `--disable` options are provided, the current configuration is
+displayed.
+
+

If the --enable-conf-idx or --disable options are provided, configuration is changed +accordingly. Device may refuse the change if there is a namespace.

+

The <device> parameter is mandatory and must be a NVMe character device (ex: /dev/nvme0)

+
+
+
+

OPTIONS

+
+
+
+-e <NUM> +
+
+--endgrp-id=<NUM> +
+
+

+ Specify the endurance group ID. This option is mandatory if device supports endurance groups. +

+
+
+-c <NUM> +
+
+--enable-conf-idx=<NUM> +
+
+

+ Enable FDP feature with the specified configuration. The configuration index matches position + listed by nvme-fdp-config(1). +

+
+
+-d +
+
+--disable +
+
+

+ Disable the current FDP feature configuration. +

+
+
+-v +
+
+--verbose +
+
+

+ Increase verbosity of the output. +

+
+
+
+
+
+

SEE ALSO

+
+

nvme-list-endgrp(1) +nvme-fdp-config(1)

+
+
+
+

NVME

+
+

Part of nvme-cli

+
+
+
+

+ + + diff --git a/Documentation/nvme-fdp-set-events.1 b/Documentation/nvme-fdp-set-events.1 index 1f0c9d91..6654b977 100644 --- a/Documentation/nvme-fdp-set-events.1 +++ b/Documentation/nvme-fdp-set-events.1 @@ -2,12 +2,12 @@ .\" Title: nvme-fdp-set-events .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 10/31/2024 +.\" Date: 03/17/2025 .\" Manual: NVMe Manual .\" Source: NVMe .\" Language: English .\" -.TH "NVME\-FDP\-SET\-EVEN" "1" "10/31/2024" "NVMe" "NVMe Manual" +.TH "NVME\-FDP\-SET\-EVEN" "1" "03/17/2025" "NVMe" "NVMe Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/Documentation/nvme-fdp-set-events.html b/Documentation/nvme-fdp-set-events.html index afd77fcf..4a3e648b 100644 --- a/Documentation/nvme-fdp-set-events.html +++ b/Documentation/nvme-fdp-set-events.html @@ -4,7 +4,7 @@ - + nvme-fdp-set-events(1)