diff options
author | fche <fche> | 2005-08-31 19:42:20 +0000 |
---|---|---|
committer | fche <fche> | 2005-08-31 19:42:20 +0000 |
commit | d7285f420bb30784bb884628e4ad5edebc89399a (patch) | |
tree | 6db5e54151b2284ee14a2ba386c4618769316844 /stap.1.in | |
parent | f9f77dcebfbee6d977e67510f8a1ec7f40d88899 (diff) | |
download | systemtap-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |