diff options
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 b5f1762..3001cf6 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 |