From owner-svn-src-all@FreeBSD.ORG Fri Apr 24 14:46:06 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0C28EA0 for ; Fri, 24 Apr 2015 14:46:06 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (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 4F6241390 for ; Fri, 24 Apr 2015 14:46:06 +0000 (UTC) Received: by widdi4 with SMTP id di4so22975251wid.0 for ; Fri, 24 Apr 2015 07:46:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=e4BZ+km6J70zxr5Cfff7mbPlVsrex5f4Y/o2GIRtKX4=; b=IG0WCKei8Wfl2hJTvj0M2ISvDfHC3cUvcH7XYOGxmlMyqoSbx1DjLZdXv14cHz3Z3+ DtG6IiuL1h02g70ELfORhEFyxgQmY3WYJYzztbLE+PrS9VbQ/30lm60BpKJKcJZyUXgK AnVlDnC3ZfvsvoK3QLdf0Ek/Hw6viOFQXgxxw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=e4BZ+km6J70zxr5Cfff7mbPlVsrex5f4Y/o2GIRtKX4=; b=Zn+l6E24hwlHg/cEGZf29VelrrKoJ4Z3F92zOpgVVaENRZE+UpZA/qnF7JA1/L35Uy ZSay2SNGOJKlsCPxPTCIPcyPa5O+BFp/BOHVUn9e4Zl+0q7rTzpdBmesoNx8K4mhGVdh ujoulgEcGEWIvTQHxHkQyBhxvJS7yGcQn2i94Zsv8YwBsfulpukpeUSl52gr4MVITIKN UVoKWMLNvOfQBFVJdMKjKHNj8NQ2s4vguzrPHK3vv7g8p3IIyztarBoUwIxXINyxBM2J fLl0mc9hJONbobVQqtW8nL/MFVVmJJ2p+ERomS5PNl409cIDAEH9LuH8RQKiO7XONll/ 1DgA== X-Gm-Message-State: ALoCoQmp/wNqatDavzP7E1rEtVGzPXBYzLZeEw8YToO947IKAKEyZVGQXms2P+ryGL8ItUH4Seou X-Received: by 10.180.216.103 with SMTP id op7mr4482090wic.90.1429886764755; Fri, 24 Apr 2015 07:46:04 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.28.20.75 with HTTP; Fri, 24 Apr 2015 07:45:34 -0700 (PDT) In-Reply-To: References: <201504240758.t3O7w0o1022549@svn.freebsd.org> From: Eitan Adler Date: Fri, 24 Apr 2015 07:45:34 -0700 X-Google-Sender-Auth: GD93f5Lb-wM2HgQyF18B48iV1cc Message-ID: Subject: Re: svn commit: r281922 - head/usr.bin/nfsstat To: Sergey Kandaurov Cc: Edward Tomasz Napierala , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 14:46:06 -0000 On 24 April 2015 at 04:31, Sergey Kandaurov wrote: > Now that nfsstat no longer uses kvm to extract statistics, it could be > further trimmed. > - no longer link with kvm > - un-document -M/-N options but still kept (?) for backward compatibility If we are keeping flags, they should documented as being kept for compat. If they are not documented, support for them should be removed as they are bugs. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams