citrun

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

commit b3aebf1e68ad417abd9904d45289cdac53c8fc15
parent d2a593f9d8dc518a2a7cc94d460339cc89a33e83
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat,  2 Apr 2016 16:46:10 -0600

isntrument: update man page

Diffstat:
Msrc/citrun_instrument.1 | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/citrun_instrument.1 b/src/citrun_instrument.1 @@ -1,8 +1,8 @@ .Dd April 1, 2016 -.Dt SCV_INSTRUMENT 1 +.Dt CITRUN_INSTRUMENT 1 .Os .Sh NAME -.Nm scv_instrument +.Nm citrun_instrument .Nd instrument source code .Sh SYNOPSIS .Nm @@ -10,11 +10,11 @@ .Nm is not meant to be invoked directly. Rather it is meant to be called from compiler named symlinks that are put on the $PATH by -.Xr scv_wrap 1 . +.Xr citrun_wrap 1 . .Pp -If an -.Xr scv_viewer 1 -is running any instrumented applications will try connecting to it. +If +.Xr citrun_gl 1 +is running any applications instrumented by this utility will try connecting to it. .Sh SEE ALSO -.Xr scv_viewer 1 , -.Xr scv_wrap 1 +.Xr citrun_gl 1 , +.Xr citrun_wrap 1