Skip to content

Commit

Permalink
fixup! OSSL_TRACE: enhance documentation and fix doc-nit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mspncp committed Jun 24, 2019
1 parent a93dfcd commit 91d0f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/man3/OSSL_trace_enabled.pod
Expand Up @@ -152,7 +152,7 @@ This will normally expand to:
} while (0);


C<OSSL_TRACE()> and C<OSSL_TRACE1()>, C<OSSL_TRACE1()>, ... C<OSSL_TRACE9()> are
C<OSSL_TRACE()> and C<OSSL_TRACE1()>, C<OSSL_TRACE2()>, ... C<OSSL_TRACE9()> are
so-called one-shot macros:

The macro call C<OSSL_TRACE(category, text)>, produces literal text trace output.
Expand All @@ -167,7 +167,7 @@ It expands to:

Internally, all one-shot macros are implemented using a generic C<OSSL_TRACEV()>
macro, since C90 does not support variadic macros. This helper macro has a rather
weird synopsis and is not intended to be used directly.
weird synopsis and should not be used directly.

The C<OSSL_TRACE_ENABLED(category)> macro can be used to conditionally execute
some code only if a specific trace category is enabled.
Expand Down

0 comments on commit 91d0f49

Please sign in to comment.