summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-12 14:48:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-12 14:48:49 +0000
commitb86eb32e1a73c5f7f0d4db8a1130b1cf1a3c3c5a (patch)
tree5a1ad16c8fe3aeca6e67a98155f58e9a275a55e8 /doc
parent2008-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-b86eb32e1a73c5f7f0d4db8a1130b1cf1a3c3c5a.tar.bz2
2008-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/region.t: Malloc Family is not implemented in termios of Region Manager after 4.7. Correct documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/user/region.t12
2 files changed, 11 insertions, 6 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 8aa2575d21..cdf8bc18e5 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * user/region.t: Malloc Family is not implemented in termios of Region
+ Manager after 4.7. Correct documentation.
+
2008-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
* bsp_howto/console.t: Remove size constraints on image. Fix a
diff --git a/doc/user/region.t b/doc/user/region.t
index e7d770aa43..1e596c23be 100644
--- a/doc/user/region.t
+++ b/doc/user/region.t
@@ -205,12 +205,12 @@ rounding up to a page size boundary.
@subsection Changing the Size of a Segment
-The @code{@value{DIRPREFIX}region_resize_segment} directive
-is used to change the size in bytes of the specified segment. The
-size may be increased or decreased. When increasing the
-size of a segment, it is possible that the request cannot be
-satisfied. This directive is used to support the @code{realloc()}
-function in the Standard C Library.
+The @code{@value{DIRPREFIX}region_resize_segment} directive is used
+to change the size in bytes of the specified segment. The size may be
+increased or decreased. When increasing the size of a segment, it is
+possible that the request cannot be satisfied. This directive provides
+functionality similar to the @code{realloc()} function in the Standard
+C Library.
@subsection Deleting a Region