diff options
Diffstat (limited to '')
-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 |