From owner-cvs-share Sun Dec 7 11:57:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA17383 for cvs-share-outgoing; Sun, 7 Dec 1997 11:57:32 -0800 (PST) (envelope-from owner-cvs-share) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA17220; Sun, 7 Dec 1997 11:55:12 -0800 (PST) (envelope-from wollman@FreeBSD.org) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA22051; Sun, 7 Dec 1997 11:53:46 -0800 (PST) Date: Sun, 7 Dec 1997 11:53:46 -0800 (PST) Message-Id: <199712071953.LAA22051@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/man/man9 style.9 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 1997/12/07 11:53:45 PST Modified files: share/man/man9 style.9 Log: Added some advice to avoid typedef'ing structures, as this breaks information-hiding. Also recommended against naming typedefs to end in _t unless POSIX or ANSI requires it, and in favor of using queue(3) macros to generate lists rather than rolling one's own. Revision Changes Path 1.20 +25 -2 src/share/man/man9/style.9