The docbook->markdown rendering for the list verbosity options ate up the newlines. Fix by forcing it into a bulleted list.
Cc: Keith Busch <[email protected]> Fixes: b2c9a47f474f ("ndctl: Add 'list' verbose options") Signed-off-by: Vishal Verma <[email protected]> --- Documentation/ndctl/ndctl-list.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Documentation/ndctl/ndctl-list.txt b/Documentation/ndctl/ndctl-list.txt index c823493..e24c8f4 100644 --- a/Documentation/ndctl/ndctl-list.txt +++ b/Documentation/ndctl/ndctl-list.txt @@ -207,13 +207,14 @@ include::xable-region-options.txt[] multiple times to be even more verbose on the informational and miscellaneous output, and can be used to override omitted flags for showing specific information. + -*-v* -In addition to the enabled namespaces default output, show the numa_node, -raw_uuid, and bad block media errors. + -*-vv* -Everything '-v' provides, plus automatically enable --dimms, --buses, and --regions. + -*-vvv* -Everything '-vv' provides, plus --health, --idle, and --firmware. + - *-v* + In addition to the enabled namespaces default output, show the + numa_node, raw_uuid, and bad block media errors. + + - *-vv* + Everything '-v' provides, plus automatically enable --dimms, + --buses, and --regions. + + - *-vvv* + Everything '-vv' provides, plus --health, --idle, and --firmware. include::human-option.txt[] -- 2.14.4 _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
