From d7285f420bb30784bb884628e4ad5edebc89399a Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 31 Aug 2005 19:42:20 +0000 Subject: function present --- stap.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- cgit