This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Metaconfig change for #8501.
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 21 Jan 2001 19:23:00 +0000 (19:23 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 21 Jan 2001 19:23:00 +0000 (19:23 +0000)
p4raw-id: //depot/metaconfig@8502

U/modified/sig_name.U

index e4de51c..f7b1086 100644 (file)
@@ -61,7 +61,7 @@
 ?S:.
 ?S:sig_size:
 ?S:    This variable contains the number of elements of the sig_name
-?S:    and sig_num arrays, including the final NULL entry.
+?S:    and sig_num arrays, excluding the final NULL entry.
 ?S:.
 ?C:SIG_NAME:
 ?C:    This symbol contains a list of signal names in order of
@@ -97,7 +97,7 @@
 ?C:.
 ?C:SIG_SIZE:
 ?C:    This variable contains the number of elements of the sig_name
-?C:    and sig_num arrays, including the final NULL entry.
+?C:    and sig_num arrays, excluding the final NULL entry.
 ?C:.
 ?H:#define SIG_NAME $sig_name_init             /**/
 ?H:#define SIG_NUM  $sig_num_init              /**/