diff options
author | June McEnroe <june@causal.agency> | 2021-01-09 00:47:50 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-09 00:47:50 -0500 |
commit | 4e86032c2eb6cfc0d4da82ca29e2b27cc221fcda (patch) | |
tree | 78e3b89a46eaf21079e9ae12590569c9506e679a /bin/man1 | |
parent | Update tagline (diff) | |
download | src-4e86032c2eb6cfc0d4da82ca29e2b27cc221fcda.tar.gz src-4e86032c2eb6cfc0d4da82ca29e2b27cc221fcda.zip |
Add c -t flag to print expression type
Also add missing float case.
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/c.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/man1/c.1 b/bin/man1/c.1 index 3ae10945..97384ebe 100644 --- a/bin/man1/c.1 +++ b/bin/man1/c.1 @@ -1,4 +1,4 @@ -.Dd May 31, 2020 +.Dd January 9, 2021 .Dt C 1 .Os . @@ -8,6 +8,7 @@ . .Sh SYNOPSIS .Nm +.Op Fl t .Op Fl e Ar expr .Op Fl i Ar include .Op Ar stmts ... @@ -37,4 +38,8 @@ after executing .It Fl i Ar include Add the include file .Ar include . +.It Fl t +With +.Fl e , +print the type of the expression. .El |