From 2e8b6b050890cf3d5f85777565774c45e0e365fa Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 7 Dec 2001 11:40:22 +0000 Subject: [PATCH] Be exsplicit about the parentheses around return statements. It is documented by example. Since most of this file is documented by example, it is confusing. Make things a little less confusing. --- share/man/man9/style.9 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index c42eb743daf4..a40d2e1f0096 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -468,6 +468,8 @@ if (!*p) Routines returning void * should not have their return values cast to any pointer type. .Pp +Values in return statements should be enclosed in parentheses. +.Pp Use .Xr err 3 or