diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2019-10-26 21:57:56 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2019-10-26 21:57:56 +0000 |
commit | c61f8150f0ae42470cabe23a7cea0003a50e0813 (patch) | |
tree | f06e82f10c8b56db2b08b42ff6b86a2a5645784f | |
parent | 65ab2a54a443e46baeaf457869bf8146378c1b78 (diff) | |
download | gcc-c61f8150f0ae42470cabe23a7cea0003a50e0813.zip gcc-c61f8150f0ae42470cabe23a7cea0003a50e0813.tar.gz gcc-c61f8150f0ae42470cabe23a7cea0003a50e0813.tar.bz2 |
codecvt.xml: Switch pubs.opengroup.org to https.
* doc/xml/manual/codecvt.xml: Switch pubs.opengroup.org to https.
* doc/xml/manual/locale.xml (LC_ALL): Ditto.
* doc/xml/manual/messages.xml: Ditto.
From-SVN: r277476
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/codecvt.xml | 2 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/locale.xml | 2 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/messages.xml | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e5e22e6..4ae61fd 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2019-10-26 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/codecvt.xml: Switch pubs.opengroup.org to https. + * doc/xml/manual/locale.xml (LC_ALL): Ditto. + * doc/xml/manual/messages.xml: Ditto. + 2019-10-26 John David Anglin <danglin@gcc.gnu.org> * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Update. diff --git a/libstdc++-v3/doc/xml/manual/codecvt.xml b/libstdc++-v3/doc/xml/manual/codecvt.xml index b5f81bc..1db941c 100644 --- a/libstdc++-v3/doc/xml/manual/codecvt.xml +++ b/libstdc++-v3/doc/xml/manual/codecvt.xml @@ -595,7 +595,7 @@ codecvt usage. <biblioentry> <title> <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://pubs.opengroup.org/onlinepubs/9699919799/"> + xlink:href="https://pubs.opengroup.org/onlinepubs/9699919799/"> System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008) </link> </title> diff --git a/libstdc++-v3/doc/xml/manual/locale.xml b/libstdc++-v3/doc/xml/manual/locale.xml index ada5ec7..c0552b4 100644 --- a/libstdc++-v3/doc/xml/manual/locale.xml +++ b/libstdc++-v3/doc/xml/manual/locale.xml @@ -560,7 +560,7 @@ global locale" (emphasis Paolo), that is: <biblioentry> <title> <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://pubs.opengroup.org/onlinepubs/9699919799/"> + xlink:href="https://pubs.opengroup.org/onlinepubs/9699919799/"> System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008) </link> </title> diff --git a/libstdc++-v3/doc/xml/manual/messages.xml b/libstdc++-v3/doc/xml/manual/messages.xml index 96b8cfb..12ebd44 100644 --- a/libstdc++-v3/doc/xml/manual/messages.xml +++ b/libstdc++-v3/doc/xml/manual/messages.xml @@ -488,7 +488,7 @@ void test01() <biblioentry> <title> <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://pubs.opengroup.org/onlinepubs/9699919799/"> + xlink:href="https://pubs.opengroup.org/onlinepubs/9699919799/"> System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008) </link> </title> |