summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorfche <fche>2005-08-31 19:42:20 +0000
committerfche <fche>2005-08-31 19:42:20 +0000
commitd7285f420bb30784bb884628e4ad5edebc89399a (patch)
tree6db5e54151b2284ee14a2ba386c4618769316844 /stap.1.in
parentf9f77dcebfbee6d977e67510f8a1ec7f40d88899 (diff)
downloadsystemtap-steved-d7285f420bb30784bb884628e4ad5edebc89399a.tar.gz
systemtap-steved-d7285f420bb30784bb884628e4ad5edebc89399a.tar.xz
systemtap-steved-d7285f420bb30784bb884628e4ad5edebc89399a.zip
function present
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/stap.1.in b/stap.1.in
index 56148f06..e74227bb 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -128,7 +128,7 @@ Whitespace is ignored. Three forms of comments are supported:
.br
.BR /* " ... C style ... " */
.RE
-Literals are either strings enclosed in double-quotes (soon supporting
+Literals are either strings enclosed in double-quotes (passing through
the usual C escape codes with backslashes), or integers (in decimal,
hexadecimal, or octal, using the same notation as in C). All strings
are limited in length to some reasonable value (a few hundred bytes).