You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2013/12/06 23:40:28 UTC

[1/2] git commit: Another typo fix

Updated Branches:
  refs/heads/master 0850f4c3a -> 6dabbd7ba


Another typo fix

Last code part was not well formatted.
Sorry for missing it at first time

Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/82ad4efc
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/82ad4efc
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/82ad4efc

Branch: refs/heads/master
Commit: 82ad4efcc899c9cf570cc143981c706f257a9893
Parents: eaaf889
Author: Jean Baptiste Favre <gi...@jbfavre.org>
Authored: Fri Dec 6 22:19:22 2013 +0100
Committer: Jean Baptiste Favre <gi...@jbfavre.org>
Committed: Fri Dec 6 22:19:22 2013 +0100

----------------------------------------------------------------------
 .../sample-buffered-null-transformation-plugin.en.rst        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/82ad4efc/doc/sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en.rst
----------------------------------------------------------------------
diff --git a/doc/sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en.rst b/doc/sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en.rst
index 866eb61..f1e1b3a 100644
--- a/doc/sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en.rst
+++ b/doc/sdk/http-transformation-plugin/sample-buffered-null-transformation-plugin.en.rst
@@ -193,11 +193,11 @@ transform:
 #. The ``handle_output`` function writes the buffer to the output
    vconnection:
 
-.. code-block:: c
+   .. code-block:: c
 
-   data->output_vio =
-      TSVConnWrite (output_conn, contp, data->output_reader,
-      TSIOBufferReaderAvail (data->output_reader) );
+      data->output_vio =
+         TSVConnWrite (output_conn, contp, data->output_reader,
+         TSIOBufferReaderAvail (data->output_reader) );
 
    The following diagram illustrates the write to the output
    vconnection:


[2/2] git commit: Merge branch 'patch-2' of https://github.com/jbfavre/trafficserver

Posted by jp...@apache.org.
Merge branch 'patch-2' of https://github.com/jbfavre/trafficserver


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6dabbd7b
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/6dabbd7b
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/6dabbd7b

Branch: refs/heads/master
Commit: 6dabbd7ba30d1363bb9288ad77ed4093198fa7c3
Parents: 0850f4c 82ad4ef
Author: James Peach <jp...@apache.org>
Authored: Fri Dec 6 14:39:54 2013 -0800
Committer: James Peach <jp...@apache.org>
Committed: Fri Dec 6 14:39:54 2013 -0800

----------------------------------------------------------------------
 .../sample-buffered-null-transformation-plugin.en.rst        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------