From owner-freebsd-hackers Tue Feb 11 6:29:56 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA68A37B401 for ; Tue, 11 Feb 2003 06:29:55 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A9243F93 for ; Tue, 11 Feb 2003 06:29:55 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id h1BETscV007316 for freebsd-hackers@FreeBSD.ORG; Tue, 11 Feb 2003 08:29:54 -0600 (CST) (envelope-from dan) Date: Tue, 11 Feb 2003 08:29:54 -0600 From: Dan Nelson To: freebsd-hackers Subject: Re: mdoc(7) question Message-ID: <20030211142953.GV5356@dan.emsphone.com> References: <20030210173051.GF393@freepuppy.bellavista.cz> <20030210222412.GA33990@gothmog.gr> <20030210173051.GF393@freepuppy.bellavista.cz> <20030210181744.GN5356@dan.emsphone.com> <20030211102801.GI393@freepuppy.bellavista.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030211102801.GI393@freepuppy.bellavista.cz> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.3i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Feb 11), Roman Neuhauser said: > Thanks guys. Is there a clean way to make sure that the > description will always begin on the line below the tag line? > IOW, with .Bl -tag, if the actual tag width is less than that of > -width's argument, these two items will fold, and description > will begin on the tag line. That's not what I want. .br ( line break, just like html's
) should work: .Bl -tag -width indent .It Fl H .br Print a brief help message. .El -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message