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 2014/04/02 18:40:55 UTC

git commit: tsxs can be found in trafficserver-dev package

Repository: trafficserver
Updated Branches:
  refs/heads/master 935527686 -> 823b187ed


tsxs can be found in trafficserver-dev package

GitHub: This closes #69


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

Branch: refs/heads/master
Commit: 823b187ed59f4f73407b47973ea7e089aa136ddb
Parents: 9355276
Author: Titotix <ti...@free.fr>
Authored: Mon Mar 31 17:33:54 2014 +0200
Committer: James Peach <jp...@apache.org>
Committed: Wed Apr 2 09:40:47 2014 -0700

----------------------------------------------------------------------
 doc/sdk/getting-started/a-simple-plugin.en.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/823b187e/doc/sdk/getting-started/a-simple-plugin.en.rst
----------------------------------------------------------------------
diff --git a/doc/sdk/getting-started/a-simple-plugin.en.rst b/doc/sdk/getting-started/a-simple-plugin.en.rst
index 18d0f78..8685348 100644
--- a/doc/sdk/getting-started/a-simple-plugin.en.rst
+++ b/doc/sdk/getting-started/a-simple-plugin.en.rst
@@ -8,9 +8,9 @@ A Simple Plugin
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
- 
+
    http://www.apache.org/licenses/LICENSE-2.0
- 
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -51,6 +51,8 @@ could use the following commands to build a shared library
 
     tsxs -o hello-world.so -c hello-world.c
 
+tsxs can be found in ``trafficserver-dev`` package.
+
 This shared library will be your plugin. In order to install it, run
 
 ::