summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-10-10 09:28:14 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-10-10 09:28:14 +0000
commitc64abf506b66e34c5f2cae8d765db3b645ab0935 (patch)
tree7904175d1474f48c27f3d3fac1349478711d8edb /share
parent41164989a7ea1c4b6e42ef2bea639d575cc3224d (diff)
downloadFreeBSD-src-c64abf506b66e34c5f2cae8d765db3b645ab0935.zip
FreeBSD-src-c64abf506b66e34c5f2cae8d765db3b645ab0935.tar.gz
Revert previous change, I misread it as an if( when it really
wasn't.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/style.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 0b48a99..831ea33 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -394,7 +394,7 @@ might not be in scope.)
Test pointers
against NULL, e.g., use:
.Bd -literal -offset 0i
-(p = f()) == NULL)
+(p = f()) == NULL
.Ed
.Pp
not:
OpenPOWER on IntegriCloud