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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 31107 invoked from network); 6 Dec 2021 02:00:27 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 6 Dec 2021 02:00:27 -0000 Received: from mail-wm1-f42.google.com ([209.85.128.42]) by 4ess; Sun Dec 5 19:48:03 -0500 2021 Received: by mail-wm1-f42.google.com with SMTP id k37-20020a05600c1ca500b00330cb84834fso9210833wms.2 for <9front@9front.org>; Sun, 05 Dec 2021 16:47:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=O8Sreq/bpcBcEXcqHwDe0bq154viLVWqsj+6p4U+rXk=; b=NYGmI3n10+EjWh7+Rjq1YsGWQS/T+t0ythFvDg5xaWhZ1mbCtSNY89lQbAGcpytIN8 PhlndPNss2jiXpr5F4pl3A/zMfSgmDgFV8vu9SjAvFiAaPZc8pAKsFwCpim0OQMBbryA KFbOLnmF0wzn4hAHDm9Y71qPuQ5WCUBjIWHUSoqxuj96Z3X9reKSltgAAlAwdlnQQygF D9Xo5pk545cPL0dY6Uyad0jsJvwKPxr//Cjm3JiSBfX8/6KPRJ3N9HkFGJXUoh8pLC0m e5jx4fnKZAZ5QOB+a+CRpPC7eUDL7zv7uRo3HsI1Xs7o6IELym8JXBPidU9cU4u6CCvF Al+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to; bh=O8Sreq/bpcBcEXcqHwDe0bq154viLVWqsj+6p4U+rXk=; b=5x6PMi1Z20GofVjJqPadjEXlHXXbO4jce/eImE8fqRHyXGUsGPGypTjt2emnPdqFdk zccAiMoub42T0p3E9y/WkgNFFUcWMBZM6+JykE9KtRFx4H1uuSBuQcQLmGne9mjomBvG 8+uFV7esOM60Kvi033oF/xN798IqVtCrhT1YQY2tG0QRHSiVED81WCo3Tj+7xIjxYtez Y2eVfHCbmioBcDHdbUKDai0hwWjdXZNs9QNTbe/S35/bAdHwENtSf+5O1eQ2c0ipLyy8 NJaioV8RU2vTWW6tj/RCkqdlNWFtzfnGWN2NYuMu+e5akD9HMD408XOBaJsVDChaPCmi 4tGA== X-Gm-Message-State: AOAM532CHIMGf4SLKhhlOGJQ9dC2IZ33gBoKTb5rUl4AOslaSEkz9aoN 7Bu29rIaW0gWxY8qw/0BvVdXpnwpovs= X-Google-Smtp-Source: ABdhPJwT9Wqk66pY60LvymT4Z7j/Byw2U4MnDQ/BFBETqaLKWZltkf/CNyTYoB7hCgs2cJ/fDrdQ0w== X-Received: by 2002:a05:600c:34d6:: with SMTP id d22mr33857772wmq.160.1638751676096; Sun, 05 Dec 2021 16:47:56 -0800 (PST) Return-Path: Received: from beryllium.local (dyndsl-091-096-206-015.ewe-ip-backbone.de. [91.96.206.15]) by smtp.gmail.com with ESMTPSA id n15sm12116606wmq.38.2021.12.05.16.47.55 for <9front@9front.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Dec 2021 16:47:55 -0800 (PST) Received: from localhost (beryllium.local [local]) by beryllium.local (OpenSMTPD) with ESMTPA id c8201641 for <9front@9front.org>; Mon, 6 Dec 2021 01:47:52 +0100 (CET) Date: Mon, 6 Dec 2021 00:47:52 +0000 From: Humm To: 9front@9front.org Message-ID: Mail-Followup-To: 9front@9front.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: property firewall TOR over HTTP persistence blockchain Subject: Re: [9front] [PATCH] a.out(6): document dynamically loadable modules Reply-To: 9front@9front.org Precedence: bulk Quoth Steve Simon: >why ont contact charles forsyth who (i believe) wrote the code and >i thought he had written manual pages too. I don’t know who wrote what code. There is man page for dynld, which also describes export and import tables, and 2l(1) describes -x and -u, but I don’t know of any docs about the format of the dynamic load section. -- Humm