From c6d6c060d86ea6ca21fbe7a9c5b72e116fca8d6c Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 12 Mar 2009 12:48:56 +0000 Subject: [PATCH] Replace vertical space with paragraph breaks. --- share/man/man9/isa.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/isa.9 b/share/man/man9/isa.9 index 7b5128644338..cf85510ede09 100644 --- a/share/man/man9/isa.9 +++ b/share/man/man9/isa.9 @@ -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. .\" All rights reserved. @@ -194,7 +194,7 @@ Level-triggered interrupt. .It IST_PULSE Pulse-triggered interrupt. .El -.sp +.Pp .Fn isa_intr_establish returns an opaque handle to an event descriptor if it succeeds, and returns NULL on failure. @@ -341,7 +341,7 @@ Transfer buffer continuously in loop until notified to stop. .It DMAMODE_LOOPDEMAND Transfer buffer continuously in loop and demand mode. .El -.sp +.Pp The argument .Fa bf is the bus-space flags.