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.
This commit is contained in:
imp 2001-12-07 11:40:22 +00:00
parent 138f3789bb
commit df5ccea2fc

View File

@ -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