From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D04211F5AE for ; Wed, 29 Jul 2020 10:47:35 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 08CF9386EC42; Wed, 29 Jul 2020 10:47:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08CF9386EC42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1596019655; bh=wK94wipvZy12QHdsgnIrWCRKfd/LxIY7DwkTjjpR/Yk=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=I+splab8KBsghdrXk/jn4Xh40n6Eqap+NS/xe8wQITUssU5WFMS8GLM93RJzW0Ace 8EnLKMpIsI4bGXXXenrJEvVFrN1bOMO4xS45pykqnujGMk+isitP9uP0/UJ9KjfoXg Y1Tz79N6lTuT77jfwwxNSzD+QYeg2pgf/9QHo224= Received: from mail-wr1-x444.google.com (mail-wr1-x444.google.com [IPv6:2a00:1450:4864:20::444]) by sourceware.org (Postfix) with ESMTPS id 7500F3858D35 for ; Wed, 29 Jul 2020 10:47:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7500F3858D35 Received: by mail-wr1-x444.google.com with SMTP id f7so21187229wrw.1 for ; Wed, 29 Jul 2020 03:47:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:cc:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=wK94wipvZy12QHdsgnIrWCRKfd/LxIY7DwkTjjpR/Yk=; b=TQqDm5sOUcSiV98BUNzhCnhv7QDJkQIMb4ySvg198zMJwE6nTN3m0yIkRvMTJoE/b6 CsaQ/PuESdgVAwgWXqxuLJcofxGZyjmoWTUp9jfNpKjDgPbPVKL8agdl+CNNvR6s5bX2 mhEbuIN/WqplPviBqlhyjnQg8klZkViO0p6OTWaMpUXAXAb36HDISCYc1c53/Gdz99LJ q0wxnoHWn9ajq5f5/8VSSgbQUillLzSy/VgXYGzkgg7JisYsgoEKv2yqULGQmxvJE3ok vJuGdxNMzKGoyPlNv6JmgD2sI92f7BYk46/NLqP2UZy/y9IKvpz3SvXrc9U48Ic4IMK5 u1XQ== X-Gm-Message-State: AOAM533LtjzbVfQpugG/pB1IxLOvdthhED5GyDU2aSd5iibuNygw7tWZ RLU+YSxcuSnkTFD2pR76dGI= X-Google-Smtp-Source: ABdhPJwGiGlWgbSsztVOt2vL4N+N/f45f8ttrFeiuTsfylWxA5vWAFm+oqytsD9UvCnO7p69PvVOuA== X-Received: by 2002:adf:ca03:: with SMTP id o3mr21349179wrh.330.1596019651636; Wed, 29 Jul 2020 03:47:31 -0700 (PDT) Received: from ?IPv6:2001:a61:3adb:8201:9649:88f:51f8:6a21? ([2001:a61:3adb:8201:9649:88f:51f8:6a21]) by smtp.gmail.com with ESMTPSA id g126sm4221597wme.16.2020.07.29.03.47.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 29 Jul 2020 03:47:31 -0700 (PDT) Subject: Re: [RFC PATCH] Replacing "master-slave" terminology for pseudoterminals To: "libc-alpha@sourceware.org" , linux-man , enh , Zack Weinberg References: Message-ID: Date: Wed, 29 Jul 2020 12:47:30 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: "Michael Kerrisk \(man-pages\) via Libc-alpha" Reply-To: "Michael Kerrisk \(man-pages\)" Cc: Florian Weimer , Linux API , mtk.manpages@gmail.com, Joseph Myers Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" > Eventually, I think we should take this discussion also to the > mailing list, That should have read: "the linux-kernel@ mailing list".