citrun

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

commit 1cea37ea8ae9583af3220ae6de8e907cf2a09a4d
parent 51e121e98c105429ce7e95b4c23acb90961ec9b4
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat, 11 Jun 2016 16:40:38 -0600

bin: tweak citrun-wrap.1 slightly

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

diff --git a/bin/citrun-wrap.1 b/bin/citrun-wrap.1 @@ -9,11 +9,9 @@ .Ar make | jam | gcc | cmake | ... .Sh DESCRIPTION Adds instrumentation to a native build command by modifying C/C++ source files -found on any compiler command lines. +found on any descendant compiler command lines. .Pp -Linking a program causes additional arguments to be added to the command line. -.Pp -These compiler binary names are supported: +The following compiler binary names are supported: .Pp .Bl -tag -width Ds -offset indent -compact .It c++ @@ -48,7 +46,6 @@ And then see run: .Dl $ citrun-gl & .Dl $ ./program -.Pp .Sh SEE ALSO .Xr citrun-gl 1 , .Xr citrun-inst 1