Change markup of "<stdio.h>" (in the C example) from <sgmltag> to <
and > entities because "stdio.h" is not an SGML tag (a semantical correction)
This commit is contained in:
parent
31e4e288c5
commit
2fba7a1743
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33057
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
|||
instruction immediately following the function call. (Inspired
|
||||
by <xref linkend="Phrack">)</para>
|
||||
|
||||
<programlisting>#include <sgmltag>stdio.h</sgmltag>
|
||||
<programlisting>#include <stdio.h>
|
||||
|
||||
void manipulate(char *buffer) {
|
||||
char newbuffer[80];
|
||||
|
|
Loading…
Reference in a new issue