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=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20473 invoked from network); 7 Mar 2022 01:05:48 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 7 Mar 2022 01:05:48 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 758089D500; Mon, 7 Mar 2022 11:05:40 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id DBB619D009; Mon, 7 Mar 2022 11:03:01 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=kev009.com header.i=@kev009.com header.b="STwKoeJo"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id B41C99D009; Mon, 7 Mar 2022 11:02:57 +1000 (AEST) Received: from mail-yw1-f176.google.com (mail-yw1-f176.google.com [209.85.128.176]) by minnie.tuhs.org (Postfix) with ESMTPS id AA0C59D004 for ; Mon, 7 Mar 2022 11:02:56 +1000 (AEST) Received: by mail-yw1-f176.google.com with SMTP id 00721157ae682-2d6d0cb5da4so146809567b3.10 for ; Sun, 06 Mar 2022 17:02:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kev009.com; s=google; h=mime-version:from:date:message-id:subject:to; bh=EGt/WiSwSGUDAfQKz9oX5Xy8dEq6RQaxjtFApkzoEOA=; b=STwKoeJogew01THHxkfma9hp4FwYv4q2S8oBQlAlAxjNtb2RfzhI7g8Xb4Asy5iLNA foFKX0LzNQeMltbx3BjJXQoi0v/DhsEv3jwqpOh0pd4WBD3oEfO1XhAs8KIT04hmlhnH Y755EOv1DVLLn/SGbkR41dXUsTc21NUHqF4Mw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=EGt/WiSwSGUDAfQKz9oX5Xy8dEq6RQaxjtFApkzoEOA=; b=lySeLIChYWqHg64HkAZNC5BxQNTQbosqXkQCetVAEknwUgR2bm4yvK+yMp6A8dxbcN 8jrN+E/309rq0o0/4qmnOQxWTAd4RJ0TBm/Blcj2ksk6SVktrDKMCnC1W9I3pgebFiF7 Cz5t4rXNjx+k4C3I5PICnfzzI4FBro+Sf6MTfZAytwb4aDuEpYUFlgxf7yLtoNKXC2u7 hBi22VEIehmWBlh1g9wjFTBjb/WBdLEpSlBMm4wfeiinjWlPFoxgcS0oWdTYXqEoXu/Q s6NjhtL24GGDLorakEUOcXm0Hbx4mJAPiAkyBkY6zekbrnEEuEYL8Lp9a+VYbxpf2xAm BADw== X-Gm-Message-State: AOAM533fXnr88++4vbBwxFILzG5ba+XSgMd0LdkNx+CQElZZdsLCGFw1 1eW0oD3kZ1JAHEuwTNm7j5R+DbW83DJriN0E7l6u+imxPHjprg== X-Google-Smtp-Source: ABdhPJzFIYcD2THCD+O/bE+FHqPeirdD7XvuQDY98SxJa+o2ciJ4FjSPwPGjzQsyAD74xMQgKQj0iJmILNjzC0frKVQ= X-Received: by 2002:a81:55d1:0:b0:2dc:30f7:fa79 with SMTP id j200-20020a8155d1000000b002dc30f7fa79mr6927759ywb.136.1646614975653; Sun, 06 Mar 2022 17:02:55 -0800 (PST) MIME-Version: 1.0 From: Kevin Bowling Date: Sun, 6 Mar 2022 18:02:44 -0700 Message-ID: To: The Eunuchs Hysterical Society Content-Type: text/plain; charset="UTF-8" Subject: [TUHS] Documenter's Workbench versions 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 am reading some UNIX text processing books and am interested in the lineage of Documenter's Workbench. I see documentation of 1.0 (i.e https://archive.org/details/sysv-dwb/page/n5/mode/2up) I see a copy of 2.0 for 3B2 (i.e. https://archives.loomcom.com/3b2/software/Documenters_Workbench/) >From there things get a little less clear, it seems like we jump to 3.2 with SysVR3.2? Then there is a 3.3 version https://github.com/n-t-roff/DWB3.3 One of my books from the late 80s references 3.4 available as a source code purchase independent of UNIX. Then it appears SGI might have had a 4.x strain? (i.e. https://archive.org/details/sgi_Documenters_Workbench_4.1.3) Heirloom is derived from OpenSolaris which is derived from? Can anyone firm this lineage up a bit; and is 4.x an SGI thing or what (I extracted the image, the relnotes inside might as well not exist). Regards, Kevin