summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-08-03 07:04:46 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-08-03 07:04:46 +0000
commitfc7482bc4d30242db55fcc45bfc1891b37131f08 (patch)
tree7b354528de56ef6ec3d53cd1b660e547b1378fde /doc
parent2010-08-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-fc7482bc4d30242db55fcc45bfc1891b37131f08.tar.bz2
2010-08-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1650/cpukit * user/part.t: Clarify.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/user/part.t3
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 32bf7e3f8c..886aaee2a1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ PR 1650/cpukit
+ * user/part.t: Clarify.
+
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
diff --git a/doc/user/part.t b/doc/user/part.t
index 9bc8ad3857..4dad69d5a0 100644
--- a/doc/user/part.t
+++ b/doc/user/part.t
@@ -457,3 +457,6 @@ preempted.
Returning a buffer to a global partition which does
not reside on the local node will generate a request telling the
remote node to return the buffer to the specified partition.
+
+Returning a buffer multiple times is an error. It will corrupt the internal
+state of the partition.