Module Name:    src
Committed By:   pgoyette
Date:           Fri Jun 15 22:27:40 UTC 2018

Modified Files:
        src/share/man/man9: specificdata.9

Log Message:
Add note that there is no way to delete an individual datum from a
container.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/specificdata.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/specificdata.9
diff -u src/share/man/man9/specificdata.9:1.6 src/share/man/man9/specificdata.9:1.7
--- src/share/man/man9/specificdata.9:1.6	Fri Jun 15 22:11:17 2018
+++ src/share/man/man9/specificdata.9	Fri Jun 15 22:27:40 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: specificdata.9,v 1.6 2018/06/15 22:11:17 pgoyette Exp $
+.\"	$NetBSD: specificdata.9,v 1.7 2018/06/15 22:27:40 pgoyette Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -133,6 +133,7 @@ and associate it with
 .Fa key .
 If a datum has previously been stored, the new value replaces the original;
 the original value is not destroyed, i.e. its destructor is not invoked.
+Note that there is no provision for removing a datum without replacing it.
 .It Fn specificdata_setspecific_nowait sd ref key data
 (Unimplemented)
 .El

Reply via email to