docs: Fix remaining references

Fixes #5775.
This commit is contained in:
Fabian Homborg
2019-03-31 11:32:40 +02:00
parent e2cf10dd4f
commit 127c0e9764
9 changed files with 9 additions and 8 deletions

View File

@@ -189,7 +189,7 @@ which is logically equivalent to the following:
Standards
---------
``test`` implements a subset of the <a href="http://www.unix.com/man-page/POSIX/1/test/">IEEE Std 1003.1-2008 (POSIX.1) standard</a>. The following exceptions apply:
``test`` implements a subset of the `IEEE Std 1003.1-2008 (POSIX.1) standard <http://www.unix.com/man-page/POSIX/1/test/>`__. The following exceptions apply:
- The ``<`` and ``>`` operators for comparing strings are not implemented.