diff options
-rw-r--r-- | share/man/man7/style.perl.7 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man7/style.perl.7 b/share/man/man7/style.perl.7 index a25fd99..4429f2b 100644 --- a/share/man/man7/style.perl.7 +++ b/share/man/man7/style.perl.7 @@ -195,6 +195,13 @@ Use instead of .Fa chop where appropriate. +.Pp +Use +.Fa unless +instead of +.Fa if (! ... ) +where it improves readability. +.Pp .Sh SEE ALSO .Xr perlsec 1 , |