Module Name:    src
Committed By:   mbalmer
Date:           Sat Aug  1 15:52:55 UTC 2009

Modified Files:
        src/share/man/man4: gpio.4

Log Message:
Sprinkle a few .Pps.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/man/man4/gpio.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/gpio.4
diff -u src/share/man/man4/gpio.4:1.11 src/share/man/man4/gpio.4:1.12
--- src/share/man/man4/gpio.4:1.11	Sat Aug  1 13:17:30 2009
+++ src/share/man/man4/gpio.4	Sat Aug  1 15:52:55 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpio.4,v 1.11 2009/08/01 13:17:30 mbalmer Exp $
+.\" $NetBSD: gpio.4,v 1.12 2009/08/01 15:52:55 mbalmer Exp $
 .\"	$OpenBSD: gpio.4,v 1.5 2004/11/23 09:39:29 reyk Exp $
 .\"
 .\" Copyright (c) 2004 Alexander Yurchenko <[email protected]>
@@ -172,6 +172,7 @@
 .It Dv GPIOUNSET (struct gpio_set)
 Unset the specified pin, i.e. clear its name and make it unaccessible
 at securelevels greater than 0.
+.Pp
 .It Dv GPIOATTACH (struct gpio_attach)
 Attach the device described in the
 .Fa gpio_attach
@@ -183,6 +184,7 @@
         u_int32_t ga_mask;      /* binary mask */
 };
 .Ed
+.Pp
 .It Dv GPIODETACH (struct gpio_attach)
 Detach a device from this gpio device that was previously attached using the
 .Dv GPIOATTACH

Reply via email to