Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2002 11:33:22 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 style.9
Message-ID:  <200210281933.g9SJXM9f022600@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/10/28 11:33:22 PST

  Modified files:
    share/man/man9       style.9 
  Log:
  Clarify style(9) WRT comments following #endif, #else.
  
  The closing comment is required only for long conditionally defined
  code sections, with the exception of lint cases.  Attempt to document
  also the logic for using '!' before the SOMETIMESSOMETHGINGHERE.
  The goal of these comments is to make complex cases more
  comprehensible, not to require them in all cases.  The rules here are
  derived from behavior used in 90+% of the kernel source code.
  
  Reviewed by and discussed with: jhb, bde, mike
  
  Revision  Changes    Path
  1.94      +63 -1     src/share/man/man9/style.9

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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