From owner-svn-src-head@FreeBSD.ORG Mon Jul 21 07:20:17 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F33B1A68; Mon, 21 Jul 2014 07:20:16 +0000 (UTC) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82C412E4A; Mon, 21 Jul 2014 07:20:16 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id w7so5211062qcr.20 for ; Mon, 21 Jul 2014 00:20:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=MCkGvAdH+e1RtecMpt/iqKto0q+VdCLz5100OKofNYY=; b=cAzenh3XuRuipQ3v8Vgwco9/MMIe448s5k29mDs5FjhlQL2i7u5IOis2xK74dspMZo X/hjkG4w7WoDPeL+BrZA14BTnNQhHAY5zkrRfc5CSxqttLWwC2305zKVvGugCg4GJUj4 yCnBCyYCPi422yjB0RTZ3OZC5r+GHV9lwwy36KdOjZyKsjhhS07UwEcmbtIheQrbD/1D cmeL7NEgr34jy3NrvR7lqJxV8PZ0VQG4wE/8eHpWBDJE8+Fndv8QH7VkTIwGDzDZNpUi 1XppxeEVESDjTd7uS9SBVSVM+pN7i1nvL7yQmfldI/E0ReFdaJ2dkRtY20uVMvtSSAK8 MYJA== MIME-Version: 1.0 X-Received: by 10.229.171.196 with SMTP id i4mr38044922qcz.15.1405927215667; Mon, 21 Jul 2014 00:20:15 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.1.6 with HTTP; Mon, 21 Jul 2014 00:20:15 -0700 (PDT) In-Reply-To: References: <201407210448.s6L4m3te095783@svn.freebsd.org> Date: Mon, 21 Jul 2014 00:20:15 -0700 X-Google-Sender-Auth: U6j_prB14pl03WEiJcXAHwFEMas Message-ID: Subject: Re: svn commit: r268936 - head/share/man/man9 From: Adrian Chadd To: hiren panchasara Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head , svn-src-all , src-committers X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 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, 21 Jul 2014 07:20:17 -0000 I don't have any plans to MFC it but if someone wants to vet it for correctness on -10 then please do MFC it as appropriate. Thanks! -a On 21 July 2014 00:07, hiren panchasara wrote: > On Sun, Jul 20, 2014 at 9:48 PM, Adrian Chadd wrote: >> Author: adrian >> Date: Mon Jul 21 04:48:02 2014 >> New Revision: 268936 >> URL: http://svnweb.freebsd.org/changeset/base/268936 >> >> Log: >> Add the PCBGROUPS manpage. >> >> Thanks to wblock for helping me with this manpage. > > Thanks a lot. Any plans to mfc this? > > cheers, > Hiren