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 830994ac for ; Fri, 16 Nov 2018 17:37:34 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id DD014A2704; Sat, 17 Nov 2018 03:37:32 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id D9B4EA26E3; Sat, 17 Nov 2018 03:37:02 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 24BF0A26E3; Sat, 17 Nov 2018 03:37:02 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 21F20A26D4 for ; Sat, 17 Nov 2018 03:36:32 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id C5D7C35E0AD; Fri, 16 Nov 2018 09:36:31 -0800 (PST) Date: Fri, 16 Nov 2018 09:36:31 -0800 From: Larry McVoy To: Jim Capp Message-ID: <20181116173631.GI30000@mcvoy.com> References: <20181116171318.GC30000@mcvoy.com> <14895316.657.1542389595317.JavaMail.root@zimbraanteil> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <14895316.657.1542389595317.JavaMail.root@zimbraanteil> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] man-page style 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: , Cc: tuhs@minnie.tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Fri, Nov 16, 2018 at 12:33:15PM -0500, Jim Capp wrote: > PWB was great too, but what was most useful to me was the > "UNIX programmer's manual" from Bell Telephone Laboratories (c) 1979, 1983 > > The first volume included all the man pages, a quick reference, and an index. > > The second volume contained all the "how to" guides, including concise summaries > of the facilities available on UNIX, the original UNIX paper from Ritchie and Thompson, > UNIX for Beginners from Kernighan, NROFF/TROFF User's Manual, TROFF Tutorial, > C Programming Language, Lint, Make, YACC, LEX, AWK, and on and on. > > The combination of those two volumes was invaluable. I still have the BSD versions of those, I think it expanded to 3 with a systems admin volume. I agree, super useful.