diff --git a/SC3043.md b/SC3043.md index 498baad..7c5f1d1 100644 --- a/SC3043.md +++ b/SC3043.md @@ -22,7 +22,7 @@ myfunc() { ### Rationale: -`local` is supported in many shells, including bash, ksh, dash, and BusyBox ash. However, strictly speaking, it's not POSIX ([rationale](https://austingroupbugs.net/view.php?id=767)). +`local` is supported in many shells, including bash, ksh, dash, and BusyBox ash. However, [it is not specified by POSIX](https://austingroupbugs.net/view.php?id=767). ### Exceptions: