@@ -1,9 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
<memory device(s)>::
- One or more 'nmemX' device names. The keyword 'all' can be specified to
- operate on every dimm in the system, optionally filtered by bus id (see
- --bus= option).
+include::xable-dimm-options.txt[]
-s::
--size=::
@@ -16,8 +14,7 @@
-b::
--bus=::
- Limit operation to memory devices (dimms) that are on the given bus.
- Where 'bus' can be a provider name or a bus id number.
+include::xable-bus-options.txt[]
-v::
Turn on verbose debug messages in the library (if ndctl was built with
@@ -38,9 +38,7 @@ OPTIONS
-------
-b::
--bus=::
- Enforce that the operation only be carried on devices that are
- attached to the given bus. Where 'bus' can be a provider name or a bus
- id number.
+include::xable-bus-options.txt[]
-m::
--media-temperature=::
@@ -49,20 +49,15 @@ OPTIONS
-------
-b::
--bus=::
- Enforce that the operation only be carried on devices that are
- attached to the given bus. Where 'bus' can be a provider name
- or a bus id number.
+include::xable-bus-options.txt[]
-d::
--dimm=::
- A 'nmemX' device name, or dimm id number. Select the devices to
- monitor reference the given dimm.
+include::xable-dimm-options.txt[]
-r::
--region=::
- A 'regionX' device name, or a region id number. The keyword 'all'
- can be specified to carry out the operation on every region in
- the system, optionally filtered by bus id (see --bus= option).
+include::xable-region-options.txt[]
-n::
--namespace=::
While backporting commit 498ee3d100c3 ("Documentation: clarify bus/dimm/region filtering") I noticed not all instances of --bus, --dimm, and --region use the include and hence do not get the clarification. Fixes: 498ee3d100c3 ("Documentation: clarify bus/dimm/region filtering") Signed-off-by: Michal Suchanek <msuchanek@suse.de> --- Documentation/ndctl/labels-options.txt | 7 ++----- Documentation/ndctl/ndctl-inject-smart.txt | 4 +--- Documentation/ndctl/ndctl-monitor.txt | 11 +++-------- 3 files changed, 6 insertions(+), 16 deletions(-)