Minor fixes for README files.

Documentation/README.MS-Windows.md:
Documentation/README.cross.md:
Documentation/README.macOS.md:
    As above
This commit is contained in:
Julien Fischer
2026-03-02 17:21:31 +11:00
parent c0a628a49d
commit 5ddb6d201a
3 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ Using Mercury on Windows
On Windows systems the usual name for the Mercury compiler, `mmc`, conflicts
with the name of the executable for the Microsoft Management Console.
See the "Using the Mercury compiler" chapter of the
[Mercury Users's Guide](https://mercurylang.org/documentation/documentation.html) for
[The Mercury User's Guide](https://mercurylang.org/documentation/documentation.html) for
how to deal with this.
-----------------------------------------------------------------------------

View File

@@ -63,7 +63,7 @@ Instructions for GCC
cross-compiler. It is required if the cross-compiler is not called
`HOST-gcc`, where HOST is the value of the `--host` option.
Those two options must be appear first. Any later options are passed
Those two options must appear first. Any later options are passed
through to the configure script. A call to the `configure_cross` script
might look like:

View File

@@ -26,7 +26,7 @@ The `asm_fast*` and `reg*` grades are only available on 64-bit Intel systems
and only when using GCC version 4.3 or later as the C compiler.
If `clang` is being used as the C compiler, then the only low-level C grades
available are the `none*` grades. The high-level C, Java and C# grades
available are the `none*` grades. The high-level C, Java, and C# grades
all work. The C# grades require the Mono .NET implementation.
(See [README.CSharp.md](README.CSharp.md) for further details.)
@@ -67,7 +67,7 @@ that *cannot* be used to compile Mercury. The `configure` script will print
a warning if it detects that you are using the broken version.
A discussion of this issue can be found at
[this](<https://forums.developer.apple.com/thread/121887>) thread in the Apple
[this](https://forums.developer.apple.com/thread/121887) thread in the Apple
Developer forum.
This
[post](https://github.com/Mercury-Language/mercury/issues/88#issuecomment-624329679)