diff options
Diffstat (limited to 'docs/content/introduction/bash_code_style.md')
-rw-r--r-- | docs/content/introduction/bash_code_style.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/introduction/bash_code_style.md b/docs/content/introduction/bash_code_style.md index 1cc1464056..bbd0c37196 100644 --- a/docs/content/introduction/bash_code_style.md +++ b/docs/content/introduction/bash_code_style.md @@ -6,9 +6,9 @@ title: "Bash Code Style" The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as -described in `BCP 14 <https://tools.ietf.org/html/bcp14>`_ -`[RFC2119] <https://tools.ietf.org/html/rfc2119>`_ -`[RFC8174] <https://tools.ietf.org/html/rfc8174>`_ +described in [BCP 14](https://tools.ietf.org/html/bcp14), +[RFC2119](https://tools.ietf.org/html/rfc2119), +[RFC8174](https://tools.ietf.org/html/rfc8174) when, and only when, they appear in all capitals, as shown here. This document SHALL describe guidelines for writing reliable, maintainable, |