diff options
author | Norwid Behrnd <nbehrnd@yahoo.com> | 2022-11-23 22:08:19 +0100 |
---|---|---|
committer | Norwid Behrnd <nbehrnd@yahoo.com> | 2022-11-23 22:08:19 +0100 |
commit | 11dbb27e750a0bf9f085226ae4520a9be03e1e1d (patch) | |
tree | d3eacbfb8f81dde435a70983a4d318a82bd44c82 | |
parent | 02db03231fa4f84af30eb155cc5f132b981b7869 (diff) |
account for markdownlint
Account for two smaller suggestions put forward by markdownlint[1].
-rw-r--r-- | pt-br/awk-pt.html.markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pt-br/awk-pt.html.markdown b/pt-br/awk-pt.html.markdown index 366ae886..597b0e7a 100644 --- a/pt-br/awk-pt.html.markdown +++ b/pt-br/awk-pt.html.markdown @@ -370,8 +370,10 @@ END { } ``` + Leituras adicionais (em inglês): * [Awk tutorial](http://www.grymoire.com/Unix/Awk.html) * [Awk man page](https://linux.die.net/man/1/awk) -* [The GNU Awk User's Guide](https://www.gnu.org/software/gawk/manual/gawk.html) GNU AWK é encontrado na maioria dos sistemas GNU/Linux. +* [The GNU Awk User's Guide](https://www.gnu.org/software/gawk/manual/gawk.html) + GNU AWK é encontrado na maioria dos sistemas GNU/Linux. |