From 4e86032c2eb6cfc0d4da82ca29e2b27cc221fcda Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 9 Jan 2021 00:47:50 -0500 Subject: Add c -t flag to print expression type Also add missing float case. --- bin/man1/c.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bin/man1/c.1') 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 -- cgit 1.4.1