Module Name: src
Committed By: wiz
Date: Mon Jun 19 09:49:07 UTC 2017
Modified Files:
src/share/man/man4: pxagpio.4
Log Message:
Add RCS Id. Use serial comma. Improve wording.
New sentence, new line.
Use more markup.
Remove xr to itself.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/pxagpio.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/pxagpio.4
diff -u src/share/man/man4/pxagpio.4:1.1 src/share/man/man4/pxagpio.4:1.2
--- src/share/man/man4/pxagpio.4:1.1 Fri Jun 16 22:39:34 2017
+++ src/share/man/man4/pxagpio.4 Mon Jun 19 09:49:07 2017
@@ -1,3 +1,4 @@
+.\" $NetBSD: pxagpio.4,v 1.2 2017/06/19 09:49:07 wiz Exp $
.\"
.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -38,23 +39,27 @@
.Sh DESCRIPTION
.Nm
is an on-board GPIO controller found in XScale PXA250, PXA255, PXA270,
-PXA271, PXA272 and PXA273 processors manufactured by Intel and Marvell
+PXA271, PXA272, and PXA273 processors manufactured by Intel and Marvell
Technology.
-The driver does support either 86 pins for PXA250 and 121 pins for PXA270
-processor family.
+The driver does support 86 pins for PXA250 and 121 pins for PXA270
+processor families.
Access to the pins is provided by the
.Xr gpio 4
-interface. The driver does support GPIO_PIN_INPUT and GPIO_PIN_OUTPUT.
+interface.
+The driver does support
+.Dv GPIO_PIN_INPUT
+and
+.Dv GPIO_PIN_OUTPUT .
GPIO pins being used in alternate configurations are not available
for GPIO operations.
.Sh SEE ALSO
-.Xr gpio 4 ,
-.Xr pxagpio 4
+.Xr gpio 4
.Sh HISTORY
The
.Nm
driver first appeared in
-.Nx 2.0 . GPIO attachment appeared in
+.Nx 2.0 .
+GPIO attachment appeared in
.Nx 8.0 .
.Sh AUTHORS
.An -nosplit