Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Dec 1997 11:53:46 -0800 (PST)
From:      Garrett Wollman <wollman@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG
Subject:   cvs commit: src/share/man/man9 style.9
Message-ID:  <199712071953.LAA22051@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712071953.LAA22051>