From owner-svn-src-head@freebsd.org Sun Mar 4 11:41:09 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3885EF2AA23; Sun, 4 Mar 2018 11:41:09 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0BA476FD6; Sun, 4 Mar 2018 11:41:08 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.110.112]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1esS0o-00046v-Sc; Sun, 04 Mar 2018 12:41:06 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, "Edward Tomasz Napierala" Subject: Re: svn commit: r330277 - in head: bin/stty libexec/getty References: <201803021416.w22EGJHm015205@repo.freebsd.org> Date: Sun, 04 Mar 2018 12:41:13 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <201803021416.w22EGJHm015205@repo.freebsd.org> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: 7b320cd02cd98c580351ccd23ba1512a X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2018 11:41:09 -0000 On Fri, 02 Mar 2018 15:16:19 +0100, Edward Tomasz Napierala wrote: > Author: trasz > Date: Fri Mar 2 14:16:19 2018 > New Revision: 330277 > URL: https://svnweb.freebsd.org/changeset/base/330277 > > Log: > .Xr pstat(8), so that people have a chance to learn how to get a list > of terminal devices using "pstat -t". Nice tip. Never seen pstat -t before. I have a feeling it will be useful to me some day. :-)