Replace vertical space with paragraph breaks.

This commit is contained in:
joerg 2009-03-12 12:48:56 +00:00
parent 43e5aad940
commit c6d6c060d8

View File

@ -1,4 +1,4 @@
.\" $NetBSD: isa.9,v 1.17 2008/04/30 13:10:58 martin Exp $ .\" $NetBSD: isa.9,v 1.18 2009/03/12 12:48:56 joerg Exp $
.\" .\"
.\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc. .\" Copyright (c) 2001, 2005, 2006 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -194,7 +194,7 @@ Level-triggered interrupt.
.It IST_PULSE .It IST_PULSE
Pulse-triggered interrupt. Pulse-triggered interrupt.
.El .El
.sp .Pp
.Fn isa_intr_establish .Fn isa_intr_establish
returns an opaque handle to an event descriptor if it succeeds, and returns an opaque handle to an event descriptor if it succeeds, and
returns NULL on failure. returns NULL on failure.
@ -341,7 +341,7 @@ Transfer buffer continuously in loop until notified to stop.
.It DMAMODE_LOOPDEMAND .It DMAMODE_LOOPDEMAND
Transfer buffer continuously in loop and demand mode. Transfer buffer continuously in loop and demand mode.
.El .El
.sp .Pp
The argument The argument
.Fa bf .Fa bf
is the bus-space flags. is the bus-space flags.