From owner-svn-src-head@FreeBSD.ORG Thu Jul 17 23:23:02 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 B0B67118; Thu, 17 Jul 2014 23:23:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EC722CE9; Thu, 17 Jul 2014 23:23:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6HNN2xg064908; Thu, 17 Jul 2014 23:23:02 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6HNN2iB064905; Thu, 17 Jul 2014 23:23:02 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201407172323.s6HNN2iB064905@svn.freebsd.org> From: Xin LI Date: Thu, 17 Jul 2014 23:23:02 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268818 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Thu, 17 Jul 2014 23:23:02 -0000 Author: delphij Date: Thu Jul 17 23:23:01 2014 New Revision: 268818 URL: http://svnweb.freebsd.org/changeset/base/268818 Log: Fix markups. Modified: head/share/man/man9/socket.9 head/share/man/man9/usbdi.9 Modified: head/share/man/man9/socket.9 ============================================================================== --- head/share/man/man9/socket.9 Thu Jul 17 23:14:47 2014 (r268817) +++ head/share/man/man9/socket.9 Thu Jul 17 23:23:01 2014 (r268818) @@ -391,7 +391,7 @@ If is .Pf non- Dv NULL , only the -.Pf uio_resid +.Fa uio_resid of .Fa uio is used. Modified: head/share/man/man9/usbdi.9 ============================================================================== --- head/share/man/man9/usbdi.9 Thu Jul 17 23:14:47 2014 (r268817) +++ head/share/man/man9/usbdi.9 Thu Jul 17 23:23:01 2014 (r268818) @@ -507,7 +507,7 @@ This flag causes a failing USB transfer queue except in the case of "xfer->error" equal to "USB_ERR_CANCELLED". No other USB transfers in the affected PIPE queue will be started until either: -.Bl -tag -width "1" +.Bl -tag -width "X" .It 1 The failing USB transfer is stopped using "usbd_transfer_stop()". .It 2