diff options
| author | Ben Smithurst <ben@FreeBSD.org> | 2001-02-21 12:10:19 +0000 |
|---|---|---|
| committer | Ben Smithurst <ben@FreeBSD.org> | 2001-02-21 12:10:19 +0000 |
| commit | 06c8ab0c3c974bbeaecbbc5cef0693e2c940ae2d (patch) | |
| tree | 985ce370a1d0ca20f57c1e5f4422b9cd627d0386 | |
| parent | 688292859afe286890227572083dfa7ac3ef0214 (diff) | |
Notes
| -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 b5f1762b0a69..3001cf674556 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -348,7 +348,7 @@ or .Sq \&) characters. .Bd -literal - if (error = function(a1, a2)) + if ((error = function(a1, a2)) != 0) exit(error); .Ed .Pp |
