You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2017/03/12 17:34:36 UTC

logging-log4j2 git commit: Fix docs regarding %enc{\n}

Repository: logging-log4j2
Updated Branches:
  refs/heads/master c93c0270e -> bbe03e3e4


Fix docs regarding %enc{\n}


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/bbe03e3e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/bbe03e3e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/bbe03e3e

Branch: refs/heads/master
Commit: bbe03e3e41fea3749d306e0dfc4152feebcf9906
Parents: c93c027
Author: Matt Sicker <bo...@gmail.com>
Authored: Sun Mar 12 12:34:45 2017 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sun Mar 12 12:34:45 2017 -0500

----------------------------------------------------------------------
 src/site/xdoc/manual/layouts.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/bbe03e3e/src/site/xdoc/manual/layouts.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/layouts.xml.vm b/src/site/xdoc/manual/layouts.xml.vm
index 025adeb..06bb9af 100644
--- a/src/site/xdoc/manual/layouts.xml.vm
+++ b/src/site/xdoc/manual/layouts.xml.vm
@@ -726,7 +726,7 @@ WARN  [main]: Message 2</pre>
                    </tr>
                    <tr>
                      <th>'\r', '\n'</th>
-                     <th>Removed from the pattern</th>
+                     <th>Converted into escaped strings "\\r" and "\\n" respectively</th>
                    </tr>
                    <tr>
                      <td>&amp;, &lt;, &gt;, &quot;, &apos;, &#x2F;</td>