citrun

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

commit a999322814d89d5785874fa8fda30d03bce5d7a1
parent 68a60513a9a16d3f50540cfd18aa0ed611f3d1d6
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri,  1 Jul 2016 00:17:48 -0600

bin: manual fiddling

Diffstat:
Mbin/citrun-wrap.1 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/citrun-wrap.1 b/bin/citrun-wrap.1 @@ -12,7 +12,7 @@ Adds instrumentation to a build command by intercepting compiler executions and redirecting them to .Xr citrun-inst 1 . .Pp -The following compiler file names are intercepted: +The following compiler names are intercepted: .Pp .Bl -tag -width Ds -offset indent -compact .It c++ @@ -27,7 +27,7 @@ The following compiler file names are intercepted: .Sh EXAMPLES Let's say that .Qq program -is built by a Make based build system. To see +is written in C and built by Make. To see .Qq program run prepend .Nm