X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=docs%2Fcoding-style.html;h=8fbb27688cc975c3823ed19517201e9f299a7a72;hp=0ce4a3d6be58194d72b6cfe1df03afd514908b5e;hb=HEAD;hpb=31faec30a23fec5cf48d5aa1c08d46c84b55f220 diff --git a/docs/coding-style.html b/docs/coding-style.html index 0ce4a3d..8fbb276 100644 --- a/docs/coding-style.html +++ b/docs/coding-style.html @@ -2,11 +2,11 @@ - GHC Style Guidelines for C code + Style Guidelines for fptools -

GHC Style guidelines for C code

+

Style Guidelines for fptools

Comments

@@ -512,5 +512,31 @@ it in case anyone else is changing that file. +

Commandline arguments

+ +A program in fptools should try follow the following rules for +commandline arguments: + + + +When an unknown commandline argument is encountered, the program +should display usage information on stderr and exit unsuccessfully. +