From owner-svn-src-all@FreeBSD.ORG Thu Feb 20 17:10:53 2014 Return-Path: Delivered-To: svn-src-all@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 30AACFF9; Thu, 20 Feb 2014 17:10:53 +0000 (UTC) Received: from mail-oa0-x233.google.com (mail-oa0-x233.google.com [IPv6:2607:f8b0:4003:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C2BF11846; Thu, 20 Feb 2014 17:10:52 +0000 (UTC) Received: by mail-oa0-f51.google.com with SMTP id h16so2462758oag.10 for ; Thu, 20 Feb 2014 09:10:52 -0800 (PST) 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=d+QfTNrQxTuUZ4htWprqoCP7ES8k2xBVocCoFi9qhKo=; b=r8fjai1QM61bHsfYBiPEnVeZaS/2MYp80tkh389DiMmuKfRGMdPafxE9cMyPuTJn5+ 7fLMiZfFJMjRLB1Lbp8qiU25dqbZXAzeZfR/6q+XjkJSVk0+nEvAX65S89fmEfGyXeu8 hUl3XAK9ZYY+WyPuQSMTlkoDS7udq6OIWX6h/nhxonvXYL0Ar4aHe6J3C2r7t165q26m 4wc5qLUvIWcOENWk2n4ePKj5j1sZFZWivc4RoxLIroYVP7jLIv5wtrq6Lv+0wQXsUQDi fFuOVomNefIhoPg6cv0Tt1/qJD1lCTC8RydfFp44rd8RPu/VeDLRQNLQWsYXgeFZ+fV3 FIHA== MIME-Version: 1.0 X-Received: by 10.60.165.72 with SMTP id yw8mr2493301oeb.71.1392916252016; Thu, 20 Feb 2014 09:10:52 -0800 (PST) Received: by 10.182.92.36 with HTTP; Thu, 20 Feb 2014 09:10:51 -0800 (PST) In-Reply-To: <201402201635.s1KGZmnQ043003@svn.freebsd.org> References: <201402201635.s1KGZmnQ043003@svn.freebsd.org> Date: Thu, 20 Feb 2014 12:10:51 -0500 Message-ID: Subject: Re: svn commit: r262246 - head/share/man/man4 From: Benjamin Kaduk To: Christian Brueffer Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 20 Feb 2014 17:10:53 -0000 On Thu, Feb 20, 2014 at 11:35 AM, Christian Brueffer wrote: > Author: brueffer > Date: Thu Feb 20 16:35:48 2014 > New Revision: 262246 > URL: http://svnweb.freebsd.org/changeset/base/262246 > > Modified: head/share/man/man4/gpioiic.4 > > ============================================================================== > --- head/share/man/man4/gpioiic.4 Thu Feb 20 14:39:12 2014 > (r262245) > +++ head/share/man/man4/gpioiic.4 Thu Feb 20 16:35:48 2014 > (r262246) > To configure pin 0 and 7, use the bitmask of > 0b10000001 and convert it to a hexadecimal value of 0x0081. > Please note that this mask should only ever have two bits set > -(any others bits - i.e., pins - will be ignored). > +(any other bits - i.e., pins - will be ignored). > .It Va hint.gpioiic.%d.scl > Indicates which bit in the > .Va hint.gpioiic.%d.pins > I feel like we should have a better answer than this for em dashes from mdoc sources. From looking at mdoc(7), though, it seems like that better answer may just be "two hyphens". Alas. -Ben