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/03/01 01:32:30 UTC

[1/2] git commit: Fix nroff commas in TSDebug.3

Fix nroff commas in TSDebug.3


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

Branch: refs/heads/master
Commit: 0573e3b9cb53e217e03445037f175a6ea1edbfa0
Parents: 0738c1b
Author: James Peach <jp...@apache.org>
Authored: Thu Feb 28 16:31:16 2013 -0800
Committer: James Peach <jp...@apache.org>
Committed: Thu Feb 28 16:31:32 2013 -0800

----------------------------------------------------------------------
 doc/sdk/TSDebug.3 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0573e3b9/doc/sdk/TSDebug.3
----------------------------------------------------------------------
diff --git a/doc/sdk/TSDebug.3 b/doc/sdk/TSDebug.3
index b1b2d33..bef7853 100644
--- a/doc/sdk/TSDebug.3
+++ b/doc/sdk/TSDebug.3
@@ -124,9 +124,9 @@ prints an error message and aborts in both release and debug mode.
 .Fn TSDebugSpecific
 emits a debug line even if the debug tag is turned off, as long as
 debug flag is enabled. This can be used in conjuction with
-.Fn TSHttpTxnDebugSet,
-.Fn TSHttpSsnDebugSet,
-.Fn TSHttpTxnDebugGet,
+.Fn TSHttpTxnDebugSet ,
+.Fn TSHttpSsnDebugSet ,
+.Fn TSHttpTxnDebugGet ,
 and
 .Fn TSHttpSsnDebugGet
 to enable debugging on specific session and transaction objects.