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 | 27fdb43e71854a18bd02e7f937b83c1fb7567849 (patch) | |
tree | 7317149208a37d66cd235a0bfa10e4ceaa313db3 /bin/man1 | |
parent | Update tagline (diff) | |
download | src-27fdb43e71854a18bd02e7f937b83c1fb7567849.tar.gz src-27fdb43e71854a18bd02e7f937b83c1fb7567849.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 |