From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 126d87e9 for ; Sun, 28 Oct 2018 23:25:59 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 12A7BA21DE; Mon, 29 Oct 2018 09:25:58 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 2E8DAA21D1; Mon, 29 Oct 2018 09:25:40 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id CC751A21CB; Mon, 29 Oct 2018 08:57:24 +1000 (AEST) Received: from outgoing-01.securemail.name (outgoing-01.securemail.name [212.114.60.7]) by minnie.tuhs.org (Postfix) with ESMTPS id 4B303A21C7 for ; Mon, 29 Oct 2018 08:57:24 +1000 (AEST) Received: from relay-01.securemail.name (unknown [10.254.0.1]) by outgoing-01.securemail.name (Postfix) with ESMTP id 42jtR61qq2znWsm for ; Sun, 28 Oct 2018 23:57:22 +0100 (CET) Received: from m00000000000001.securemail.name (m00000000000001 [IPv6:fd00::fffa:0:0:1]) by relay-01.securemail.name (Postfix) with ESMTP id 42jtR613z6znWsW for ; Sun, 28 Oct 2018 23:57:22 +0100 (CET) Received: from smtp.securemail.name ([IPv6:fd00::ffff:0:0:1]) by m00000000000001.securemail.name (m00000000000001.securemail.name [IPv6:fd00::fff7:0:0:1]) (amavisd-new, port 10025) with ESMTP id mr5Id9Chlcz3 for ; Sun, 28 Oct 2018 23:57:11 +0100 (CET) Received: from papnet.eu (x4e374263.dyn.telefonica.de [78.55.66.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.securemail.name (Postfix) with ESMTPSA id 42jtQt1lm0znWrb for ; Sun, 28 Oct 2018 23:57:10 +0100 (CET) Received: by papnet.eu (sSMTP sendmail emulation); Sun, 28 Oct 2018 23:57:09 +0100 Date: Sun, 28 Oct 2018 23:57:09 +0100 From: Angelo Papenhoff To: tuhs@minnie.tuhs.org Message-ID: <20181028225709.GA71292@indra.papnet.eu> References: <20181026194636.GA11870@indra.papnet.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181026194636.GA11870@indra.papnet.eu> User-Agent: Mutt/1.6.0 (2016-04-01) Subject: Re: [TUHS] Reconstructed and newly set UNIX Manual X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" V2 is reconstructed now. So I noticed that V1-V3 all really used roff. Previously I thought that V2 and V3 used nroff. I fixed my pipeline a bit, also for troff. All V2-V6 can be found here in new versions: http://squoze.net/UNIX/v2man/ http://squoze.net/UNIX/v2man.tgz http://squoze.net/UNIX/v3man/ http://squoze.net/UNIX/v3man.tgz http://squoze.net/UNIX/v4man/ http://squoze.net/UNIX/v4man.tgz http://squoze.net/UNIX/v5man/ http://squoze.net/UNIX/v5man.tgz http://squoze.net/UNIX/v6man/ http://squoze.net/UNIX/v6man.tgz V2 and V3 are html only but include the intro pages now, they're also paginated. V4-V6 are pretty much the same as before, maybe little changes due to fixes in the pipeline. Problems: nroff(I) is missing some teletype specific things, like overstruck characters, but see github for a list. aap