From 76809a6419fbe44da0f3e2a7fd7efaa3f733e6f7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 19 Apr 2017 09:54:40 +0100 Subject: [PATCH] trace/trace.3: Fix misformatting. --- trace/trace.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace/trace.3 b/trace/trace.3 index d1f08d7..0a708bd 100644 --- a/trace/trace.3 +++ b/trace/trace.3 @@ -155,7 +155,7 @@ The macro simply expands to its argument. It may be wrapped around small pieces of code which is only needed when compiling with tracing enabled. (Larger blocks, of course, should use -.RB ` #ifndef NTRACE '/` #endif ' +.RB ` "#ifndef NTRACE" '/` #endif ' pairs for clarity's sake.) .PP For slightly larger code chunks which do some processing to generate -- 2.11.0