From 20d8fa6f360fbcfbf4248be29d9101a58df74389 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sun, 10 Oct 1999 09:28:14 +0000 Subject: [PATCH] Revert previous change, I misread it as an if( when it really wasn't. --- share/man/man9/style.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 0b48a999cc5..831ea33cfe7 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: