Fix mdoc(7) markup.

This commit is contained in:
Glen Barber 2012-05-12 20:41:40 +00:00
parent 22814a7515
commit e525498959
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235371
3 changed files with 7 additions and 7 deletions

View File

@ -49,7 +49,7 @@ modules GEOM classes and it is the only official way for class registration.
The arguments to The arguments to
.Fn DECLARE_GEOM_CLASS .Fn DECLARE_GEOM_CLASS
are: are:
.Bl -tag -offset indent .Bl -tag -offset indent -width Fa
.It Fa class .It Fa class
The The
.Vt g_class .Vt g_class

View File

@ -316,7 +316,7 @@ If successful,
.Fn namei .Fn namei
will return 0, otherwise it will return an error. will return 0, otherwise it will return an error.
.Sh FILES .Sh FILES
.Bl -tag .Bl -tag -width Pa
.It Pa src/sys/kern/vfs_lookup.c .It Pa src/sys/kern/vfs_lookup.c
.El .El
.Sh ERRORS .Sh ERRORS

View File

@ -435,7 +435,7 @@ The value of this field is given in milliseconds and is independent of
device speed. device speed.
. .
Depending on the endpoint type, this field has different meaning: Depending on the endpoint type, this field has different meaning:
.Bl -tag .Bl -tag -width "UE_ISOCHRONOUS"
.It UE_INTERRUPT .It UE_INTERRUPT
"0" use the default interrupt interval based on endpoint descriptor. "0" use the default interrupt interval based on endpoint descriptor.
"Else" use the given value for polling rate. "Else" use the given value for polling rate.
@ -461,7 +461,7 @@ timeout of 250ms will be used.
.Fa frames .Fa frames
field sets the maximum number of frames. If zero is specified it will field sets the maximum number of frames. If zero is specified it will
yield the following results: yield the following results:
.Bl -tag .Bl -tag -width "UE_INTERRUPT"
.It UE_BULK .It UE_BULK
xfer->nframes = 1; xfer->nframes = 1;
.It UE_INTERRUPT .It UE_INTERRUPT
@ -487,7 +487,7 @@ be used when setting up the given USB transfer.
.Fa flags .Fa flags
field has type "struct usb_xfer_flags" and allows one to set initial field has type "struct usb_xfer_flags" and allows one to set initial
flags an USB transfer. Valid flags are: flags an USB transfer. Valid flags are:
.Bl -tag .Bl -tag -width "force_short_xfer"
.It force_short_xfer .It force_short_xfer
This flag forces the last transmitted USB packet to be short. A short 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 packet has a length of less than "xfer->max_packet_size", which
@ -507,7 +507,7 @@ This flag causes a failing USB transfer to remain first in the PIPE
queue except in the case of "xfer->error" equal to queue except in the case of "xfer->error" equal to
"USB_ERR_CANCELLED". No other USB transfers in the affected PIPE queue "USB_ERR_CANCELLED". No other USB transfers in the affected PIPE queue
will be started until either: will be started until either:
.Bl -tag .Bl -tag -width "1"
.It 1 .It 1
The failing USB transfer is stopped using "usbd_transfer_stop()". The failing USB transfer is stopped using "usbd_transfer_stop()".
.It 2 .It 2
@ -574,7 +574,7 @@ flag can not be changed during operation.
. .
. .
.It stall_pipe .It stall_pipe
.Bl -tag .Bl -tag -width "Device Side Mode"
.It Device Side Mode .It Device Side Mode
Setting this flag will cause STALL pids to be sent to the endpoint Setting this flag will cause STALL pids to be sent to the endpoint
belonging to this transfer before the transfer is started. belonging to this transfer before the transfer is started.