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/Makefile.am | 2 +- doc/user/region.t | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/user') diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 1869ef34b1..e2a41671c5 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -111,7 +111,7 @@ region.texi: region.t dpmem.texi: dpmem.t $(BMENU2) \ - -p "Region Manager REGION_GET_SEGMENT_SIZE - Obtain size of a segment" \ + -p "Region Manager REGION_RESIZE_SEGMENT - Change size of a segment" \ -u "Top" \ -n "I/O Manager" < $< > $@ 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