From owner-freebsd-questions@FreeBSD.ORG Thu Sep 30 21:29:48 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 675B316A4CE for ; Thu, 30 Sep 2004 21:29:48 +0000 (GMT) Received: from mail.sbfnet.com (mail.sbfnet.com [12.18.252.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 413A743D2D for ; Thu, 30 Sep 2004 21:29:47 +0000 (GMT) (envelope-from keving@sbfnet.com) Received: from administrator ([90.1.2.37]) by mail.sbfnet.com (SBF Mail Services) with SMTP id AAE74724; Thu, 30 Sep 2004 14:29:44 -0700 From: To: "'Kris Kennaway'" Date: Thu, 30 Sep 2004 14:29:06 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <20040930212552.GA13999@xor.obsecurity.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcSnOKfkphgrcQlqRIurW2Weo/rtzwABHc1g Message-Id: <20040930212947.413A743D2D@mx1.FreeBSD.org> cc: freebsd-questions@freebsd.org Subject: RE: FreeBSD 5.x and Lint X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 21:29:48 -0000 >From the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-confi g.html In FreeBSD 5.X and later versions you can still generate a buildable LINT file by typing: # cd /usr/src/sys/i386/conf && make LINT Kevin Glick ITS Manager keving@sbfnet.com Sterling Business Forms -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Kris Kennaway Sent: Thursday, September 30, 2004 2:26 PM To: Micheal Patterson Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.x and Lint On Thu, Sep 30, 2004 at 04:22:27PM -0500, Micheal Patterson wrote: > Stupid question maybe, but are there any plans on putting the comments back > into Lint? I realize that these may be documented within the online > handbook, however, for those of us, who at times are required to go to a > remote site, and the net link has failed, needing to recompile something > without comments or access to the handbook is a problem. They're in NOTES instead, from which LINT is autogenerated. Kris