]> sourceware.org Git - systemtap.git/commitdiff
doc/langref.tex: drop some 'experimental' qualifiers
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 10 Feb 2014 17:54:42 +0000 (12:54 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 10 Feb 2014 17:55:18 +0000 (12:55 -0500)
Regex-matching and macros are not experimental any more.

doc/langref.tex

index bdaf829d7e5c9799a7d7e88fac8d928e13643083..de0e240f121e9c6e985835f6a40389ec947d1e6a 100644 (file)
@@ -1885,12 +1885,12 @@ it generates an error. The following subsections list these operators.
 \index{unary}
 \texttt{+ - ! \textasciitilde{} ++ -{}-}
 
-\subsubsection{Binary numeric, string comparison, or regular expression matching operators}
+\subsubsection{Numeric \& string comparison, regular expression matching operators}
 \index{comparison}
 \texttt{< > <= >= == !=} \verb+=~+ \verb+!~+
 
-The regular expression matching (\verb+=~+ and \verb+!~+) is currently
-an experimental feature. The second operand must be a string literal
+The regular expression matching (\verb+=~+ and \verb+!~+) is a
+recent feature. The second operand must be a string literal
 containing a syntactically valid regular expression. The regular
 expression syntax supports most of the features of POSIX Extended
 Regular Expressions, except for subexpression reuse (\verb+\1+)
@@ -2164,9 +2164,9 @@ The following code adapts to the presence of a kernel CONFIG option.
 \end{vindent}
 
 
-\subsection{Preprocessor macros (experimental)}
+\subsection{Preprocessor macros}
 
-This is an experimental feature whose semantics are subject to change.
+This feature lets scripts eliminate some types of repetition.
 
 \subsubsection{Local macros}
 
This page took 0.028415 seconds and 5 git commands to generate.