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.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,HTML_FONT_LOW_CONTRAST, HTML_IMAGE_ONLY_20,HTML_MESSAGE,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 0c816521 for ; Wed, 5 Dec 2018 15:34:52 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id D7E42A2209; Thu, 6 Dec 2018 01:34:51 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 778C0A1F04; Thu, 6 Dec 2018 01:34:26 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id E5A2CA1F04; Thu, 6 Dec 2018 01:34:18 +1000 (AEST) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by minnie.tuhs.org (Postfix) with ESMTPS id 211FAA1F01 for ; Thu, 6 Dec 2018 01:34:13 +1000 (AEST) Received: by mail-wr1-f50.google.com with SMTP id b14so6556407wru.12 for ; Wed, 05 Dec 2018 07:34:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccc.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ANcuJo94RvrtV9P6cmnkHUB1f1T58P0BpyckoKlZFiQ=; b=pMfvP7Ohprgw8KuSn6JcXhNg0cZ4aRvpNl0G7aS8CHkJ7cIJ6VGTtH0lvBQUJu7iCT hTsx0maiWs2iShSQV9ZhaMiZtPFSuzqfvPeWG3teUypzLd/XpBn8IKDrE5QVuHBwhSZS oVvUg3KT5uBmotmxKYSoWz8+xY07Aey46Q7BU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ANcuJo94RvrtV9P6cmnkHUB1f1T58P0BpyckoKlZFiQ=; b=Xqq1UNst/qwhsX3p3w7JbfKkg6LqBXHbx55s5IPpdQQqqHf+io8oRBpMz83niLNW2K HMWxEYGgisf2mVOqJMKf9xV+kure8G6q2Okwmn9YKfJI3yU/0Ko04w4WQFhqWy7mpuHv +xjCvuyEL7pW3s9a76EmCpePKCeT4JKTBiqGyip83KNDr5+WE6OxKzw3VxM64FOgPbBr 17GnjdiuXpsZa9iHTDlx4jdl9FJJBmUpO6r1wyViOEAlgcQGhrSXIrO/8uESaXJ5LSAK p1hHuI8g4ajS7izZvCN1ilm2rcysjVob6PQfyOIKXuz5aWm1Ppq7M4V8g585QTjPdmYK XTpA== X-Gm-Message-State: AA+aEWaT3vA9lmNjmwwNn4eWVJEYfvvwkbwWQkjTwUVKaoH3BH2dG0zy 31VN9ysFyZPjunc0cCJmC/jbOiGk8/G2aypLfutqIQ== X-Google-Smtp-Source: AFSGD/VbNqWiRtiUyuzixM4x40rG0jEnqXt3hvyrAPoSnOcUSTyosJusQCwRsG68LCcEhQWO8KeHdKUkpGrv3Wvn0oM= X-Received: by 2002:a5d:63c3:: with SMTP id c3mr21895951wrw.215.1544024051504; Wed, 05 Dec 2018 07:34:11 -0800 (PST) MIME-Version: 1.0 References: <1543705783.3909.for-standards-violators@oclsc.org> <20181203011414.DAE3D156E410@mail.bitblocks.com> <20181203013025.GB10043@mcvoy.com> <20181204225404.GC55383@eureka.lemis.com> In-Reply-To: <20181204225404.GC55383@eureka.lemis.com> From: Clem Cole Date: Wed, 5 Dec 2018 10:33:45 -0500 Message-ID: To: "Greg 'groggy' Lehey" Content-Type: multipart/alternative; boundary="0000000000001d9974057c481da5" Subject: Re: [TUHS] swtch() (was: 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: The Eunuchs Hysterical Society Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --0000000000001d9974057c481da5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Same thing... it's line 2238 in Lions' numbering system on sheet 22 of the sources book. It's line 325 of ken/slp.c if you are in ed/vi or the like. =E1=90=A7 On Tue, Dec 4, 2018 at 5:55 PM Greg 'groggy' Lehey wrote: > On Wednesday, 5 December 2018 at 8:26:29 +1100, Dave Horsfall wrote: > > On Sun, 2 Dec 2018, Larry McVoy wrote: > > > >>>> And anyone who has not edited sendmail.cf (shudder!) is not a > >>>> programmer. > >> > >> As a systems guy I think if you have not written, or understood, > >> swtch(), you are not a systems guy. > > > > Ahh, line 2238... > > Not line 325 of ken/slp.c? > > Greg > -- > Sent from my desktop computer. > Finger grog@lemis.com for PGP public key. > See complete headers for address and phone numbers. > This message is digitally signed. If your Microsoft mail program > reports problems, please read http://lemis.com/broken-MUA > --0000000000001d9974057c481da5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Same thing...=C2=A0 =C2=A0it's line 2238 in Lions&#= 39; numbering system on sheet 22 of the sources book.=C2=A0 =C2=A0It's = line 325 of ken/slp.c if you are in ed/vi or the like.
3D""=E1=90= =A7

On Tue, Dec= 4, 2018 at 5:55 PM Greg 'groggy' Lehey <grog@lemis.com> wrote:
On Wednesday,=C2=A0 5 December 2018 at=C2=A0 8:26:29 +1100, Dave Hors= fall wrote:
> On Sun, 2 Dec 2018, Larry McVoy wrote:
>
>>>> And anyone who has not edited sendmail.cf (shudder!) is not a=
>>>> programmer.
>>
>> As a systems guy I think if you have not written, or understood, >> swtch(), you are not a systems guy.
>
> Ahh, line 2238...

Not line 325 of ken/slp.c?

Greg
--
Sent from my desktop computer.
Finger grog@lemis.com for PGP public key.
See complete headers for address and phone numbers.
This message is digitally signed.=C2=A0 If your Microsoft mail program
reports problems, please read
http://lemis.com/broken-MUA
--0000000000001d9974057c481da5--