citrun

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

commit 31178cc37868a70e5a3bcef8d57e9c73a5730911
parent 3488aa33783ce65f1a3e15fae6312277e983a04c
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu, 30 Jun 2016 21:02:04 -0600

src: keep wordage consistent in citrun-inst.1

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

diff --git a/src/citrun-inst.1 b/src/citrun-inst.1 @@ -7,10 +7,10 @@ .Sh DESCRIPTION Warning: .Nm -is not meant to be invoked directly. Instead, it is called automatically from +is not meant to be invoked directly. Instead, it is invoked automatically from .Xr citrun-wrap 1 . .Pp -Instrumentation will be attempted on any C/C++ source files found on the command +Instrumentation is attempted on any C or C++ source files found on the command line. Source files are matched on suffix, one of: .Pp .Bl -tag -width Ds -offset indent -compact @@ -22,9 +22,6 @@ line. Source files are matched on suffix, one of: .Pp When instrumentation is successful modified source files are compiled with the native command line. -.Pp -When application link commands are detected extra arguments are added to the -command line for the runtime library libcitrun. .Sh ENVIRONMENT .Bl -tag -width Ds .It Ev CITRUN_PATH