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.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18605 invoked from network); 27 May 2022 01:12:47 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 27 May 2022 01:12:47 -0000 Received: from orthanc.ca ([208.79.93.154]) by 9front; Thu May 26 21:11:11 -0400 2022 Received: from orthanc.ca (localhost [127.0.0.1]) by orthanc.ca (OpenSMTPD) with ESMTP id c55174e5; Thu, 26 May 2022 18:11:10 -0700 (PDT) From: "Lyndon Nerenberg (VE7TFX/VE6BBM)" To: 9front@9front.org, Jacob Moody In-reply-to: <236719d3-a3de-fed1-bb31-8cae0ce16ea0@posixcafe.org> References: <360D31817B067471414B1C6D6DF6DF92@felloff.net> <236719d3-a3de-fed1-bb31-8cae0ce16ea0@posixcafe.org> Comments: In-reply-to Jacob Moody message dated "Wed, 25 May 2022 13:03:21 -0600." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1910.1653613870.1@orthanc.ca> Date: Thu, 26 May 2022 18:11:10 -0700 Message-ID: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: DOM hardware Subject: Re: [9front] [PATCH] Unmount to remove sharp devices. Reply-To: 9front@9front.org Precedence: bulk Instead of dancing around all these prefixes, why not just be explicit about it. There are three cases: chdev add abcd # add 'abcd' to the current set chdev del abcd # remove 'abcd' from the current set chdev abcd # 'abcd' becomes the absolute set No ambiguities, and dead simple to parse.