From owner-cvs-all@FreeBSD.ORG Mon Jun 14 12:17:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E63116A4CE; Mon, 14 Jun 2004 12:17:10 +0000 (GMT) Received: from mail.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id A85EE43D1D; Mon, 14 Jun 2004 12:17:09 +0000 (GMT) (envelope-from dfr@nlsystems.com) Received: from bluebottle.qubesoft.com (bluebottle.qubesoft.com [192.168.1.2]) by mail.qubesoft.com (8.12.9/8.12.9) with ESMTP id i5ECH5kM056395; Mon, 14 Jun 2004 13:17:05 +0100 (BST) (envelope-from dfr@nlsystems.com) Received: from builder02.qubesoft.com (builder02.qubesoft.com [192.168.1.8]) i5ECGtON052619; Mon, 14 Jun 2004 13:17:05 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?= In-Reply-To: References: <200406141055.i5EAt3q1064537@repoman.freebsd.org> <20040614110104.GD63362@eddie.nitro.dk> <1087213821.20191.2.camel@builder02.qubesoft.com> Content-Type: text/plain; charset=UTF-8 Message-Id: <1087215414.20191.4.camel@builder02.qubesoft.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 14 Jun 2004 13:16:54 +0100 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: cvs-src@FreeBSD.org cc: Doug Rabson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "Simon L. Nielsen" Subject: Re: cvs commit: src/share/man/man4 Makefile fwip.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2004 12:17:10 -0000 On Mon, 2004-06-14 at 13:05, Dag-Erling Smørgrav wrote: > Doug Rabson writes: > > You're welcome. It probably needs a mandoc police inspection. In > > particular, I can't get the AUTHORS section to format properly. > > This is a FAQ: you need to add ".An -nosplit" immediately below the > ".Sh AUTHORS" line. Thanks,