diff options
| author | Andre Albsmeier <mail@fbsd2.e4m.org> | 2026-07-31 23:27:23 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-07-31 23:30:05 +0000 |
| commit | 868158f7fd2a172ef22f1b6b682cc1d38e54cf63 (patch) | |
| tree | 9662260f72ff841db17dc1eac1c7b74d82c2bff2 | |
| parent | 21bc31ce2e4a7106ec352c9e30fc6d948b881653 (diff) | |
nvmecontrol.8: Explain non-operational power modes
`nvmecontrol power -l ...` lists the available power modes.
Non-operational modes are marked with an asterisk. While here,
add <device-id | namespace-id> to the "nvmecontrol power" synopsis.
MFC after: 3 days
Reviewed by: dab, imp, michaelo, ziaee
Differential Revision: https://reviews.freebsd.org/D58480
| -rw-r--r-- | sbin/nvmecontrol/nvmecontrol.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/nvmecontrol/nvmecontrol.8 b/sbin/nvmecontrol/nvmecontrol.8 index 05d0feb347f9..6499da9f72e7 100644 --- a/sbin/nvmecontrol/nvmecontrol.8 +++ b/sbin/nvmecontrol/nvmecontrol.8 @@ -33,7 +33,7 @@ .\" .\" Author: Jim Harris <jimharris@FreeBSD.org> .\" -.Dd February 20, 2026 +.Dd July 31, 2026 .Dt NVMECONTROL 8 .Os .Sh NAME @@ -175,6 +175,7 @@ .Op Fl l .Op Fl p power_state .Op Fl w workload_hint +.Aq Ar device-id | Ar namespace-id .Nm .Ic selftest .Aq Fl c Ar code @@ -629,6 +630,9 @@ Manage the power modes of the NVMe controller. .Bl -tag -width 6n .It Fl l List all supported power modes. +Modes marked with an asterisk +.Pq Dq * +are non-operational power modes. .It Fl p Ar mode Set the power mode to .Ar mode . |
