Added return to "Hello World" example.
Approved by: bcr (mentor)
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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>">
|
||||
|
||||
|
|
Loading…
Reference in a new issue