aboutsummaryrefslogtreecommitdiff
path: root/ld/ldint.texi
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldint.texi')
-rw-r--r--ld/ldint.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldint.texi b/ld/ldint.texi
index 6df7c88..d15b9fa 100644
--- a/ld/ldint.texi
+++ b/ld/ldint.texi
@@ -113,7 +113,7 @@ The @file{genscripts.sh} script will invoke a shell script in the
written in the linker command language. The @file{scripttempl} script
will be invoked 5 (or, in some cases, 6) times, with different
assignments to shell variables, to create different default scripts.
-The choice of script is made based on the command line options.
+The choice of script is made based on the command-line options.
After creating the scripts, @file{genscripts.sh} will invoke yet another
shell script, this time in the @file{emultempl} directory. That shell
@@ -480,7 +480,7 @@ We will also skip or gloss over parts of the link process that don't
relate to emulations, like setting up internationalization.
After initialization, @code{main} selects an emulation by pre-scanning
-the command line arguments. It calls @code{ldemul_choose_target} to
+the command-line arguments. It calls @code{ldemul_choose_target} to
choose a target. If you set @code{choose_target} to
@code{ldemul_default_target}, it picks your @code{target_name} by
default.