From owner-svn-src-head@FreeBSD.ORG Sat May 12 20:41:40 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3B98106566B; Sat, 12 May 2012 20:41:40 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B4FF78FC17; Sat, 12 May 2012 20:41:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4CKfe1K051468; Sat, 12 May 2012 20:41:40 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4CKfeYI051463; Sat, 12 May 2012 20:41:40 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205122041.q4CKfeYI051463@svn.freebsd.org> From: Glen Barber Date: Sat, 12 May 2012 20:41:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r235371 - head/share/man/man9 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 12 May 2012 20:41:41 -0000 Author: gjb (doc committer) Date: Sat May 12 20:41:40 2012 New Revision: 235371 URL: http://svn.freebsd.org/changeset/base/235371 Log: Fix mdoc(7) markup. Modified: head/share/man/man9/DECLARE_GEOM_CLASS.9 head/share/man/man9/namei.9 head/share/man/man9/usbdi.9 Modified: head/share/man/man9/DECLARE_GEOM_CLASS.9 ============================================================================== --- head/share/man/man9/DECLARE_GEOM_CLASS.9 Sat May 12 20:40:13 2012 (r235370) +++ head/share/man/man9/DECLARE_GEOM_CLASS.9 Sat May 12 20:41:40 2012 (r235371) @@ -49,7 +49,7 @@ modules GEOM classes and it is the only The arguments to .Fn DECLARE_GEOM_CLASS are: -.Bl -tag -offset indent +.Bl -tag -offset indent -width Fa .It Fa class The .Vt g_class Modified: head/share/man/man9/namei.9 ============================================================================== --- head/share/man/man9/namei.9 Sat May 12 20:40:13 2012 (r235370) +++ head/share/man/man9/namei.9 Sat May 12 20:41:40 2012 (r235371) @@ -316,7 +316,7 @@ If successful, .Fn namei will return 0, otherwise it will return an error. .Sh FILES -.Bl -tag +.Bl -tag -width Pa .It Pa src/sys/kern/vfs_lookup.c .El .Sh ERRORS Modified: head/share/man/man9/usbdi.9 ============================================================================== --- head/share/man/man9/usbdi.9 Sat May 12 20:40:13 2012 (r235370) +++ head/share/man/man9/usbdi.9 Sat May 12 20:41:40 2012 (r235371) @@ -435,7 +435,7 @@ The value of this field is given in mill device speed. . Depending on the endpoint type, this field has different meaning: -.Bl -tag +.Bl -tag -width "UE_ISOCHRONOUS" .It UE_INTERRUPT "0" use the default interrupt interval based on endpoint descriptor. "Else" use the given value for polling rate. @@ -461,7 +461,7 @@ timeout of 250ms will be used. .Fa frames field sets the maximum number of frames. If zero is specified it will yield the following results: -.Bl -tag +.Bl -tag -width "UE_INTERRUPT" .It UE_BULK xfer->nframes = 1; .It UE_INTERRUPT @@ -487,7 +487,7 @@ be used when setting up the given USB tr .Fa flags field has type "struct usb_xfer_flags" and allows one to set initial flags an USB transfer. Valid flags are: -.Bl -tag +.Bl -tag -width "force_short_xfer" .It force_short_xfer This flag forces the last transmitted USB packet to be short. A short packet has a length of less than "xfer->max_packet_size", which @@ -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 +.Bl -tag -width "1" .It 1 The failing USB transfer is stopped using "usbd_transfer_stop()". .It 2 @@ -574,7 +574,7 @@ flag can not be changed during operation . . .It stall_pipe -.Bl -tag +.Bl -tag -width "Device Side Mode" .It Device Side Mode Setting this flag will cause STALL pids to be sent to the endpoint belonging to this transfer before the transfer is started.