diff options
author | William Cohen <wcohen@redhat.com> | 2009-03-13 23:12:19 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-03-13 23:12:19 -0400 |
commit | 354c462465ffc80fc9a55beb9d6066cfa6048bc1 (patch) | |
tree | a81a86ea25ca6ed75fd12f56680e51bbd96ff9da /doc/Tapset_Reference_Guide/en-US | |
parent | 2497c78e8aa704366683dad56fc8d749a5e92f52 (diff) | |
download | systemtap-steved-354c462465ffc80fc9a55beb9d6066cfa6048bc1.tar.gz systemtap-steved-354c462465ffc80fc9a55beb9d6066cfa6048bc1.tar.xz systemtap-steved-354c462465ffc80fc9a55beb9d6066cfa6048bc1.zip |
Add missing </para>.
Diffstat (limited to 'doc/Tapset_Reference_Guide/en-US')
-rw-r--r-- | doc/Tapset_Reference_Guide/en-US/Tapset_Dev_Guide.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Tapset_Reference_Guide/en-US/Tapset_Dev_Guide.xml b/doc/Tapset_Reference_Guide/en-US/Tapset_Dev_Guide.xml index 555fa7e6..5d8cdfee 100644 --- a/doc/Tapset_Reference_Guide/en-US/Tapset_Dev_Guide.xml +++ b/doc/Tapset_Reference_Guide/en-US/Tapset_Dev_Guide.xml @@ -227,7 +227,7 @@ probe process.create = kernel.function("copy_process").return **/ </programlisting> -<para>To override the automatically-generated <command>Synopsis</command> content, use: +<para>To override the automatically-generated <command>Synopsis</command> content, use:</para> <programlisting> * Synopsis: |