citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit a26b3899312308957ac98c26207b6f9cdbed9523
parent da6c575eb50753f326e2882853f28e3f74f0510d
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri, 16 Dec 2016 00:49:34 -0700

man: clean up synopsys and sort list

Diffstat:
Mman/citrun-wrap.1 | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/man/citrun-wrap.1 b/man/citrun-wrap.1 @@ -22,7 +22,7 @@ .Sh SYNOPSIS .Nm .Ar build_cmd -.Op Ar arg1 Ar ... Ar argN +.Op Ar ... .Sh DESCRIPTION C It Run uses source code rewriting, also called instrumentation. The only time rewriting can succeed is at software compilation time. @@ -40,21 +40,21 @@ when finding compiler executables, which must be named one of the following: .Pp .Bl -bullet -compact .It +c++ +.It +cc +.It clang .It clang++ .It -egcc -.It eg++ .It -gcc +egcc .It g++ .It -cc -.It -c++ +gcc .El .Pp The warnings and errors from the rewrite tool are indiscernible from the