summaryrefslogtreecommitdiff
path: root/lib/param/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/param/param.h')
-rw-r--r--lib/param/param.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/param/param.h b/lib/param/param.h
index 1ac590b69ae..af321e1b5a8 100644
--- a/lib/param/param.h
+++ b/lib/param/param.h
@@ -279,9 +279,7 @@ char *lpcfg_private_path(TALLOC_CTX* mem_ctx,
* @brief Returns an absolute path to a NTDB or TDB file in the Samba
* private directory.
*
- * @param name File to find, relative to PRIVATEDIR, without .(n)tdb extension.
- * Only provide fixed-string names which are supposed to change with "use ntdb"
- * option.
+ * @param name File to find, relative to PRIVATEDIR, without .tdb extension.
*
* @retval Pointer to a talloc'ed string containing the full path, for
* use with dbwrap_local_open().