]> sourceware.org Git - systemtap.git/commitdiff
function instead of (sfunction)
authorddomingo <ddomingo@redhat.com>
Thu, 5 Mar 2009 00:53:35 +0000 (10:53 +1000)
committerddomingo <ddomingo@redhat.com>
Thu, 5 Mar 2009 00:53:35 +0000 (10:53 +1000)
doc/Tapset_Reference_Guide/publicanize.sh

index 96c20a113b511c0446a04806121a1bccbd6a9aeb..1139b34debde1189e916d459dde843008d78c0a2 100755 (executable)
@@ -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' |
This page took 0.030238 seconds and 5 git commands to generate.