Change markup of "<stdio.h>" (in the C example) from <sgmltag> to &lt;

and &gt; entities because "stdio.h" is not an SGML tag (a semantical
correction)
This commit is contained in:
Gabor Pali 2008-10-16 05:23:15 +00:00
parent 31e4e288c5
commit 2fba7a1743
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33057

View file

@ -158,7 +158,7 @@
instruction immediately following the function call. (Inspired
by <xref linkend="Phrack">)</para>
<programlisting>#include <sgmltag>stdio.h</sgmltag>
<programlisting>#include &lt;stdio.h&gt;
void manipulate(char *buffer) {
char newbuffer[80];