From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8593C433DF for ; Mon, 10 Aug 2020 18:25:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 81238207FF for ; Mon, 10 Aug 2020 18:25:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728052AbgHJSZU (ORCPT ); Mon, 10 Aug 2020 14:25:20 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:57528 "EHLO hera.aquilenet.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727982AbgHJSZT (ORCPT ); Mon, 10 Aug 2020 14:25:19 -0400 X-Greylist: delayed 439 seconds by postgrey-1.27 at vger.kernel.org; Mon, 10 Aug 2020 14:25:19 EDT Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 0257C1146C; Mon, 10 Aug 2020 20:17:55 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u4pJP2OVbHls; Mon, 10 Aug 2020 20:17:54 +0200 (CEST) Received: from function (lfbn-bor-1-797-11.w86-234.abo.wanadoo.fr [86.234.239.11]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 54A581146B; Mon, 10 Aug 2020 20:17:54 +0200 (CEST) Received: from samy by function with local (Exim 4.94) (envelope-from ) id 1k5CMr-00CNX8-4x; Mon, 10 Aug 2020 20:17:53 +0200 Date: Mon, 10 Aug 2020 20:17:53 +0200 From: Samuel Thibault To: Zack Weinberg Cc: Joerg Schilling , Florian Weimer , linux-man , GNU C Library , larryd.kbd@gmail.com, gwc@opengroup.org, austin-group-l@opengroup.org, ajosey@opengroup.org, "Michael Kerrisk (man-pages)" , enh@google.com, Joseph Myers Subject: Re: Pseudoterminal terminology in POSIX Message-ID: <20200810181753.pkoqpkd3k54b6rfj@function> Mail-Followup-To: Samuel Thibault , Zack Weinberg , Joerg Schilling , Florian Weimer , linux-man , GNU C Library , larryd.kbd@gmail.com, gwc@opengroup.org, austin-group-l@opengroup.org, ajosey@opengroup.org, "Michael Kerrisk (man-pages)" , enh@google.com, Joseph Myers References: <6425d636-7f48-3a73-ef0e-7bb5b991360c@gmail.com> <5f3149ad.G/e/1Ac5SJF38sra%Joerg.Schilling@fokus.fraunhofer.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-man-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org Hello, Zack Weinberg, le lun. 10 août 2020 14:10:42 -0400, a ecrit: > "control(ler) side" still gives the wrong impression IMNSHO. The > pty[p-r][0-9a-f] | ptmx devices don't exert any actual control over > anything. ? They do to some extent: writing ^C on that side will send a SIGINT to the foreground process there (even if owned by another user!). Samuel