Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2014 23:23:02 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r268818 - head/share/man/man9
Message-ID:  <201407172323.s6HNN2iB064905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407172323.s6HNN2iB064905>