From owner-freebsd-doc@FreeBSD.ORG Wed May 14 12:38:05 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F9937B401 for ; Wed, 14 May 2003 12:38:05 -0700 (PDT) Received: from thalia.otenet.gr (thalia.otenet.gr [195.170.0.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC46643F85 for ; Wed, 14 May 2003 12:38:03 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr364-a15.otenet.gr [195.167.109.47]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h4EJbug4001354 for ; Wed, 14 May 2003 22:38:01 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h4EJbtTh060159 for ; Wed, 14 May 2003 22:37:55 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h4EJM5SL030950 for doc@FreeBSD.org; Wed, 14 May 2003 22:22:05 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 14 May 2003 22:22:04 +0300 From: Giorgos Keramidas To: doc@freebsd.org Message-ID: <20030514192204.GB1751@gothmog.gr> References: <20030514010340.GA59773@BSDWins.Com> <20030514050814.GA20560@sixshooter.v6.thrupoint.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030514050814.GA20560@sixshooter.v6.thrupoint.net> Subject: Re: man to html conversion question X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 19:38:06 -0000 On 2003-05-14 01:08, Jim Brown wrote: >* John [2003-05-13 21:04]: >> >> The manpage converted to html via: groff -man -Thtml > > With a liberal sprinkling of null content .Bd + .Ed pairings > I was able to get the section headers to behave, but there > are still some minor glitches with lists. > --- apcpwr.8 Tue May 13 20:37:11 2003 > +++ NEWapcpwr.8 Wed May 14 00:56:28 2003 > @@ -18,46 +18,60 @@ > .Nm > .Op Fl f > .Ar reboot outletname > +.Bd -literal > +.Ed > .Sh DESCRIPTION > The Please, don't. First of all try to use -mandoc and not -man. The manpages of FreeBSD don't use the -man macro package for formatting. - Giorgos