Mon Mar 6 11:34:54 2017 UTC ()
Some minor edits:

	s/a on-board/an on-board/
	use "serial comma"
	s/bus/controller/
	add attribution for author of the manual page


(pgoyette)
diff -r1.1 -r1.2 src/share/man/man4/pxaip.4

cvs diff -r1.1 -r1.2 src/share/man/man4/pxaip.4 (expand / switch to unified diff)

--- src/share/man/man4/pxaip.4 2017/03/06 09:06:01 1.1
+++ src/share/man/man4/pxaip.4 2017/03/06 11:34:53 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: pxaip.4,v 1.1 2017/03/06 09:06:01 pgoyette Exp $ 1.\" $NetBSD: pxaip.4,v 1.2 2017/03/06 11:34:53 pgoyette Exp $
2.\" 2.\"
3.\" Copyright (c) 2017 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Steve Woodford. 7.\" by Steve Woodford.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -22,33 +22,33 @@ @@ -22,33 +22,33 @@
22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE. 28.\" POSSIBILITY OF SUCH DAMAGE.
29.\" 29.\"
30.Dd March 5, 2017 30.Dd March 5, 2017
31.Dt PXAIP 4 31.Dt PXAIP 4
32.Os 32.Os
33.Sh NAME 33.Sh NAME
34.Nm pxaip 34.Nm pxaip
35.Nd Intel Xscale PXA250/PXA270 Onboard Peripheral Bus 35.Nd Intel Xscale PXA250/PXA270 Onboard Peripheral Controller
36.Sh SYNOPSIS 36.Sh SYNOPSIS
37.Cd "pxaip0 at mainbus?" 37.Cd "pxaip0 at mainbus?"
38.Sh DESCRIPTION 38.Sh DESCRIPTION
39.Nm 39.Nm
40is a on-board peripheral bus found in XScale PXA250, PXA255, PXA270, PXA271 40is an on-board peripheral controller found in XScale PXA250, PXA255, PXA270,
41and PXA272 processors manufactured by Intel and Marvell Technology. 41PXA271, and PXA272 processors manufactured by Intel and Marvell Technology.
42Drivers are available for the following peripherals: 42Drivers are available for the following peripherals:
43.Bl -tag -width -pcdisplay -offset indent 43.Bl -tag -width -pcdisplay -offset indent
44.It com 44.It com
45NS16650-compatible serial ports. 45NS16650-compatible serial ports.
46.It gxiic 46.It gxiic
47Gumstix Inter IC controller. 47Gumstix Inter IC controller.
48.It gxio 48.It gxio
49Gumstix I/O interface. 49Gumstix I/O interface.
50.It lcd 50.It lcd
51LCD controller. 51LCD controller.
52.It obio 52.It obio
53Onboard I/O interface. 53Onboard I/O interface.
54.It ohci 54.It ohci
@@ -80,18 +80,21 @@ Sharp Zaurus keyboard. @@ -80,18 +80,21 @@ Sharp Zaurus keyboard.
80.It zrc 80.It zrc
81Sharp Zaurus remote controller. 81Sharp Zaurus remote controller.
82.El 82.El
83.Sh SEE ALSO 83.Sh SEE ALSO
84.Xr com 4 , 84.Xr com 4 ,
85.Xr ohci 4 , 85.Xr ohci 4 ,
86.Xr sm 4 86.Xr sm 4
87.Sh HISTORY 87.Sh HISTORY
88The 88The
89.Nm 89.Nm
90driver first appeared in 90driver first appeared in
91.Nx 2.0 . 91.Nx 2.0 .
92.Sh AUTHORS 92.Sh AUTHORS
 93.An -nosplit
93The 94The
94.Nm 95.Nm
95driver was written by 96driver was written by
96.An Steve Woodford 97.An Steve Woodford
97.Aq scw@NetBSD.org . 98.Aq scw@NetBSD.org .
 99This manual page was contributed by
 100.An Stephan Meisinger .