changeset 640:8a16d38f3d94

Convert to Docbook XML format
author roug
date Sun, 08 Dec 2002 11:09:10 +0000
parents e53c35cea83f
children 767a608364b2
files docs/ccguide/printf.refentry docs/ccguide/scanf.refentry docs/ccguide/signal.refentry docs/ccguide/stacksize.refentry
diffstat 4 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/docs/ccguide/printf.refentry	Sun Dec 08 11:09:10 2002 +0000
+++ b/docs/ccguide/printf.refentry	Sun Dec 08 11:09:10 2002 +0000
@@ -110,8 +110,8 @@
 
 <informaltable frame="none">
 <tgroup cols="2">
-<colspec colwidth="0.5in">
-<colspec colwidth="3in">
+<colspec colwidth="0.5in"/>
+<colspec colwidth="3in"/>
 <tbody>
 <row>
 <entry>d,o,x,X</entry>
@@ -168,8 +168,8 @@
 
 <informaltable frame="none">
 <tgroup cols="2">
-<colspec colwidth="0.5in">
-<colspec colwidth="3in">
+<colspec colwidth="0.5in"/>
+<colspec colwidth="3in"/>
 <tbody>
 <row>
 <entry>c</entry>
@@ -200,7 +200,7 @@
 <refsect1><title>See Also</title>
 <para>
 Kernighan &amp; Ritchie pages 145-147.
-<link linkend="Putc">putc()</link>,
+<link linkend="putc">putc()</link>,
 <link linkend="scanf">scanf()</link>
 </para>
 </refsect1>
--- a/docs/ccguide/scanf.refentry	Sun Dec 08 11:09:10 2002 +0000
+++ b/docs/ccguide/scanf.refentry	Sun Dec 08 11:09:10 2002 +0000
@@ -37,7 +37,7 @@
 
 <refsect1><title>Description</title>
 <para>
-Placeholder
+These functions perform the complement to "printf()" etc.
 </para>
 <para>
 Fscanf performs conversions from the file "fp", scanf from the
@@ -79,8 +79,8 @@
 </para>
 <informaltable frame="none">
 <tgroup cols="2">
-<colspec colwidth="0.5in">
-<colspec colwidth="3.5in">
+<colspec colwidth="0.5in"/>
+<colspec colwidth="3.5in"/>
 <tbody>
 <row>
 <entry>d</entry>
--- a/docs/ccguide/signal.refentry	Sun Dec 08 11:09:10 2002 +0000
+++ b/docs/ccguide/signal.refentry	Sun Dec 08 11:09:10 2002 +0000
@@ -39,8 +39,8 @@
 The values for "address" have the following meanings:
 <informaltable frame="none">
 <tgroup cols="2">
-<colspec colwidth="0.7in">
-<colspec colwidth="3in">
+<colspec colwidth="0.7in"/>
+<colspec colwidth="3in"/>
 <tbody>
 <row>
 <entry>0</entry>
--- a/docs/ccguide/stacksize.refentry	Sun Dec 08 11:09:10 2002 +0000
+++ b/docs/ccguide/stacksize.refentry	Sun Dec 08 11:09:10 2002 +0000
@@ -9,11 +9,11 @@
 <funcsynopsis>
 <funcprototype>
   <funcdef><function>stacksize</function></funcdef>
-  <void>
+  <void/>
 </funcprototype>
 <funcprototype>
   <funcdef><function>freemem</function></funcdef>
-  <void>
+  <void/>
 </funcprototype>
 </funcsynopsis>