summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-08-09 07:29:14 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-08-09 07:29:14 +0000
commitb865cb4c1ce1a3032d679417b5b587d4d4530662 (patch)
treea35791fadc644651ba62ccbe3f62df2266e8d967 /doc
parentRegenerate. (diff)
downloadrtems-b865cb4c1ce1a3032d679417b5b587d4d4530662.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 457a88fea4..34e7b57636 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-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Don't install html_imagesdir unconditionally.
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.