diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-12-07 11:40:22 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-12-07 11:40:22 +0000 |
| commit | eedd038914c56b51de31db48d7a3bfd1a26b1018 (patch) | |
| tree | 238268c2c699cd49e247f63285ddf94a2a444c8d | |
| parent | 79731c7b1b629a65cbf20393e7f6d1b4fa84515a (diff) | |
Notes
| -rw-r--r-- | share/man/man9/style.9 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
