summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2000-10-18 18:01:35 +0000
committerjoe <joe@FreeBSD.org>2000-10-18 18:01:35 +0000
commit784dd58645fccd8c95861d36439d4cad280f7b72 (patch)
treeea1e158c172b8d924329c1258ecdc035302dd4c9
parent757e642dfbbd4e4f0492d749f8e4437634f8fe7b (diff)
downloadFreeBSD-src-784dd58645fccd8c95861d36439d4cad280f7b72.zip
FreeBSD-src-784dd58645fccd8c95861d36439d4cad280f7b72.tar.gz
Use 'unless' instead of 'if (! ... )' where it improves readability.
-rw-r--r--share/man/man7/style.perl.77
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 ,
OpenPOWER on IntegriCloud