Added return to "Hello World" example.

Approved by:	bcr (mentor)
This commit is contained in:
Michael Dexter 2017-06-10 03:04:16 +00:00
parent 0e3d079e31
commit 249ec9ac89
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50350
2 changed files with 3 additions and 1 deletions

View file

@ -1105,6 +1105,7 @@ int
main(void)
{
printf("hello, world\n");
return 0;
}<tag class="endtag">programlisting</tag></programlisting>
<para>Notice how the angle brackets in the
@ -1121,6 +1122,7 @@ int
main(void)
{
printf("hello, world\n");
return 0;
}</programlisting>
</example>
</sect2>

View file

@ -17,7 +17,7 @@
<!ENTITY a.admins "FreeBSD Administrators <email xmlns='http://docbook.org/ns/docbook'>admins@FreeBSD.org</email>">
<!ENTITY a.bugmeister "Problem Report Database administrators <email xmlns='http://docbook.org/ns/docbook'>bugmeister@FreeBSD.org</email>">
<!ENTITY a.clusteradm "Cluster Admin Team <email xmlns='http://docbook.org/ns/docbook'>clusteradm@FreeBSD.org</email>">
<!ENTITY a.core "Core Team <email xmlns='http://docbook.org/ns/docbook'>core@FreeBSD.org</email>">