diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 3001cf674556..ba0cd83ca62e 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -348,7 +348,8 @@ or .Sq \&) characters. .Bd -literal - if ((error = function(a1, a2)) != 0) + error = function(a1, a2); + if (error != 0) exit(error); .Ed .Pp