summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-12 14:44:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-12 14:44:27 +0000
commit8f879c6754596ed6b6cec9bed706d98d916d27b5 (patch)
tree07942c6806d73ea1b5f44bdbc8cf8e10b8f5dd8c /doc/user
parent2008-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-8f879c6754596ed6b6cec9bed706d98d916d27b5.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/user')
-rw-r--r--doc/user/region.t12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/user/region.t b/doc/user/region.t
index 101f349187..9228146aaa 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