Skip to content

Commit

Permalink
daxctl: Initial manpage
Browse files Browse the repository at this point in the history
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: #20
Signed-off-by: Breno Leitao <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
  • Loading branch information
leitao authored and djbw committed Jun 28, 2017
1 parent f81ccf1 commit 8de47f8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# General Public License for more details.

man1_MANS = \
daxctl.1 \
ndctl.1 \
ndctl-zero-labels.1 \
ndctl-read-labels.1 \
Expand Down
33 changes: 33 additions & 0 deletions Documentation/daxctl.txt
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 8de47f8

Please sign in to comment.