summaryrefslogtreecommitdiffstats
path: root/lib/libnv
diff options
context:
space:
mode:
authoroshogbo <oshogbo@FreeBSD.org>2015-05-02 18:03:47 +0000
committeroshogbo <oshogbo@FreeBSD.org>2015-05-02 18:03:47 +0000
commitd3c00f4352cb5caa06852f6b87f4eaa1bfca18b6 (patch)
tree9843e49dea04f1036229fa74804af021543baf44 /lib/libnv
parentcf66982b37ec7230cc55175c994e05c6176e8e22 (diff)
downloadFreeBSD-src-d3c00f4352cb5caa06852f6b87f4eaa1bfca18b6.zip
FreeBSD-src-d3c00f4352cb5caa06852f6b87f4eaa1bfca18b6.tar.gz
Introduce the NV_FLAG_NO_UNIQUE flag. When set, it allows to store
multiple values using the same key in a nvlist. Approved by: pjd (mentor) Obtained from: WHEEL Systems (http://www.wheelsystems.com) Update man page. Reviewed by: AllanJude Approved by: pjd (mentor)
Diffstat (limited to 'lib/libnv')
-rw-r--r--lib/libnv/nv.32
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libnv/nv.3 b/lib/libnv/nv.3
index 4c0e236..58033be 100644
--- a/lib/libnv/nv.3
+++ b/lib/libnv/nv.3
@@ -232,6 +232,8 @@ The following flag can be provided:
.Bl -tag -width "NV_FLAG_IGNORE_CASE" -compact -offset indent
.It Dv NV_FLAG_IGNORE_CASE
Perform case-insensitive lookups of provided names.
+.It Dv NV_FLAG_NO_UNIQUE
+Names in the nvlist do not have to be unique.
.El
.Pp
The
OpenPOWER on IntegriCloud