Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Add RCS Id. Use serial comma. Improve wording.



details:   https://anonhg.NetBSD.org/src/rev/8ff8254e2930
branches:  trunk
changeset: 824804:8ff8254e2930
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jun 19 09:49:07 2017 +0000

description:
Add RCS Id. Use serial comma. Improve wording.
New sentence, new line.
Use more markup.
Remove xr to itself.

diffstat:

 share/man/man4/pxagpio.4 |  19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r eb93974c29e6 -r 8ff8254e2930 share/man/man4/pxagpio.4
--- a/share/man/man4/pxagpio.4  Mon Jun 19 09:46:33 2017 +0000
+++ b/share/man/man4/pxagpio.4  Mon Jun 19 09:49:07 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index