svn commit: r235591 - stable/9/share/man/man9
Glen Barber
gjb at FreeBSD.org
Fri May 18 02:13:19 UTC 2012
Author: gjb (doc committer)
Date: Fri May 18 02:13:19 2012
New Revision: 235591
URL: http://svn.freebsd.org/changeset/base/235591
Log:
MFC r235357,r235358,r235371,r235373,r235376:
Fix various mdoc(7) style nits.
Modified:
stable/9/share/man/man9/DB_COMMAND.9
stable/9/share/man/man9/DECLARE_GEOM_CLASS.9
stable/9/share/man/man9/bus_space.9
stable/9/share/man/man9/eventtimers.9
stable/9/share/man/man9/fail.9
stable/9/share/man/man9/namei.9
stable/9/share/man/man9/spl.9
stable/9/share/man/man9/usbdi.9
Directory Properties:
stable/9/share/man/man9/ (props changed)
Modified: stable/9/share/man/man9/DB_COMMAND.9
==============================================================================
--- stable/9/share/man/man9/DB_COMMAND.9 Fri May 18 02:06:34 2012 (r235590)
+++ stable/9/share/man/man9/DB_COMMAND.9 Fri May 18 02:13:19 2012 (r235591)
@@ -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/9/share/man/man9/DECLARE_GEOM_CLASS.9
==============================================================================
--- stable/9/share/man/man9/DECLARE_GEOM_CLASS.9 Fri May 18 02:06:34 2012 (r235590)
+++ stable/9/share/man/man9/DECLARE_GEOM_CLASS.9 Fri May 18 02:13:19 2012 (r235591)
@@ -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/9/share/man/man9/bus_space.9
==============================================================================
--- stable/9/share/man/man9/bus_space.9 Fri May 18 02:06:34 2012 (r235590)
+++ stable/9/share/man/man9/bus_space.9 Fri May 18 02:13:19 2012 (r235591)
@@ -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/9/share/man/man9/eventtimers.9
==============================================================================
--- stable/9/share/man/man9/eventtimers.9 Fri May 18 02:06:34 2012 (r235590)
+++ stable/9/share/man/man9/eventtimers.9 Fri May 18 02:13:19 2012 (r235591)
@@ -86,7 +86,7 @@ struct eventtimer {
Event timers are responsible for generating interrupts at specified time
or periodically, to run different time-based events.
Subsystem consists of three main parts:
-.Bl -tag
+.Bl -tag -width "Consumers"
.It Drivers
Manage hardware to generate requested time events.
.It Consumers
@@ -107,7 +107,7 @@ Driver API is built around eventtimer st
To register its functionality driver allocates that structure and calls
.Fn et_register .
Driver should fill following fields there:
-.Bl -tag
+.Bl -tag -width Va
.It Va et_name
Unique name of the event timer for management purposes.
.It Va et_flags
Modified: stable/9/share/man/man9/fail.9
==============================================================================
--- stable/9/share/man/man9/fail.9 Fri May 18 02:06:34 2012 (r235590)
+++ stable/9/share/man/man9/fail.9 Fri May 18 02:13:19 2012 (r235591)
@@ -167,7 +167,7 @@ The fail point term is only executed whe
matching p_pid.
.Pp
.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/9/share/man/man9/namei.9
==============================================================================
--- stable/9/share/man/man9/namei.9 Fri May 18 02:06:34 2012 (r235590)
+++ stable/9/share/man/man9/namei.9 Fri May 18 02:13:19 2012 (r235591)
@@ -320,7 +320,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: stable/9/share/man/man9/spl.9
==============================================================================
--- stable/9/share/man/man9/spl.9 Fri May 18 02:06:34 2012 (r235590)
+++ stable/9/share/man/man9/spl.9 Fri May 18 02:13:19 2012 (r235591)
@@ -112,8 +112,7 @@ The system automatically arranges for in
the
.Em xxx
group to be called at a priority >=
-.Ns spl Ns Em xxx
-\&().
+.Em spl Ns Fn xxx
.Pp
The function
.Fn splx
Modified: stable/9/share/man/man9/usbdi.9
==============================================================================
--- stable/9/share/man/man9/usbdi.9 Fri May 18 02:06:34 2012 (r235590)
+++ stable/9/share/man/man9/usbdi.9 Fri May 18 02:13:19 2012 (r235591)
@@ -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.
More information about the svn-src-stable-9
mailing list