there is no trailing NULL in sig_name or sig_num, so don't
Gurusamy Sarathy [Tue, 18 Mar 2003 03:02:38 +0000 (03:02 +0000)]
talk about it

p4raw-id: //depot/perl@19018

Porting/Glossary

index 14fa609..9058be0 100644 (file)
@@ -4124,7 +4124,7 @@ sig_num_init (sig_name.U):
 
 sig_size (sig_name.U):
        This variable contains the number of elements of the sig_name
-       and sig_num arrays, excluding the final NULL entry.
+       and sig_num arrays.
 
 signal_t (d_voidsig.U):
        This variable holds the type of the signal handler (void or int).