From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 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 0c0e59a2 for ; Tue, 9 Jul 2019 18:29:49 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 1718C94820; Wed, 10 Jul 2019 04:29:48 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id A653A947D7; Wed, 10 Jul 2019 04:29:33 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 191EE947D7; Wed, 10 Jul 2019 04:29:31 +1000 (AEST) Received: from mail.cs.Dartmouth.EDU (mail.cs.dartmouth.edu [129.170.212.100]) by minnie.tuhs.org (Postfix) with ESMTPS id 81672947D5 for ; Wed, 10 Jul 2019 04:29:29 +1000 (AEST) Received: from coolidge.cs.Dartmouth.EDU (coolidge.cs.dartmouth.edu [129.170.213.217]) by mail.cs.Dartmouth.EDU (8.15.2/8.15.2) with ESMTPS id x69ITRXM010386 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Tue, 9 Jul 2019 14:29:27 -0400 Received: from coolidge.cs.Dartmouth.EDU (localhost [127.0.0.1]) by coolidge.cs.Dartmouth.EDU (8.15.2/8.15.2) with ESMTP id x69ITREN003028 for ; Tue, 9 Jul 2019 14:29:27 -0400 Received: (from doug@localhost) by coolidge.cs.Dartmouth.EDU (8.15.2/8.15.2/Submit) id x69ITQUX003027 for tuhs@tuhs.org; Tue, 9 Jul 2019 14:29:26 -0400 From: Doug McIlroy Message-Id: <201907091829.x69ITQUX003027@coolidge.cs.Dartmouth.EDU> Date: Tue, 09 Jul 2019 14:29:26 -0400 To: tuhs@tuhs.org User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [TUHS] groff_man question X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 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" I wouldn't call it an error, merely a misleading sentence. .EX/.EE is, after all, an extension in Gnu, albeit not original to Gnu. And I didn't intend to impugn anybody. The sentence, "Ingo Schwarze stated incorrectly" was apparently slipped into the quotation to provide missing context. I do appreciate, however, how quickly the inexactness was repaired. Doug | Doug McIlroy wrote on Mon, Jul 08, 2019 at 11:17:32PM -0400: | > Ingo Schwarze stated incorrectly: | | >> EE This is a non-standard GNU extension. In mandoc(1), it does the | >> same as the roff(7) fi request (switch to fill mode). | | >> | >> EX This is a non-standard GNU extension. In mandoc(1), it does the | >> same as the roff(7) nf request (switch to no-fill mode). | | > "Gnu extension" should be read as "extension adopted by Gnu". | > .EX/.EE was introduced in 9th Edition Unix. | | Thank you for pointing out the error, i corrected the manual page | in OpenBSD and in portable mandoc, see the commit below.