summaryrefslogtreecommitdiffstats
path: root/doc/user/region.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-09-02 16:25:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-09-02 16:25:51 +0000
commitda8c85d0c01b5bb6ccaf363a208be45ac62e838e (patch)
tree7e3f4977c600e31648e0123bf42417fc712ebd17 /doc/user/region.t
parent2005-09-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-da8c85d0c01b5bb6ccaf363a208be45ac62e838e.tar.bz2
2005-09-02 Joel Sherrill <joel@OARcorp.com>
* 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.
Diffstat (limited to 'doc/user/region.t')
-rw-r--r--doc/user/region.t4
1 files changed, 2 insertions, 2 deletions
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.