From owner-freebsd-doc@FreeBSD.ORG Tue May 27 02:35:33 2014 Return-Path: Delivered-To: freebsd-doc@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 ACB0D1B1 for ; Tue, 27 May 2014 02:35:33 +0000 (UTC) Received: from mail-oa0-x232.google.com (mail-oa0-x232.google.com [IPv6:2607:f8b0:4003:c02::232]) (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 78AB622D1 for ; Tue, 27 May 2014 02:35:33 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id i7so8902543oag.37 for ; Mon, 26 May 2014 19:35:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xzj+25Qs72LBII8vCd1l2wATJg5VK9LoInyDhfxvnfk=; b=i9jHsdPHCdTHiDMrbJfx3QNs1WI+6pHbLLv2rESkejW8keMm+lxdlJ1e2UvA5YQNex veN4sUi1N92pW/uBXlVF5babzrk+CCLji5Wsg9527eLbQ0OvSNlgh+8eVE7Rm2arEkIE S3xpGZLXWF2I3/XP6XKS8oKE81G+jLRn4711JoduQlE0xzQoXu6lzVUCx8+njb6ofps0 1bf9ggQMAvr+PJn5sCOinb7ylbWut1LvyafA9exKdouB9n+p5lyAY71I6KySnoCfyFVj +/Viy9r24UW6tHlKtz7IXhTmvFgl8HtDSLrocd9traj6B7FwuWDGfYhJJqAwttVzWdVC X5Pg== MIME-Version: 1.0 X-Received: by 10.182.24.230 with SMTP id x6mr7485917obf.75.1401158132845; Mon, 26 May 2014 19:35:32 -0700 (PDT) Received: by 10.76.23.130 with HTTP; Mon, 26 May 2014 19:35:32 -0700 (PDT) In-Reply-To: References: Date: Mon, 26 May 2014 22:35:32 -0400 Message-ID: Subject: Re: SR-IOV Patch Series 3/7: manual pages From: Ryan Stone To: Warren Block Content-Type: text/plain; charset=UTF-8 Cc: freebsd-doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2014 02:35:33 -0000 On Mon, May 26, 2014 at 10:27 PM, Warren Block wrote: > Have you tried phabricator.freebsd.org? It makes review of this type of > thing somewhat easier. (And I say that despite fighting with the user > interface today.) > > As an example, here is a man page revision I put up: > https://phabric.freebsd.org/D62 I tried playing with it a week or so ago. It seemed to want to combine all of my patches into a single review and mangle my commit messages. Also, I couldn't find a reasonable way to script it, which is kind of a must when uploading 21 patches for review. I'm aware of the arc command-line tool but it seems to require user input for some parts. I'll try fighting with it again and see if I can get it to do something reasonable.