summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-12 14:48:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-12 14:48:11 +0000
commiteafefdf19fccb54bef87e1eda70c16ea4494dabf (patch)
tree5b13dac2cc9b60760c2c32c94afebc523d4212df
parent081b2d4d95c52cb830abeee9e572f9f4b0b4bd72 (diff)
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.
-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 b5ae4b879c..575525816d 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-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/concepts.t: Id has four parts not three.
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