From da8c85d0c01b5bb6ccaf363a208be45ac62e838e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Sep 2005 16:25:51 +0000 Subject: 2005-09-02 Joel Sherrill * FAQ/basic.texi, FAQ/bsp.texi, FAQ/build45.texi, FAQ/concepts.texi, FAQ/debug.texi, FAQ/endoftime.texi, FAQ/freesw.texi, FAQ/hwdebugaids.texi, FAQ/projects.texi, FAQ/stamp-vti, FAQ/tools.texi, FAQ/version.texi, bsp_howto/rtc.t, started/buildc.t, started/buildrt.t, user/Makefile.am, user/region.t: Fix typos and regenerate. --- doc/user/region.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/user/region.t') diff --git a/doc/user/region.t b/doc/user/region.t index b11cf1c2ae..088abe78b5 100644 --- a/doc/user/region.t +++ b/doc/user/region.t @@ -719,13 +719,13 @@ procedure Region_Resize_Segment ( @subheading DESCRIPTION: This directive is used to increase or decrease the size of -a @a{segment}. When increasing the size of a segment, it +a segment. When increasing the size of a segment, it is possible that there is not memory available contiguous to the segment. In this case, the request is unsatisfied. @subheading NOTES: -If an attempt to increase the size of a @a{segment} fails, then +If an attempt to increase the size of a segment fails, then the application may want to allocate a new segment of the desired size, copy the contents of the original segment to the new, larger segment and then return the original segment. -- cgit v1.2.3