citrun

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

commit 4335fc359c706dd7d79d6c45ff65572370f815a6
parent 00d65cb43f6c774ccd7abbf0220697f60255964e
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon,  1 Aug 2016 12:55:29 -0600

man: try out a new list style

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

diff --git a/man/citrun-wrap.1 b/man/citrun-wrap.1 @@ -33,15 +33,23 @@ The build command must search .Ev PATH when finding compiler executables, which must be one of the following: .Pp -.Bl -tag -offset indent -compact -.It - c++ -.It - cc -.It - clang -.It - clang++ -.It - eg++ -.It - egcc -.It - g++ -.It - gcc +.Bl -bullet -compact +.It +c++ +.It +cc +.It +clang +.It +clang++ +.It +eg++ +.It +egcc +.It +g++ +.It +gcc .El .Pp Because instrumentation is silent on stdout and stderr, instrumentation activity @@ -62,10 +70,13 @@ Let .Qq program 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 +.Bl -bullet -compact +.It +written in C +.It +compiled with gcc +.It +built with make and make searches PATH for gcc .El .Pp Prepending