summaryrefslogtreecommitdiffstats
path: root/doc/Tapset_Reference_Guide
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2009-03-05 10:53:35 +1000
committerddomingo <ddomingo@redhat.com>2009-03-05 10:53:35 +1000
commit501f43617a8d33f24e07a3ccbbf7636cd72cb5fe (patch)
tree3d0471aa7c50e6f6d76cba194d96c4441a17619c /doc/Tapset_Reference_Guide
parentfea1d5c12c09560db8c3996411e73a5148e11ba2 (diff)
downloadsystemtap-steved-501f43617a8d33f24e07a3ccbbf7636cd72cb5fe.tar.gz
systemtap-steved-501f43617a8d33f24e07a3ccbbf7636cd72cb5fe.tar.xz
systemtap-steved-501f43617a8d33f24e07a3ccbbf7636cd72cb5fe.zip
function instead of (sfunction)
Diffstat (limited to 'doc/Tapset_Reference_Guide')
-rwxr-xr-xdoc/Tapset_Reference_Guide/publicanize.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Tapset_Reference_Guide/publicanize.sh b/doc/Tapset_Reference_Guide/publicanize.sh
index 96c20a11..1139b34d 100755
--- a/doc/Tapset_Reference_Guide/publicanize.sh
+++ b/doc/Tapset_Reference_Guide/publicanize.sh
@@ -22,7 +22,7 @@ perl -p -e 'undef $/;s|<para>\nYou should have received a copy of the GNU Genera
perl -p -e 'undef $/;s|<para>\nFor more details see the file COPYING in the source\ndistribution of Linux.\n</para>\n</legalnotice>\n</bookinfo>||msg' |
perl -p -e 'undef $/;s|<toc></toc>||msg' |
perl -p -e 'undef $/;s|\n\n\n\n\n\n\n\n\n\n\n\n\n\n||msg' |
-perl -p -e 'undef $/;s|<programlisting>\n|<programlisting>\n<emphasis>(sfunction) <\/emphasis>|msg' |
+perl -p -e 'undef $/;s|<programlisting>\n|<programlisting>\n<emphasis>function <\/emphasis>|msg' |
perl -p -e 'undef $/;s|<para>\n</para>||msg' |
perl -p -e 'undef $/;s|<para>\n\n</para>||msg' |
perl -p -e 'undef $/;s|<para>\n<programlisting>|<programlisting>|msg' |