-$OpenBSD: style.pod,v 1.2 2023/05/18 16:30:01 espie Exp $
+$OpenBSD: style.pod,v 1.3 2023/09/12 09:01:04 jsg Exp $
=head1 NAME
arbitrary number of parameters for C<__DIE__> and C<__WARN__>.
Mark the last expression at the end of a function with an explicit
-B<return> unless the function is is not intended to return anything,
+B<return> unless the function is not intended to return anything,
or for "constant" methods
sub isFile($)