aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMariusz Zaborski <oshogbo@FreeBSD.org>2015-05-02 18:03:47 +0000
committerMariusz Zaborski <oshogbo@FreeBSD.org>2015-05-02 18:03:47 +0000
commit169c153b59a774a9eb886d9d05d94460dd9b6d5d (patch)
tree9843e49dea04f1036229fa74804af021543baf44 /lib
parentbd1da0a002e9a43cfb5220835c7a42804d90dc56 (diff)
downloadsrc-169c153b59a774a9eb886d9d05d94460dd9b6d5d.tar.gz
src-169c153b59a774a9eb886d9d05d94460dd9b6d5d.zip
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)
Notes
Notes: svn path=/head/; revision=282347
Diffstat (limited to 'lib')
-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 4c0e236b090a..58033be61fed 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