summaryrefslogtreecommitdiffstats
path: root/share/man/man9/style.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/style.9')
-rw-r--r--share/man/man9/style.96
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 2e59b79..6d234f3 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -13,7 +13,7 @@ files in the FreeBSD source tree.
*
* @(#)style 1.14 (Berkeley) 4/28/95
*
- * FreeBSD $Id: style.9,v 1.4 1996/02/09 16:20:10 mpp Exp $
+ * FreeBSD $Id: style.9,v 1.5 1996/03/31 22:36:14 joerg Exp $
*
*/
@@ -304,7 +304,9 @@ Routines returning void * should not have their return values cast
to any pointer type.
.Pp
Use
-.Xr err/warn 3 ,
+.Xr err 3
+or
+.Xr warn 3 ,
don't roll your own!
.Bd -literal -offset 0i
if ((four = malloc(sizeof(struct foo))) == NULL)
OpenPOWER on IntegriCloud