Commit 6344b1f1 by Matt Kraai Committed by Matt Kraai

gnat_ug.texi: Remove unlikely characters from @vars.

	* gnat_ug.texi: Remove unlikely characters from @vars.
	* gnat_ug_vms.texi: Regenerate.

From-SVN: r68768
parent 5f2fc772
2003-07-01 Matt Kraai <kraai@alumni.cmu.edu>
* gnat_ug.texi: Remove unlikely characters from @vars.
* gnat_ug_vms.texi: Regenerate.
2003-06-27 Nathan Sidwell <nathan@codesourcery.com> 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
* misc.c (record_code_position): Adjust emit_note call. * misc.c (record_code_position): Adjust emit_note call.
......
...@@ -4313,7 +4313,7 @@ temporary disabling of validity checks. ...@@ -4313,7 +4313,7 @@ temporary disabling of validity checks.
@findex Style checking @findex Style checking
@noindent @noindent
The -gnaty@var{^x^(option,option,..)^} switch causes the compiler to The -gnaty^@var{x}^(@var{option},@var{option},..)^ switch causes the compiler to
enforce specified style rules. A limited set of style rules has been used enforce specified style rules. A limited set of style rules has been used
in writing the GNAT sources themselves. This switch allows user programs in writing the GNAT sources themselves. This switch allows user programs
to activate all or some of these checks. If the source program fails a to activate all or some of these checks. If the source program fails a
...@@ -8197,9 +8197,9 @@ unless @code{^-a^/ALL_FILES^} is also specified. ...@@ -8197,9 +8197,9 @@ unless @code{^-a^/ALL_FILES^} is also specified.
@item @item
@code{gnatmake} has been designed to make the use of Ada libraries @code{gnatmake} has been designed to make the use of Ada libraries
particularly convenient. Assume you have an Ada library organized particularly convenient. Assume you have an Ada library organized
as follows: @var{^obj-dir^[OBJ_DIR]^} contains the objects and ALI files for as follows: ^@var{obj-dir}^[@var{OBJ_DIR}]^ contains the objects and ALI files for
of your Ada compilation units, of your Ada compilation units,
whereas @var{^include-dir^[INCLUDE_DIR]^} contains the whereas ^@var{include-dir}^[@var{INCLUDE_DIR}]^ contains the
specs of these units, but no bodies. Then to compile a unit specs of these units, but no bodies. Then to compile a unit
stored in @code{main.adb}, which uses this Ada library you would just type stored in @code{main.adb}, which uses this Ada library you would just type
...@@ -8208,8 +8208,8 @@ stored in @code{main.adb}, which uses this Ada library you would just type ...@@ -8208,8 +8208,8 @@ stored in @code{main.adb}, which uses this Ada library you would just type
$ gnatmake -aI@var{include-dir} -aL@var{obj-dir} main $ gnatmake -aI@var{include-dir} -aL@var{obj-dir} main
@end ifclear @end ifclear
@ifset vms @ifset vms
$ gnatmake /SOURCE_SEARCH=@var{[INCLUDE_DIR]} $ gnatmake /SOURCE_SEARCH=[@var{INCLUDE_DIR}]
/SKIP_MISSING=@var{[OBJ_DIR]} main /SKIP_MISSING=[@var{OBJ_DIR}] main
@end ifset @end ifset
@end smallexample @end smallexample
......
...@@ -3576,7 +3576,7 @@ temporary disabling of validity checks. ...@@ -3576,7 +3576,7 @@ temporary disabling of validity checks.
@findex Style checking @findex Style checking
@noindent @noindent
The /STYLE=@var{(option,option,..)} qualifier causes the compiler to The /STYLE=(@var{option},@var{option},..) qualifier causes the compiler to
enforce specified style rules. A limited set of style rules has been used enforce specified style rules. A limited set of style rules has been used
in writing the GNAT sources themselves. This qualifier allows user programs in writing the GNAT sources themselves. This qualifier allows user programs
to activate all or some of these checks. If the source program fails a to activate all or some of these checks. If the source program fails a
...@@ -7197,15 +7197,15 @@ unless @code{/ALL_FILES} is also specified. ...@@ -7197,15 +7197,15 @@ unless @code{/ALL_FILES} is also specified.
@item @item
@code{GNAT MAKE} has been designed to make the use of Ada libraries @code{GNAT MAKE} has been designed to make the use of Ada libraries
particularly convenient. Assume you have an Ada library organized particularly convenient. Assume you have an Ada library organized
as follows: @var{[OBJ_DIR]} contains the objects and ALI files for as follows: [@var{OBJ_DIR}] contains the objects and ALI files for
of your Ada compilation units, of your Ada compilation units,
whereas @var{[INCLUDE_DIR]} contains the whereas [@var{INCLUDE_DIR}] contains the
specs of these units, but no bodies. Then to compile a unit specs of these units, but no bodies. Then to compile a unit
stored in @code{MAIN.ADB}, which uses this Ada library you would just type stored in @code{MAIN.ADB}, which uses this Ada library you would just type
@smallexample @smallexample
$ GNAT MAKE /SOURCE_SEARCH=@var{[INCLUDE_DIR]} $ GNAT MAKE /SOURCE_SEARCH=[@var{INCLUDE_DIR}]
/SKIP_MISSING=@var{[OBJ_DIR]} main /SKIP_MISSING=[@var{OBJ_DIR}] main
@end smallexample @end smallexample
@item @item
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment