summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_set_root.2
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/man/nvme_set_root.25
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/man/nvme_set_root.2 b/doc/man/nvme_set_root.2
index 8f90e50..c03de4a 100644
--- a/doc/man/nvme_set_root.2
+++ b/doc/man/nvme_set_root.2
@@ -1,4 +1,4 @@
-.TH "nvme_set_root" 9 "nvme_set_root" "February 2024" "libnvme API manual" LINUX
+.TH "nvme_set_root" 9 "nvme_set_root" "August 2024" "libnvme API manual" LINUX
.SH NAME
nvme_set_root \- Set nvme_root_t context
.SH SYNOPSIS
@@ -14,3 +14,6 @@ When creating a new root object with \fInvme_create_root\fP the global root obje
will be set as well. This means the global root object is always pointing to
the latest created root object. Note the first \fInvme_free_tree\fP call will reset
the global root object.
+
+This function is deprecated. Use nvme_init_default_logging or/and
+nvme_init_logging instead.