From owner-freebsd-arch@freebsd.org Mon Feb 27 07:27:28 2017 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B44CFCEE2A4 for ; Mon, 27 Feb 2017 07:27:28 +0000 (UTC) (envelope-from pstef@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95158AA5; Mon, 27 Feb 2017 07:27:28 +0000 (UTC) (envelope-from pstef@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1403) id E8173E3D; Mon, 27 Feb 2017 07:27:27 +0000 (UTC) Date: Mon, 27 Feb 2017 08:27:27 +0100 From: "Piotr P. Stefaniak" To: Baptiste Daroussin Cc: "freebsd-arch@freebsd.org" Subject: Re: I want to remove troff output support from indent(1) Message-ID: <20170227072727.GC23029@freefall.freebsd.org> References: <20170226190654.GA23029@freefall.freebsd.org> <20170226232855.zkvymewnnbjhhfqk@ivaldir.etoilebsd.net> <20170226234917.GB23029@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20170226234917.GB23029@freefall.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 07:27:28 -0000 On 2017-02-27 00:49:17, Piotr P. Stefaniak wrote: >The troff output was invented at Sun and the online docs for some Of course I meant the indent's feature. >post-SunOS operating system include this: >The usual way to get a troffed listing is with the command > indent -troff program.c | troff -mindent > >The indent manpage in FreeBSD 1.0 already lacks that information and >troff -mindent complains about not being able to find the macro file. >So I guess the file did exist on SunOS and was supposed to be imported >into 4.3BSD together with the feature, but wasn't. According to http://www.mit.edu/afs.new/net/dev/dev/system/sun4m_412/rsp.01/usr/share/man/man1/indent.1 .B /usr/share/lib/tmac/tmac.indent troff macro package for .RB ` "indent \-troff" ' But the file is missing from a Solaris 5.10 where I happen to have an account. From what I can see, tmac.indent was never added to 4.3BSD or FreeBSD. Internet search results suggest that Sun OS might be the only OS to have the file.