RE: [ndctl PATCH 1/3] ndctl, monitor: Fix formatting for --log in the man page

2018-08-14 Thread Qi, Fuli
> -Original Message- > From: Vishal Verma [mailto:vishal.l.ve...@intel.com] > Sent: Wednesday, August 15, 2018 8:06 AM > To: linux-nvdimm@lists.01.org > Cc: Vishal Verma ; Qi, Fuli/斉 福利 > > Subject: [ndctl PATCH 1/3] ndctl, monitor: Fix formatting for --log in the > man page > > Change

[ndctl PATCH 2/3] ndctl, list: fix the verbosity level formatting in the man page

2018-08-14 Thread Vishal Verma
The docbook->markdown rendering for the list verbosity options ate up the newlines. Fix by forcing it into a bulleted list. Cc: Keith Busch Fixes: b2c9a47f474f ("ndctl: Add 'list' verbose options") Signed-off-by: Vishal Verma --- Documentation/ndctl/ndctl-list.txt | 15 --- 1 file

[ndctl PATCH 1/3] ndctl, monitor: Fix formatting for --log in the man page

2018-08-14 Thread Vishal Verma
Change the --log option to be similar to other options-with-arguments, such as --map. Cc: QI Fuli Fixes: 8d2d75f76f1e ("ndctl, monitor: set default log destination to syslog if...") Signed-off-by: Vishal Verma --- Documentation/ndctl/ndctl-monitor.txt | 23 ++- 1 file

[ndctl PATCH] ndctl, autoconf: include sys/mman.h for MAP_SYNC

2018-08-14 Thread Vishal Verma
Commit 94679e6b78aa ("ndctl, test: check availability of MAP_SYNC for poison test") added a MAP_SYNC gate for checking its availability at build time. However the check included linux/mman.h, where as the canonical location for MAP_SYNC should be sys/mman.h. Fixes: 94679e6b78aa ("ndctl, test: