citrun

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

commit 3d4546768a9f8cf9c13f8b8bbfd64600a409f3ed
parent 8c91b21b82e20b39c8ebf8762a1ab4c22b163482
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri, 22 Jul 2016 19:44:30 -0600

man: change argument and list layouts

Diffstat:
Mman/citrun-wrap.1 | 44++++++++++++++++++++++++--------------------
1 file changed, 24 insertions(+), 20 deletions(-)

diff --git a/man/citrun-wrap.1 b/man/citrun-wrap.1 @@ -21,7 +21,11 @@ .Nd instrument a build command .Sh SYNOPSIS .Nm -.Ar make | jam | gcc | cmake | ... +.Ar make | +.Ar jam | +.Ar gcc | +.Ar cmake | +.Ar ... .Sh DESCRIPTION Add instrumentation to any C/C++ source files compiled during a build command. .Pp @@ -29,28 +33,28 @@ The build command must search .Ev PATH when finding compiler executables, which must be one of the following: .Pp -.Bl -bullet -offset indent -compact -.It -c++ -.It -cc -.It -clang -.It -clang++ -.It -eg++ -.It -egcc -.It -g++ -.It -gcc +.Bl -tag -offset indent -compact +.It - c++ +.It - cc +.It - clang +.It - clang++ +.It - eg++ +.It - egcc +.It - g++ +.It - gcc .El .Sh EXAMPLES Let .Qq program -be written in C, compiled with GCC and built by Make. Prepending +exist. It is: +.Pp +.Bl -tag -offset indent -compact +.It - written in C +.It - compiled with gcc +.It - built with make and make searches PATH for gcc +.El +.Pp +Prepending .Nm to the build command adds instrumentation: .Pp @@ -63,4 +67,4 @@ run: .Dl $ ./program .Sh SEE ALSO .Xr citrun-gl 1 , -.Xr citrun-inst 1 +.Xr citrun-term 1