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=-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 60823954 for ; Mon, 17 Feb 2020 15:21:36 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id E398C9B968; Tue, 18 Feb 2020 01:21:31 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 909AC9B92B; Tue, 18 Feb 2020 01:20:58 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 97AD69B92B; Tue, 18 Feb 2020 01:20:55 +1000 (AEST) Received: from mail.cs.dartmouth.edu (mail.cs.dartmouth.edu [129.170.212.100]) by minnie.tuhs.org (Postfix) with ESMTPS id 8C0CD9B92A for ; Tue, 18 Feb 2020 01:20:54 +1000 (AEST) Received: from tahoe.cs.Dartmouth.EDU (tahoe.cs.dartmouth.edu [129.170.212.20]) by mail.cs.dartmouth.edu (8.15.2/8.15.2) with ESMTPS id 01HFKqr53748368 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Mon, 17 Feb 2020 10:20:52 -0500 Received: from tahoe.cs.Dartmouth.EDU (localhost.localdomain [127.0.0.1]) by tahoe.cs.Dartmouth.EDU (8.15.2/8.14.3) with ESMTP id 01HFKqIh026752 for ; Mon, 17 Feb 2020 10:20:52 -0500 Received: (from doug@localhost) by tahoe.cs.Dartmouth.EDU (8.15.2/8.15.2/Submit) id 01HFKqKi026749 for tuhs@tuhs.org; Mon, 17 Feb 2020 10:20:52 -0500 From: Doug McIlroy Message-Id: <202002171520.01HFKqKi026749@tahoe.cs.Dartmouth.EDU> Date: Mon, 17 Feb 2020 10:20:52 -0500 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] man Macro Package and pdfmark 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" > one of the things I wanted to do in my retirement was convert > all the stuff that is in debian back from info to man(7) *all* the stuff? Please don't do that literally. The garrulity quotient of info pages dwarfs even that of the most excessive modern man pages. But I appplaud the intent to assure man pages are complete. Doug