The '...' in label-options.txt ended up getting rendered as an ellipsis character in the online man pages, and made filtering for certain things a little harder. Remove it since the plural already indicates multiple devices can be passed.
Cc: Dan Williams <[email protected]> Signed-off-by: Vishal Verma <[email protected]> --- Documentation/ndctl/labels-options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ndctl/labels-options.txt b/Documentation/ndctl/labels-options.txt index f39c213..e13cdc5 100644 --- a/Documentation/ndctl/labels-options.txt +++ b/Documentation/ndctl/labels-options.txt @@ -1,4 +1,4 @@ -<memory device(s)>...:: +<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). -- 2.14.3 _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
