From owner-svn-src-head@freebsd.org Mon Oct 9 11:46:27 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 474AFE2DC01; Mon, 9 Oct 2017 11:46:27 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-lf0-x230.google.com (mail-lf0-x230.google.com [IPv6:2a00:1450:4010:c07::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6379E673CA; Mon, 9 Oct 2017 11:46:26 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by mail-lf0-x230.google.com with SMTP id l196so27015169lfl.1; Mon, 09 Oct 2017 04:46:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=EtYjeEJQb9bsd7/Es2hQQVauZrdNJX7uhF8eCQ169iQ=; b=m8BtkcSwfEZUPvMwul75W/MOMzXGF6oWMNHm8GHUBvhD9dWn/puwvoa3AHU9mqpCHk iKqvsh9xiSaxc1uCNSZ+fSlrffwVpAsvI0AmLH7KLqmyvyolI2voDivTJpXMPxeo086t 2gxE4QhCUS8rtPmEMx4aUPl6GbzMBWufnOT1Rh+hrcJh47cDzQeASVEm/AguPZ332AFq wQZTWgPdrtiV9M503uMgpbYNiHe5KZjI1ZJqM288dx5xNVHN6+KeaBRfSBMo3PM4DUcN abGEtoaCWN06LaC54g8EhNUhEqOpBnZ3NVusWeCPRW20DSr1XaSTOywT7lumCYl5GrfR aFJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=EtYjeEJQb9bsd7/Es2hQQVauZrdNJX7uhF8eCQ169iQ=; b=TlCDdaVayGq+278MnDSQa679K2+JkRSr3uaSOd4Zn9aG981JR1a7DBzr1c+Dqh1x8R pJ99Pd3nBdW02wu+nFdDVVMayHch1dFOtuDeOuJuwDW528arpNkPuBmXnph3RCu3OMc1 BmK85rlqy0z6ioV8BTo4aAzkF/a9JJOhvyRH/Mq3qmeYL+QbTTgb8pQk92SvOxSLh+9r zIqqqC3ZBdBm51F0ZTHBDrhb6QupbNTHmbFbcBEWryZTbITibaTsXlyC4PrYaIq6y4Fg uN6V3c7fam+WhZKVvMtJRo2ZurvlRAg0pmo6q+ylhRAjhm7o0TexxYBAgfIY/q9s+X7e /XYA== X-Gm-Message-State: AMCzsaX/ZihELWLDpnYNr/Gi7AuXmKV7y/SzZP2mpTYMs7ZapXa87ces zRcSfNfB7GfaEBSkwe/LgQdubmyfO+glvZyLIzpn1CMr X-Google-Smtp-Source: AOwi7QAcEmH07jCclpI9IOpNtvgnvh5WUPvsxsTEk3bc+IY5IB1rLWpHJHOn98tMPGPk3iSJruc4QS2J7DR9SG0mCCg= X-Received: by 10.46.85.145 with SMTP id g17mr4272421lje.84.1507549584442; Mon, 09 Oct 2017 04:46:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.81.73 with HTTP; Mon, 9 Oct 2017 04:46:24 -0700 (PDT) In-Reply-To: <201710091024.v99AO6pt011672@repo.freebsd.org> References: <201710091024.v99AO6pt011672@repo.freebsd.org> From: Sergey Kandaurov Date: Mon, 9 Oct 2017 14:46:24 +0300 Message-ID: Subject: Re: svn commit: r324427 - head/bin/ps To: Edward Tomasz Napierala Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 09 Oct 2017 11:46:27 -0000 On 9 October 2017 at 13:24, Edward Tomasz Napierala wrote: > Author: trasz > Date: Mon Oct 9 10:24:06 2017 > New Revision: 324427 > URL: https://svnweb.freebsd.org/changeset/base/324427 > > Log: > Document "tdnam" keyword to ps(1), and add "tdname" alias. > > MFC after: 2 weeks > Sponsored by: DARPA, AFRL > > Modified: > head/bin/ps/keyword.c > head/bin/ps/ps.1 > > Modified: head/bin/ps/keyword.c > ============================================================ > ================== > --- head/bin/ps/keyword.c Mon Oct 9 08:50:03 2017 (r324426) > +++ head/bin/ps/keyword.c Mon Oct 9 10:24:06 2017 (r324427) > @@ -201,6 +201,7 @@ static VAR var[] = { > {"tdev", "TDEV", NULL, "terminal-device", 0, tdev, 0, CHAR, NULL, > 0}, > {"tdnam", "TDNAM", NULL, "terminal-device-name", LJUST, tdnam, 0, > CHAR, > NULL, 0}, > Hello, could you please fix this ^^ "tdnam" description as well? fwiw, looks like it's only used in libxo as a field name. [..] -- wbr, pluknet