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/03/07 00:17:15 UTC

[1/3] git commit: doc: proxy.config.alarm.abs_path description fix

Repository: trafficserver
Updated Branches:
  refs/heads/master 674d8c82d -> faf38a5e0


doc: proxy.config.alarm.abs_path description fix


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

Branch: refs/heads/master
Commit: faf38a5e0ed7c245ec74cecd8d10adf3d314be0f
Parents: 3d02329
Author: Piotr Bulinski <pi...@bulinski.pl>
Authored: Thu Mar 6 20:36:12 2014 +0100
Committer: James Peach <jp...@apache.org>
Committed: Thu Mar 6 15:16:44 2014 -0800

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/faf38a5e/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst
index 15e22b8..477a7bf 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -393,7 +393,7 @@ Alarm Configuration
 
 .. ts:cv:: CONFIG proxy.config.alarm.abs_path STRING NULL
 
-   The full path to the script file that sends email to alert someone bout Traffic Server problems.
+   The full path to the script file that sends email to alert someone about Traffic Server problems.
 
 HTTP Engine
 ===========


[2/3] git commit: doc: proxy.config.alarm.bin description fix

Posted by jp...@apache.org.
doc: proxy.config.alarm.bin description fix


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

Branch: refs/heads/master
Commit: 3d0232930415f916a12283459ae931104464278b
Parents: cd52384
Author: Piotr Bulinski <pi...@bulinski.pl>
Authored: Thu Mar 6 19:59:12 2014 +0100
Committer: James Peach <jp...@apache.org>
Committed: Thu Mar 6 15:16:44 2014 -0800

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3d023293/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst
index 8994e57..15e22b8 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -389,7 +389,7 @@ Alarm Configuration
 .. ts:cv:: CONFIG proxy.config.alarm.bin STRING example_alarm_bin.sh
 
    Name of the script file that can execute certain actions when an alarm is signaled. The default file is a sample script named
-   ``example_alarm_bin.sh`` located in the ``bin`` directory. You must dit the script to suit your needs.
+   ``example_alarm_bin.sh`` located in the ``bin`` directory. You must edit the script to suit your needs.
 
 .. ts:cv:: CONFIG proxy.config.alarm.abs_path STRING NULL
 


[3/3] git commit: fix last sentence of description for proxy.config.http.transaction_active_timeout_in in docs

Posted by jp...@apache.org.
fix last sentence of description for proxy.config.http.transaction_active_timeout_in in docs


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

Branch: refs/heads/master
Commit: cd523845a1e6b00bccd17d49fe1bfc2a3a2608e8
Parents: 674d8c8
Author: Piotr Bulinski <pi...@bulinski.pl>
Authored: Tue Feb 25 18:28:29 2014 +0100
Committer: James Peach <jp...@apache.org>
Committed: Thu Mar 6 15:16:44 2014 -0800

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/cd523845/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst
index fd50da0..8994e57 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -785,7 +785,7 @@ HTTP Connection Timeouts
    The maximum amount of time Traffic Server can remain connected to a client. If the transfer to the client is not complete before this
    timeout expires, then Traffic Server closes the connection.
 
-The default value of ``0`` specifies that there is no timeout.
+The value of ``0`` specifies that there is no timeout.
 
 .. ts:cv:: CONFIG proxy.config.http.transaction_active_timeout_out INT 0
    :reloadable: