aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-04-22 16:46:33 +0200
committertgingold <tgingold@users.noreply.github.com>2021-04-22 18:53:03 +0200
commit50cde8587d02b60e48a7cc538eaa412357a78be3 (patch)
tree0a2234b606c5d985f6f1b58245afa71fe2e7f224 /doc
parente6f2e299607dd76fd0c9f1129a138a0517e7646c (diff)
downloadghdl-50cde8587d02b60e48a7cc538eaa412357a78be3.tar.gz
ghdl-50cde8587d02b60e48a7cc538eaa412357a78be3.tar.bz2
ghdl-50cde8587d02b60e48a7cc538eaa412357a78be3.zip
doc: style, use 'file...' consistently
Diffstat (limited to 'doc')
-rw-r--r--doc/using/InvokingGHDL.rst2
-rw-r--r--doc/using/Synthesis.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/using/InvokingGHDL.rst b/doc/using/InvokingGHDL.rst
index 247e0efa3..3a06338eb 100644
--- a/doc/using/InvokingGHDL.rst
+++ b/doc/using/InvokingGHDL.rst
@@ -151,7 +151,7 @@ See :option:`-e`, :option:`-r` and :ref:`USING:Simulation`.
Check syntax [``-s``]
---------------------
-.. option:: -s <[options...] files>
+.. option:: -s <[options...] file...>
Analyze files but do not generate code.
This command may be used to check the syntax of files.
diff --git a/doc/using/Synthesis.rst b/doc/using/Synthesis.rst
index 575da022b..e5f9554cc 100644
--- a/doc/using/Synthesis.rst
+++ b/doc/using/Synthesis.rst
@@ -37,7 +37,7 @@ See :option:`--out` and :ghdlsharp:`1174` for on-going discussion about other ou
.. ATTENTION::
All the units must have been analyzed; that is, the artifacts of previously executed :option:`-a` calls must exist.
-.. option:: --synth <[options...] files... -e [top_unit [arch]]>
+.. option:: --synth <[options...] file... -e [top_unit [arch]]>
Analyses and elaborates for synthesis the files present on the command line only.
Elaboration starts from the top unit indicated by ``[top_unit [arch]]``.