changeset 557:7d803625ead8

Signal is not finished at all. Missing tag in basic09.appendix
author roug
date Tue, 22 Oct 2002 19:13:01 +0000
parents 28a203bbd2cc
children 0ff357df35c5
files docs/ccguide/basic09.appendix docs/ccguide/signal.refentry
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/ccguide/basic09.appendix	Tue Oct 22 19:09:04 2002 +0000
+++ b/docs/ccguide/basic09.appendix	Tue Oct 22 19:13:01 2002 +0000
@@ -109,5 +109,5 @@
 </screen>
 indicating that our C function worked!
 </para>
-
+</section>
 </appendix>
--- a/docs/ccguide/signal.refentry	Tue Oct 22 19:09:04 2002 +0000
+++ b/docs/ccguide/signal.refentry	Tue Oct 22 19:13:01 2002 +0000
@@ -19,7 +19,9 @@
 
 <refsect1><title>Description</title>
 <para>
-Placeholder
+This call is a comprehensive method of catching or ignoring
+signals sent to the current process. Notice that "kill()" does
+the sending of signals, and "signal()" does the catching.
 </para>
 <para>
 The signals used by OS-9 are defined in the header file as