Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Add note that there is no way to delete an in...



details:   https://anonhg.NetBSD.org/src/rev/8833bc7a70e4
branches:  trunk
changeset: 319924:8833bc7a70e4
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Jun 15 22:27:40 2018 +0000

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

diffstat:

 share/man/man9/specificdata.9 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6a2b7b9f7367 -r 8833bc7a70e4 share/man/man9/specificdata.9
--- a/share/man/man9/specificdata.9     Fri Jun 15 22:11:17 2018 +0000
+++ b/share/man/man9/specificdata.9     Fri Jun 15 22:27:40 2018 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index