From a926bf95a0505b83a7d0cb4f3f54d8dc108cb57a Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 8 Nov 2013 10:37:02 -0500 Subject: [PATCH] stap.1: remove 'experimental' designation from regex/macro blurbs --- man/stap.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/stap.1 b/man/stap.1 index f5c23dbf8..2e4f50419 100644 --- a/man/stap.1 +++ b/man/stap.1 @@ -805,7 +805,7 @@ probe kernel.function ( %) .ESAMPLE -.SS PREPROCESSOR MACROS (EXPERIMENTAL) +.SS PREPROCESSOR MACROS The preprocessor also supports a simple macro facility, run as a separate pass before conditional preprocessing. .PP @@ -1050,9 +1050,9 @@ array membership check .br .BR "[" exp1 ", " exp2 ", " ... "] in " array -.SS REGULAR EXPRESSION MATCHING (experimental) -The scripting language has proof-of-concept support for regular -expression matching. The basic syntax is as follows: +.SS REGULAR EXPRESSION MATCHING +The scripting language supports regular expression matching. +The basic syntax is as follows: .SAMPLE .BR exp " =~ " regex .BR exp " !~ " regex -- 2.43.5