From 299fcde808b96771f08c4b50fed308c5a4845d54 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 16 Mar 2024 16:14:21 +0100 Subject: [PATCH] Better link for POSIX 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 47a27afb9..506f86323 100644 --- a/doc_src/cmds/test.rst +++ b/doc_src/cmds/test.rst @@ -231,7 +231,7 @@ which is logically equivalent to the following: Standards --------- -Unlike many things in fish, ``test`` implements a subset of the `IEEE Std 1003.1-2008 (POSIX.1) standard `__. The following exceptions apply: +Unlike many things in fish, ``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.