summaryrefslogtreecommitdiffstats
path: root/doc/user
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
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')
-rw-r--r--doc/user/Makefile.am2
-rw-r--r--doc/user/region.t4
2 files changed, 3 insertions, 3 deletions
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.