diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2018-06-06 08:17:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 08:17:14 +0200 |
commit | cd987ca9c3fdcdc0a896be86f3171caac2dc3c26 (patch) | |
tree | 1f19595ff50aa3ecf0c9b90bcf1aaf82bb7845db /doc/building/mcode | |
parent | 2627c62f344bc002e39bd0f1c7e076b01effa5d6 (diff) | |
parent | 44772d3c1c421df84c1642d2331b8c65c395094b (diff) | |
download | ghdl-cd987ca9c3fdcdc0a896be86f3171caac2dc3c26.tar.gz ghdl-cd987ca9c3fdcdc0a896be86f3171caac2dc3c26.tar.bz2 ghdl-cd987ca9c3fdcdc0a896be86f3171caac2dc3c26.zip |
Merge pull request #591 from gritbub/documentation-revisions
Rephrase documentation - typos, grammatical nuance, and links
Diffstat (limited to 'doc/building/mcode')
-rw-r--r-- | doc/building/mcode/GNULinux-GNAT.rst | 4 | ||||
-rw-r--r-- | doc/building/mcode/Windows-MinGW-GNAT.rst | 4 | ||||
-rw-r--r-- | doc/building/mcode/index.rst | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/building/mcode/GNULinux-GNAT.rst b/doc/building/mcode/GNULinux-GNAT.rst index 2c75efa96..2d7598599 100644 --- a/doc/building/mcode/GNULinux-GNAT.rst +++ b/doc/building/mcode/GNULinux-GNAT.rst @@ -3,11 +3,11 @@ mcode Backend on GNU/Linux with GCC/GNAT ######################################## -On Linux, GHDL is configured by ``configure`` and build by ``make``. +On Linux, GHDL is configured by ``configure`` and built by ``make``. * First, GHDL needs to be configured. It is common to specify a ``PREFIX`` (installation directory like ``/usr/local`` or ``/opt/ghdl``). Without any - other option, ``configure`` select `mcode` as backend. + other option, ``configure`` selects `mcode` as the backend. * Next, ``make`` starts the compilation process. diff --git a/doc/building/mcode/Windows-MinGW-GNAT.rst b/doc/building/mcode/Windows-MinGW-GNAT.rst index 960ced421..f1482ccb8 100644 --- a/doc/building/mcode/Windows-MinGW-GNAT.rst +++ b/doc/building/mcode/Windows-MinGW-GNAT.rst @@ -3,11 +3,11 @@ mcode Backend on Windows with GCC/GNAT (MinGW) ############################################## -On Windows with MinGW, GHDL is configured by ``configure`` and build by ``make``. +On Windows with MinGW, GHDL is configured by ``configure`` and built by ``make``. * First, GHDL needs to be configured. It is common to specify a ``PREFIX`` (installation directory like ``/usr/local`` or ``/opt/ghdl``). Without any - other option, ``configure`` select `mcode` as backend. + other option, ``configure`` selects `mcode` as the backend. * Next, ``make`` starts the compilation process. diff --git a/doc/building/mcode/index.rst b/doc/building/mcode/index.rst index 0b081392a..92eeaabd4 100644 --- a/doc/building/mcode/index.rst +++ b/doc/building/mcode/index.rst @@ -3,8 +3,8 @@ mcode Backend ############# -The mcode backend is available for all supported platforms and is also the most -simplest procedure, because it requires the least dependencies and configuration +The mcode backend is available for all supported platforms and is also the +simplest procedure, because it requires the fewest dependencies and configuration options. |