From 8de47f8f515f1bbc8127cacfe74ae3e3a99fe4dd Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Wed, 28 Jun 2017 10:18:40 -0700 Subject: [PATCH] daxctl: Initial manpage Currently daxctl(1) does not have a manpage, which causes some lintian error on some Linux Distribution, as Debian. On Debian, by the policy, every single binary should have a manpage. This patch simply adds a very initial manpage for daxctl utility. Link: https://github.com/pmem/ndctl/pull/20 Signed-off-by: Breno Leitao Signed-off-by: Dan Williams --- Documentation/Makefile.am | 1 + Documentation/daxctl.txt | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Documentation/daxctl.txt diff --git a/Documentation/Makefile.am b/Documentation/Makefile.am index c7e0758c..a56c4f0e 100644 --- a/Documentation/Makefile.am +++ b/Documentation/Makefile.am @@ -10,6 +10,7 @@ # General Public License for more details. man1_MANS = \ + daxctl.1 \ ndctl.1 \ ndctl-zero-labels.1 \ ndctl-read-labels.1 \ diff --git a/Documentation/daxctl.txt b/Documentation/daxctl.txt new file mode 100644 index 00000000..5e81b33f --- /dev/null +++ b/Documentation/daxctl.txt @@ -0,0 +1,33 @@ +daxctl(1) +========= + +NAME +---- +daxctl - Provides enumeration and provisioning commands for the Linux kernel Device-DAX facility + +SYNOPSIS +-------- +[verse] +'daxctl' [--version] [--help] COMMAND [ARGS] + +OPTIONS +------- +-v:: +--version:: + Display daxctl version. + +-h:: +--help:: + Run daxctl help command. + +DESCRIPTION +----------- +The daxctl utility provides enumeration and provisioning commands for +the Linux kernel Device-DAX facility. This facility enables DAX mappings +of performance / feature differentiated memory without need of a +filesystem. + +SEE ALSO +-------- +linkndctl:ndctl-create-namespace[1], +linkndctl:ndctl-list[1]