X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=docs%2Fbash_code_style.rst;fp=docs%2Fbash_code_style.rst;h=5a73d7b73613b46d976de76b48639250f8ff2230;hp=3af2bb7ba650d3a497094f54a7a494d065b0f083;hb=694b418272e9d7670ac69d477ed731bb7445b65a;hpb=228c27de3986731fc6be39445dd0b23b4003d78c diff --git a/docs/bash_code_style.rst b/docs/bash_code_style.rst index 3af2bb7ba6..5a73d7b736 100644 --- a/docs/bash_code_style.rst +++ b/docs/bash_code_style.rst @@ -184,8 +184,7 @@ Bash options + "Near start" means "before any nontrivial code". - + Basically only copyright and long high-level comments are - RECOMMENDED to appear before. + + Basically only copyright is RECOMMENDED to appear before. + Also code MUST put the line near start of function bodies and subshell invocations.