summaryrefslogtreecommitdiffstats
path: root/tapset/context.stp
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2009-03-17 15:13:23 +1000
committerddomingo <ddomingo@redhat.com>2009-03-17 15:13:23 +1000
commit83b85c2b0be729352bae4ea204d814b377b32fcf (patch)
tree07faccf4fa2e701348c52fe374d3a5b96eb05897 /tapset/context.stp
parent11f44635b6964dd7a7753da6722fa4750573d0ca (diff)
downloadsystemtap-steved-83b85c2b0be729352bae4ea204d814b377b32fcf.tar.gz
systemtap-steved-83b85c2b0be729352bae4ea204d814b377b32fcf.tar.xz
systemtap-steved-83b85c2b0be729352bae4ea204d814b377b32fcf.zip
minor edits
Diffstat (limited to 'tapset/context.stp')
-rw-r--r--tapset/context.stp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tapset/context.stp b/tapset/context.stp
index 66ca813f..9f4be0e6 100644
--- a/tapset/context.stp
+++ b/tapset/context.stp
@@ -120,7 +120,8 @@ function cpu:long () %{ /* pure */
%}
/**
- * sfunction pp - Return the probe point associated with the currently running probe handler, including alias and wildcard expansion effects
+ * sfunction pp - Return the probe point associated with the currently running probe handler,
+ * including alias and wildcard expansion effects
* Context:
* The current probe point.
*/
@@ -217,7 +218,7 @@ function stack_used:long () %{ /* pure */
%}
/**
- * sfunction stack_unused - Returns the amount of kernel stack currently available
+ * sfunction stack_unused - Returns the amount of kernel stack currently available.
*
* Determines how many bytes are currently available in the kernel stack.
*/