From owner-freebsd-current@FreeBSD.ORG Wed Oct 31 16:53:21 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E9BB16A41A; Wed, 31 Oct 2007 16:53:21 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id CB47013C4BD; Wed, 31 Oct 2007 16:53:20 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id l9VFLpA5009763; Wed, 31 Oct 2007 10:21:51 -0500 (CDT) (envelope-from dan) Date: Wed, 31 Oct 2007 10:21:51 -0500 From: Dan Nelson To: Tim Kientzle Message-ID: <20071031152150.GD3109@dan.emsphone.com> References: <4726A890.5090705@freebsd.org> <20071030131216.GB91078@kobe.laptop> <4727F0AF.4060605@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4727F0AF.4060605@freebsd.org> X-OS: FreeBSD 7.0-BETA1 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Giorgos Keramidas , current@freebsd.org Subject: Re: -mdoc vs. -man X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2007 16:53:21 -0000 In the last episode (Oct 30), Tim Kientzle said: >>> I've had some requests from people who want to use the libarchive >>> and bsdtar manpages on non-BSD systems that don't support -mdoc. >>> >>> Any problems if I reworked these manpages to only require -man-old >>> for compatibility with these systems? (Other than the inherent >>> tediousness of such a project, that is.) >> >> Yes. At least from me. > > All good points. Any leads on software that can convert from -mdoc > to -man? That would neatly address this issue for me. I use mdoc2man.awk. There isn't really an official site for it, but you probably have a copy on your system at /usr/src/crypto/openssh/mdoc2man.awk -- Dan Nelson dnelson@allantgroup.com