Author: wayland
Date: 2009-02-27 06:04:59 +0100 (Fri, 27 Feb 2009)
New Revision: 25604

Modified:
   docs/Perl6/Spec/S16-io.pod
   docs/Perl6/Spec/S32-setting-library/Str.pod
Log:
Various small fixes, mostly to signals


Modified: docs/Perl6/Spec/S16-io.pod
===================================================================
--- docs/Perl6/Spec/S16-io.pod  2009-02-27 04:28:08 UTC (rev 25603)
+++ docs/Perl6/Spec/S16-io.pod  2009-02-27 05:04:59 UTC (rev 25604)
@@ -106,7 +106,7 @@
  SIGTERM    ControlExceptionSigTERM
  SIGUSR1    ControlExceptionSigUSR1
  SIGUSR2    ControlExceptionSigUSR2
- SIGCHLD    undef
+ SIGCHLD    ControlExceptionSigCHLD
  SIGCONT    ControlExceptionSigCONT
  SIGSTOP    ControlExceptionSigSTOP
  SIGTSTP    ControlExceptionSigTSTP
@@ -116,7 +116,7 @@
  SIGPROF    ControlExceptionSigPROF
  SIGSYS     ControlExceptionSigSYS
  SIGTRAP    ControlExceptionSigTRAP
- SIGURG     undef
+ SIGURG     Undefined
  SIGVTALRM  ControlExceptionSigVTALRM
  SIGXCPU    ControlExceptionSigXCPU
  SIGXFSZ    ControlExceptionSigXFSZ
@@ -125,7 +125,7 @@
  SIGIO      ControlExceptionSigIO
  SIGPWR     ControlExceptionSigPWR
  SIGLOST    ControlExceptionSigLOST
- SIGWINCH   undef
+ SIGWINCH   Undefined
 
 =head2 Signal exceptions
 
@@ -163,7 +163,7 @@
  ControlExceptionSigTERM   Term    ? Termination signal
  ControlExceptionSigUSR1   Term    ? User-defined signal 1
  ControlExceptionSigUSR2   Term    ? User-defined signal 2
- ControlExceptionSigCHLD   Ign     ? Child stopped or terminated
+ ControlExceptionSigCHLD   Ign     * Child stopped or terminated
  ControlExceptionSigCONT   Cont    * Continue if stopped
  ControlExceptionSigSTOP   Stop    ? Stop process
  ControlExceptionSigTSTP   Stop    ? Stop typed at tty

Modified: docs/Perl6/Spec/S32-setting-library/Str.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Str.pod 2009-02-27 04:28:08 UTC (rev 
25603)
+++ docs/Perl6/Spec/S32-setting-library/Str.pod 2009-02-27 05:04:59 UTC (rev 
25604)
@@ -3,7 +3,7 @@
 
 =head1 Title
 
-DRAFT: Synopsis 32: Setting Library - Miscellaneous Scalars
+DRAFT: Synopsis 32: Setting Library - Str
 
 =head1 Version
 

Reply via email to