diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-10 09:28:14 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-10 09:28:14 +0000 |
commit | c64abf506b66e34c5f2cae8d765db3b645ab0935 (patch) | |
tree | 7904175d1474f48c27f3d3fac1349478711d8edb /share | |
parent | 41164989a7ea1c4b6e42ef2bea639d575cc3224d (diff) | |
download | FreeBSD-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.9 | 2 |
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: |