aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gnat_rm.texi
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-03-15 10:22:36 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2008-03-15 10:22:36 +0000
commit79f34d07641508d76e58ed97f01facbd64ffdebd (patch)
treeb165024c4ed83a817be72eb2bfb1e163347986a0 /gcc/ada/gnat_rm.texi
parent36193051a95f2dca22fbe613ab9820d720d69c8c (diff)
downloadgcc-79f34d07641508d76e58ed97f01facbd64ffdebd.zip
gcc-79f34d07641508d76e58ed97f01facbd64ffdebd.tar.gz
gcc-79f34d07641508d76e58ed97f01facbd64ffdebd.tar.bz2
gcc/ada/
* gnat_rm.texi (Implementation Defined Characteristics) (Wide_Text_IO, Wide_Wide_Text_IO): Add @var annotations where appropriate. * gnat_ugn.texi (Wide Character Encodings, Switches for gnatbind) (Switches for gnatchop, Installing a library): Likewise. From-SVN: r133242
Diffstat (limited to 'gcc/ada/gnat_rm.texi')
-rw-r--r--gcc/ada/gnat_rm.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi
index 6e7c9dd..0dcc1a3 100644
--- a/gcc/ada/gnat_rm.texi
+++ b/gcc/ada/gnat_rm.texi
@@ -8464,13 +8464,13 @@ attribute. See C.7.1(7).
@end cartouche
@noindent
The result of this attribute is a string that identifies
-the object or component that denotes a given task. If a variable Var has a task
-type, the image for this task will have the form Var_XXXXXXXX, where the
-suffix
+the object or component that denotes a given task. If a variable @code{Var}
+has a task type, the image for this task will have the form @code{Var_@var{XXXXXXXX}},
+where the suffix
is the hexadecimal representation of the virtual address of the corresponding
task control block. If the variable is an array of tasks, the image of each
task will have the form of an indexed component indicating the position of a
-given task in the array, e.g.@: Group(5)_XXXXXXX. If the task is a
+given task in the array, e.g.@: @code{Group(5)_@var{XXXXXXX}}. If the task is a
component of a record, the image of the task will have the form of a selected
component. These rules are fully recursive, so that the image of a task that
is a subcomponent of a composite object corresponds to the expression that
@@ -12063,7 +12063,7 @@ is a one, two, or three byte sequence:
@end smallexample
@noindent
-where the xxx bits correspond to the left-padded bits of the
+where the @var{xxx} bits correspond to the left-padded bits of the
16-bit character value. Note that all lower half ASCII characters
are represented as ASCII bytes and all upper half characters and
other wide characters are represented as sequences of upper-half
@@ -12238,7 +12238,7 @@ is a one, two, three, or four byte sequence:
@end smallexample
@noindent
-where the xxx bits correspond to the left-padded bits of the
+where the @var{xxx} bits correspond to the left-padded bits of the
21-bit character value. Note that all lower half ASCII characters
are represented as ASCII bytes and all upper half characters and
other wide characters are represented as sequences of upper-half