diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2025-08-01 13:15:57 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2025-08-01 13:15:57 +0200 |
commit | c2b11b7471807139d8068bf5ecf5378e00d2de47 (patch) | |
tree | 8b92ce51a0794d18ecc24fc48837c37b87ef0864 /gcc | |
parent | 86011bba93fc07f38c61b0fbebaea02d3d0d264f (diff) | |
download | gcc-c2b11b7471807139d8068bf5ecf5378e00d2de47.zip gcc-c2b11b7471807139d8068bf5ecf5378e00d2de47.tar.gz gcc-c2b11b7471807139d8068bf5ecf5378e00d2de47.tar.bz2 |
doc: mdocml.bsd.lv is now mandoc.bsd.lv
On the way switch from http to https.
gcc:
* doc/install.texi (Prerequisites): mdocml.bsd.lv is now
mandoc.bsd.lv.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 09ea87a..f4cba09 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -302,7 +302,7 @@ released on 2017-05-06. The gcobol documentation is maintained as manpages using troff mdoc. GNU groff is required to convert them to PDF format. Conversion to HTML is done with mandoc, available at -@uref{http://mdocml.bsd.lv/}. +@uref{https://mandoc.bsd.lv}. Because ISO COBOL defines strict requirements for numerical precision, gcobol requires hardware with 128-bit computation instructions. This |