From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 7736 invoked from network); 29 Jun 2023 01:59:45 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 29 Jun 2023 01:59:45 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 2CD3E425D9; Thu, 29 Jun 2023 11:59:40 +1000 (AEST) Received: from vmail1.sentex.ca (vmail1.sentex.ca [64.7.153.19]) by minnie.tuhs.org (Postfix) with ESMTPS id E8208425D1 for ; Thu, 29 Jun 2023 11:59:26 +1000 (AEST) Received: (Haraka outbound); Wed, 28 Jun 2023 21:59:25 -0400 Authentication-Results: vmail1.sentex.ca; auth=pass (plain) Received: from [10.0.1.25] (198.27.14-65.ip.mltn.standardbroadband.ca [198.27.14.65]) by vmail1.sentex.ca (Haraka/2.8.25) with ESMTPSA id 4F286985-E0DF-4987-9C68-2660159A62D1.1 envelope-from (authenticated bits=0) (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 28 Jun 2023 21:59:25 -0400 Message-ID: <237fe42c-7803-33cc-68c3-c9a05966b95a@riddermarkfarm.ca> Date: Wed, 28 Jun 2023 21:59:24 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 To: tuhs@tuhs.org References: <20230628234750.GE43966@eureka.lemis.com> Content-Language: en-CA From: Stuff Received In-Reply-To: <20230628234750.GE43966@eureka.lemis.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Haraka-GeoIP: NA, CA, ON, Ballinafad, 27km Message-ID-Hash: ZKPXGCKWRKDFGHMDWLOBFOMK2YZUEZFE X-Message-ID-Hash: ZKPXGCKWRKDFGHMDWLOBFOMK2YZUEZFE X-MailFrom: stuff@riddermarkfarm.ca X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Trying to date "A Supplemental Document For Awk" List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On 2023-06-28 19:47, Greg 'groggy' Lehey wrote: > On Wednesday, 28 June 2023 at 14:38:40 -0400, Clem Cole wrote: [...] > > There's also grog (groff guess) that may help. It's not very clever, > but it recognizes a number of formats: > > $ grog ls.1 > groff -mdoc ls.1 Thank you -- I never knew of its existence. But what did people use before grog and why was the compilation line never placed in a comment in the file? N. > > Greg