aboutsummaryrefslogtreecommitdiffstats
path: root/doc/references/CommandReference.rst
diff options
context:
space:
mode:
authorgritbub <38131016+gritbub@users.noreply.github.com>2018-06-05 05:59:23 -0500
committergritbub <38131016+gritbub@users.noreply.github.com>2018-06-05 05:59:23 -0500
commit0490a02c0982962c944e3b8eb7ded090e18e403b (patch)
treef5ec6d653fafc99c0a69b22f2cc8cc2ac18f5613 /doc/references/CommandReference.rst
parent7538ef0dbe9369294d5ca4a4fb9b14c87d893184 (diff)
downloadghdl-0490a02c0982962c944e3b8eb7ded090e18e403b.tar.gz
ghdl-0490a02c0982962c944e3b8eb7ded090e18e403b.tar.bz2
ghdl-0490a02c0982962c944e3b8eb7ded090e18e403b.zip
Reduce after-sentence spacing to one space
During PR 591 it was decided that all sentences should be ended with a period and then followed by only one space. Regex changed 132 instances of two spaces to one space (in 7 files). Also changed the second paragraph of CodingStyle to dictate the use of one space instead of two.
Diffstat (limited to 'doc/references/CommandReference.rst')
-rw-r--r--doc/references/CommandReference.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/references/CommandReference.rst b/doc/references/CommandReference.rst
index 06fdb7396..de6ff5415 100644
--- a/doc/references/CommandReference.rst
+++ b/doc/references/CommandReference.rst
@@ -24,7 +24,7 @@ Help [``-h``]
.. option:: --help, -h
Display (on the standard output) a short description of the all the commands
-available. If the help switch is followed by a command switch, then options
+available. If the help switch is followed by a command switch, then options
for that second command are displayed::
ghdl --help
@@ -126,7 +126,7 @@ Bind [``--bind``]
.. option:: --bind <[options] primary_unit [secondary_unit]>
-Performs only the first stage of the elaboration command; the list of object files is created but the executable is not built. This command should be used only when the main entry point is not GHDL.
+Performs only the first stage of the elaboration command; the list of object files is created but the executable is not built. This command should be used only when the main entry point is not GHDL.
.. index:: cmd GCC/LLVM linking
@@ -155,25 +155,25 @@ Allow multi-bytes chars in a comment.
.. option:: --syn-binding
-Use synthesizer rules for component binding. During elaboration, if a component is not bound to an entity using VHDL LRM rules, try to find in any known library an entity whose name is the same as the component name.
+Use synthesizer rules for component binding. During elaboration, if a component is not bound to an entity using VHDL LRM rules, try to find in any known library an entity whose name is the same as the component name.
This rule is known as the synthesizer rule.
-There are two key points: normal VHDL LRM rules are tried first and entities are searched only in known libraries. A known library is a library which has been named in your design.
+There are two key points: normal VHDL LRM rules are tried first and entities are searched only in known libraries. A known library is a library which has been named in your design.
This option is only useful during elaboration.
.. option:: --GHDL1<=COMMAND>
-Use ``COMMAND`` as the command name for the compiler. If ``COMMAND`` is not a path, then it is searched in the path.
+Use ``COMMAND`` as the command name for the compiler. If ``COMMAND`` is not a path, then it is searched in the path.
.. option:: --AS<=COMMAND>
-Use ``COMMAND`` as the command name for the assembler. If ``COMMAND`` is not a path, then it is searched in the path. The default is ``as``.
+Use ``COMMAND`` as the command name for the assembler. If ``COMMAND`` is not a path, then it is searched in the path. The default is ``as``.
.. option:: --LINK<=COMMAND>
-Use ``COMMAND`` as the linker driver. If ``COMMAND`` is not a path, then it is searched in the path. The default is ``gcc``.
+Use ``COMMAND`` as the linker driver. If ``COMMAND`` is not a path, then it is searched in the path. The default is ``gcc``.
Passing options to other programs
=================================