diff options
-rw-r--r-- | share/man/man9/style.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 831ea33..0b48a99 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: |