(for which the code doesn't work right in any case)
p4raw-id: //depot/cfgperl@4005
=item Illegal number of bits in vec
-(F) The number of bits in vec() (the third argument) must be from 1 to 8
-(inclusive), or 16, or 32.
+(F) The number of bits in vec() (the third argument) must be a power of
+two from 1 to 32.
=item Illegal switch in PERL5OPT: %s
Treats the string in EXPR as a vector of unsigned integers, and
returns the value of the bit field specified by OFFSET. BITS
specifies the number of bits that are reserved for each entry in the
-bit vector. This must be between 1 and 8 (inclusive), or 16, or 32.
+bit vector. This must be a power of two from 1 to 32.
C<vec> may also be assigned to, in which case parentheses are needed
to give the expression the correct precedence as in