From 6ab2d78936c334ee2982f0e424c17f922cd3e2f7 Mon Sep 17 00:00:00 2001 From: Weisi Dai Date: Sat, 18 Apr 2020 12:55:29 -0700 Subject: [PATCH] Doc: Fix dead link to POSIX man page "test". --- doc_src/cmds/test.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/test.rst b/doc_src/cmds/test.rst index a1f406276..4871467a7 100644 --- a/doc_src/cmds/test.rst +++ b/doc_src/cmds/test.rst @@ -191,7 +191,7 @@ which is logically equivalent to the following: Standards --------- -``test`` implements a subset of the `IEEE Std 1003.1-2008 (POSIX.1) standard `__. The following exceptions apply: +``test`` implements a subset of the `IEEE Std 1003.1-2008 (POSIX.1) standard `__. The following exceptions apply: - The ``<`` and ``>`` operators for comparing strings are not implemented.