citrun

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

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

man: tweak opening

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

diff --git a/man/citrun-wrap.1 b/man/citrun-wrap.1 @@ -24,12 +24,12 @@ .Ar build_cmd .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. +C It Run must rewrite source code to add instrumentation. This process happens +at compile time. .Pp The .Nm -utility enables rewriting on any source files compiled by +utility enables source code rewriting on any files compiled during .Ar build_cmd . .Pp An important caveat is that