X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2FCodingGuidelines;h=fe1c1e5bc26e683540cb9fe5f43320192be9185d;hb=5cb3c9b7dff15f762d63df0b6f2d6b4bf82565e9;hp=1b1c45df5ce3ef30e588555bbd5ab404c2b7397c;hpb=5765870d531913310e4a1980aa6256003d1decae;p=git.git diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines index 1b1c45df5..fe1c1e5bc 100644 --- a/Documentation/CodingGuidelines +++ b/Documentation/CodingGuidelines @@ -152,12 +152,12 @@ Writing Documentation: when writing or modifying command usage strings and synopsis sections in the manual pages: - Placeholders are enclosed in angle brackets: + Placeholders are spelled in lowercase and enclosed in angle brackets: --sort= --abbrev[=] - Possibility of multiple occurences is indicated by three dots: + Possibility of multiple occurrences is indicated by three dots: ... (One or more of .)