Blame man/memkind-auto-dax-kmem-nodes.1

Packit Service 7f3b24
.\" SPDX-License-Identifier: BSD-2-Clause
Packit Service 7f3b24
.\" Copyright (C) 2019 - 2020 Intel Corporation.
Packit 345191
.\"
Packit 345191
.TH "MEMKIND-AUTO-DAX-KMEM-NODES" 1 "2019-08-29" "Intel Corporation" "MEMKIND-AUTO-DAX-KMEM-NODES" \" -*- nroff -*-
Packit 345191
.SH "NAME"
Packit 345191
memkind-auto-dax-kmem-nodes - prints comma-separated list of automatically detected persistent memory NUMA nodes.
Packit 345191
.br
Packit 345191
Note: This is EXPERIMENTAL API. The functionality and the header file itself can be changed (including non-backward compatible changes), or removed.
Packit 345191
.SH "SYNOPSIS"
Packit 345191
memkind-auto-dax-kmem-nodes [-h|--help]
Packit 345191
.SH "DESCRIPTION"
Packit 345191
.BR memkind-auto-dax-kmem-nodes
Packit 345191
prints a comma-separated list of automatically detected persistent memory NUMA nodes that can be used with the numactl --membind option.
Packit 345191
.SH "OPTIONS"
Packit 345191
.BR " -h, --help"
Packit 345191
              Displays help text and exit.
Packit 345191
.SH "EXIT STATUS"
Packit 345191
.BR 0
Packit 345191
on success
Packit 345191
.br
Packit 345191
.BR 1
Packit 345191
if automatic detection is disabled (memkind wasn't build with suitable libdaxctl-devel version)
Packit 345191
.br
Packit 345191
.BR 2
Packit 345191
if argument is invalid
Packit 345191
.br
Packit 345191
.BR 3
Packit 345191
on other failure
Packit 345191
.SH "COPYRIGHT"
Packit Service 7f3b24
Copyright (C) 2019 - 2020 Intel Corporation. All rights reserved.
Packit 345191
.SH "SEE ALSO"
Packit 345191
.BR daxctl (3),
Packit 345191
.BR memkind (3),
Packit 345191
.BR numactl (8)
Packit 345191
.SH "AUTHOR"
Packit 345191
Michal Biesek <michal.biesek@intel.com>