You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2020/07/09 00:54:14 UTC

[qpid-proton] branch master updated: NO-JIRA: Small proton-c documentation fixes

This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new a83b433  NO-JIRA: Small proton-c documentation fixes
a83b433 is described below

commit a83b433586a7a96faa75e839f4d9a90c9659a436
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Wed Jul 8 20:53:39 2020 -0400

    NO-JIRA: Small proton-c documentation fixes
---
 c/docs/logging.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/c/docs/logging.md b/c/docs/logging.md
index b2279ac..a4c2966 100644
--- a/c/docs/logging.md
+++ b/c/docs/logging.md
@@ -19,7 +19,7 @@ There are several other (less used) environment variables which are supported:
 The last two variables are still supported, but their effect may not be to turn on exactly the same logging messages as
 prior to the introduction of the Logger API.
 
-### Logger control introduced with the @ref logger API
+### Logger control introduced with the logger API
 
 The @ref logger API uses a single environment variable to control the default logging state - `PN_LOG`. This can include
 a number of strings which correspond to log levels to turn on, these are in descending order of importance (case is not significant):
@@ -38,7 +38,7 @@ For example:
 * Frame
 * Raw
 
-These string are equivalent to the frame and raw frame protocol traces from `PN_TRACE_FRM` and `PN_TRACE_RAW`, they will ignore any '+' appended to them. For example:
+These strings are equivalent to the frame and raw frame protocol traces from `PN_TRACE_FRM` and `PN_TRACE_RAW`, they will ignore any '+' appended to them. For example:
 
     PN_LOG='frame' ./proton_program
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org