Fix use of "command line X" in binutils doc
[deliverable/binutils-gdb.git] / gas / doc / c-pru.texi
index 208e199eec0c3d165ec5f674ebcc81a779f02e04..0910b39ac17383e904be39cbc63c945aa177db3c 100644 (file)
 @c man begin OPTIONS
 @table @gcctabopt
 
-@cindex @code{mlink-relax} command line option, PRU
+@cindex @code{mlink-relax} command-line option, PRU
 @item -mlink-relax
 Assume that LD would optimize LDI32 instructions by checking the upper
 16 bits of the @var{expression}. If they are all zeros, then LD would
 shorten the LDI32 instruction to a single LDI. In such case @code{@value{AS}}
 will output DIFF relocations for diff expressions.
 
-@cindex @code{mno-link-relax} command line option, PRU
+@cindex @code{mno-link-relax} command-line option, PRU
 @item -mno-link-relax
 Assume that LD would not optimize LDI32 instructions. As a consequence,
 DIFF relocations will not be emitted.
 
-@cindex @code{mno-warn-regname-label} command line option, PRU
+@cindex @code{mno-warn-regname-label} command-line option, PRU
 @item -mno-warn-regname-label
 Do not warn if a label name matches a register name. Usually assembler
 programmers will want this warning to be emitted. C compilers may want
@@ -129,7 +129,7 @@ Create an unaligned constant 16 bytes in size.
 @cindex @code{set no_warn_regname_label} directive, PRU
 @item .set no_warn_regname_label
 Do not output warnings when a label name matches a register name. Equivalent
-to passing the @code{-mno-warn-regname-label} command line option.
+to passing the @code{-mno-warn-regname-label} command-line option.
 
 @end table
 
This page took 0.029064 seconds and 4 git commands to generate.