X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/e95f80a7b6341bef6c0a3f5a8266c6741d2a907b..dd0e33293dca1f19fd465b4d96b64adb6444e0d2:/doc/man/cdecl99.1 diff --git a/doc/man/cdecl99.1 b/doc/man/cdecl99.1 index 419b908..086e772 100644 --- a/doc/man/cdecl99.1 +++ b/doc/man/cdecl99.1 @@ -39,7 +39,7 @@ Suppress the welcome message when starting Run in batch (non-interactive) mode. Execute the commands provided on standard input as usual, but do not print any prompts. Exit with status 0 if and only if all commands complete successfully. - +.Pp This option implies .Fl -quiet . .It Fl i , -interactive @@ -50,7 +50,7 @@ Execute as if it were entered at the prompt, then exit. This option can be specified multiple times; all commands are run in the same order as specified on the command line. - +.Pp This option implies .Fl -batch . .It Fl f , -file Ar file @@ -63,7 +63,7 @@ and are specified, any .Fl -file option is ignored. - +.Pp This option implies .Fl -batch . .It Fl V , -version @@ -136,7 +136,7 @@ are defined as in C. The C context-free grammar has many ambiguities regarding declarations. Ordinarily, these ambiguities are resolved by the context in which the declaration appears, such as which typedef names are currently in scope. - +.Pp For example, the meaning of the declaration .Ic int f(int (foo)) depends on whether or not a typedef named @@ -150,7 +150,7 @@ and returns an int, returning an int. If there is no such typedef, then this declares .Va f as a function that takes an int and returns an int. - +.Pp Since .Nm isn't a C compiler, on several occasions it has to arbitrarily pick one of two @@ -162,7 +162,7 @@ interpreted as a function which takes an int and returns an int. Nick Bowler .Sh COPYRIGHT Copyright \(co 2011 Nick Bowler - +.Pp Permission is granted to copy, distribute and/or modify this manual under the terms of the Do What The Fuck You Want To Public License, version 2. .Sh SEE ALSO