From owner-svn-src-stable-8@FreeBSD.ORG Fri May 18 02:14:09 2012 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9CA50106566C; Fri, 18 May 2012 02:14:09 +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 875FB8FC1D; Fri, 18 May 2012 02:14:09 +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 q4I2E9XQ029455; Fri, 18 May 2012 02:14:09 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4I2E9SP029449; Fri, 18 May 2012 02:14:09 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205180214.q4I2E9SP029449@svn.freebsd.org> From: Glen Barber Date: Fri, 18 May 2012 02:14:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r235592 - stable/8/share/man/man9 X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 02:14:09 -0000 Author: gjb (doc committer) Date: Fri May 18 02:14:08 2012 New Revision: 235592 URL: http://svn.freebsd.org/changeset/base/235592 Log: MFC r235357,r235358,r235371,r235373,r235376: Fix various mdoc(7) style nits. Modified: stable/8/share/man/man9/DB_COMMAND.9 stable/8/share/man/man9/DECLARE_GEOM_CLASS.9 stable/8/share/man/man9/bus_space.9 stable/8/share/man/man9/fail.9 stable/8/share/man/man9/usbdi.9 Directory Properties: stable/8/share/man/man9/ (props changed) Modified: stable/8/share/man/man9/DB_COMMAND.9 ============================================================================== --- stable/8/share/man/man9/DB_COMMAND.9 Fri May 18 02:13:19 2012 (r235591) +++ stable/8/share/man/man9/DB_COMMAND.9 Fri May 18 02:14:08 2012 (r235592) @@ -72,7 +72,7 @@ The general command syntax: .Ar address Ns Op Li , Ns Ar count , translates into the following parameters for .Fa command_function : -.Bl -tag +.Bl -tag -width Fa -offset indent .It Fa addr The address passed to the command as an argument. .It Fa have_addr Modified: stable/8/share/man/man9/DECLARE_GEOM_CLASS.9 ============================================================================== --- stable/8/share/man/man9/DECLARE_GEOM_CLASS.9 Fri May 18 02:13:19 2012 (r235591) +++ stable/8/share/man/man9/DECLARE_GEOM_CLASS.9 Fri May 18 02:14:08 2012 (r235592) @@ -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: stable/8/share/man/man9/bus_space.9 ============================================================================== --- stable/8/share/man/man9/bus_space.9 Fri May 18 02:13:19 2012 (r235591) +++ stable/8/share/man/man9/bus_space.9 Fri May 18 02:14:08 2012 (r235592) @@ -1610,7 +1610,7 @@ Access to these types of memory regions .Fn bus_space_*_stream_N functions. .Pp -.Bl -tag -compact +.Bl -tag -compact -width Fn .It Fn bus_space_read_stream_1 .It Fn bus_space_read_stream_2 .It Fn bus_space_read_stream_4 Modified: stable/8/share/man/man9/fail.9 ============================================================================== --- stable/8/share/man/man9/fail.9 Fri May 18 02:13:19 2012 (r235591) +++ stable/8/share/man/man9/fail.9 Fri May 18 02:14:08 2012 (r235592) @@ -163,7 +163,7 @@ are the only types that cascade. A return() term only cascades if the code executes, and a print() term only cascades when passed a non-zero argument. .Sh EXAMPLES -.Bl -tag +.Bl -tag -width Sy .It Sy sysctl debug.fail_point.foobar="2.1%return(5)" 21/1000ths of the time, execute .Fa code Modified: stable/8/share/man/man9/usbdi.9 ============================================================================== --- stable/8/share/man/man9/usbdi.9 Fri May 18 02:13:19 2012 (r235591) +++ stable/8/share/man/man9/usbdi.9 Fri May 18 02:14:08 2012 (r235592) @@ -436,7 +436,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. @@ -462,7 +462,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 @@ -488,7 +488,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 @@ -508,7 +508,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 @@ -575,7 +575,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.