Tue Jun 7 20:22:56 2011 UTC ()
Whitespace fix and sort SEE ALSO.


(wiz)
diff -r1.17 -r1.18 src/share/man/man4/com.4
diff -r1.13 -r1.14 src/share/man/man4/zstty.4

cvs diff -r1.17 -r1.18 src/share/man/man4/com.4 (expand / switch to unified diff)

--- src/share/man/man4/com.4 2011/06/07 18:02:35 1.17
+++ src/share/man/man4/com.4 2011/06/07 20:22:56 1.18
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: com.4,v 1.17 2011/06/07 18:02:35 fair Exp $ 1.\" $NetBSD: com.4,v 1.18 2011/06/07 20:22:56 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991 The Regents of the University of California. 3.\" Copyright (c) 1990, 1991 The Regents of the University of California.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to Berkeley by 6.\" This code is derived from software contributed to Berkeley by
7.\" the Systems Programming Group of the University of Utah Computer 7.\" the Systems Programming Group of the University of Utah Computer
8.\" Science Department. 8.\" Science Department.
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
@@ -91,27 +91,27 @@ of 115200. @@ -91,27 +91,27 @@ of 115200.
91.Pp 91.Pp
92The ttyXX devices are traditional dial-in devices; the dtyXX devices are 92The ttyXX devices are traditional dial-in devices; the dtyXX devices are
93used for dial-out. 93used for dial-out.
94(See 94(See
95.Xr tty 4 . ) 95.Xr tty 4 . )
96.Pp 96.Pp
97.Cd options COM_HAYESP 97.Cd options COM_HAYESP
98adds support for the Hayes ESP serial board. 98adds support for the Hayes ESP serial board.
99.Pp 99.Pp
100.Cd options PPS_SYNC 100.Cd options PPS_SYNC
101enables code to use the Data Carrier Detect (DCD) signal line for attachment 101enables code to use the Data Carrier Detect (DCD) signal line for attachment
102to an external precision clock source 102to an external precision clock source
103.Po 103.Po
104e.g.,  104e.g.,
105.Tn GPS , 105.Tn GPS ,
106.Tn CDMA 106.Tn CDMA
107.Pc 107.Pc
108which generates a Pulse Per Second (PPS) signal. 108which generates a Pulse Per Second (PPS) signal.
109This is used by 109This is used by
110.Xr ntpd 8 110.Xr ntpd 8
111to discipline the system clock, and more accurately count/measure time. 111to discipline the system clock, and more accurately count/measure time.
112See 112See
113.Xr options 4 113.Xr options 4
114for more discussion. 114for more discussion.
115.Pp 115.Pp
116With 116With
117.Cd options RND_COM 117.Cd options RND_COM
@@ -150,35 +150,35 @@ The input @@ -150,35 +150,35 @@ The input
150has overflowed and incoming data has been lost. 150has overflowed and incoming data has been lost.
151.It com%d: weird interrupt: iir=%x 151.It com%d: weird interrupt: iir=%x
152The device has generated an unexpected interrupt 152The device has generated an unexpected interrupt
153with the code listed. 153with the code listed.
154.El 154.El
155.Sh SEE ALSO 155.Sh SEE ALSO
156.Xr acpi 4 , 156.Xr acpi 4 ,
157.Xr ast 4 , 157.Xr ast 4 ,
158.Xr cardbus 4 , 158.Xr cardbus 4 ,
159.Xr isa 4 , 159.Xr isa 4 ,
160.Xr isapnp 4 , 160.Xr isapnp 4 ,
161.Xr mca 4 , 161.Xr mca 4 ,
162.Xr mhzc 4 , 162.Xr mhzc 4 ,
163.Xr ntpd 8 , 
164.Xr ofisa 4 , 163.Xr ofisa 4 ,
165.Xr options 4 , 164.Xr options 4 ,
166.Xr pcmcia 4 , 165.Xr pcmcia 4 ,
167.Xr pcmcom 4 , 166.Xr pcmcom 4 ,
168.Xr pnpbios 4 , 167.Xr pnpbios 4 ,
169.Xr puc 4 , 168.Xr puc 4 ,
170.Xr rtfps 4 , 169.Xr rtfps 4 ,
171.Xr tty 4 , 170.Xr tty 4 ,
172.Xr xirc 4 171.Xr xirc 4 ,
 172.Xr ntpd 8
173.Sh HISTORY 173.Sh HISTORY
174The 174The
175.Nm 175.Nm
176driver was originally derived from the HP9000/300 176driver was originally derived from the HP9000/300
177.Ic dca 177.Ic dca
178driver. 178driver.
179.Sh BUGS 179.Sh BUGS
180Data loss is possible on busy systems with unbuffered UARTs at high speed. 180Data loss is possible on busy systems with unbuffered UARTs at high speed.
181.Pp 181.Pp
182The name of this driver and the constants which define the locations 182The name of this driver and the constants which define the locations
183of the various serial ports are holdovers from 183of the various serial ports are holdovers from
184.Tn DOS . 184.Tn DOS .

cvs diff -r1.13 -r1.14 src/share/man/man4/zstty.4 (expand / switch to unified diff)

--- src/share/man/man4/zstty.4 2011/06/07 18:02:35 1.13
+++ src/share/man/man4/zstty.4 2011/06/07 20:22:56 1.14
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: zstty.4,v 1.13 2011/06/07 18:02:35 fair Exp $ 1.\" $NetBSD: zstty.4,v 1.14 2011/06/07 20:22:56 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1997 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1997 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 Gordon W. Ross. 7.\" by Gordon W. Ross.
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
@@ -142,27 +142,27 @@ support for @@ -142,27 +142,27 @@ support for
142.Tn Zilog 142.Tn Zilog
1438530 Dual 1438530 Dual
144.Tn UART 144.Tn UART
145chips. 145chips.
146.Pp 146.Pp
147Input and output for each line may set to any baud rate in the 147Input and output for each line may set to any baud rate in the
148range 50 to 38400 (and higher on some machines). 148range 50 to 38400 (and higher on some machines).
149.Pp 149.Pp
150The 150The
151.Em PPS_SYNC 151.Em PPS_SYNC
152option enables code to use the Data Carrier Detect (DCD) signal line for attachment 152option enables code to use the Data Carrier Detect (DCD) signal line for attachment
153to an external precision clock source 153to an external precision clock source
154.Po 154.Po
155e.g.,  155e.g.,
156.Tn GPS , 156.Tn GPS ,
157.Tn CDMA 157.Tn CDMA
158.Pc 158.Pc
159which generates a Pulse Per Second (PPS) signal. 159which generates a Pulse Per Second (PPS) signal.
160This is used by 160This is used by
161.Xr ntpd 8 161.Xr ntpd 8
162to discipline the system clock, and more accurately count/measure time. 162to discipline the system clock, and more accurately count/measure time.
163See 163See
164.Xr options 4 164.Xr options 4
165for more discussion. 165for more discussion.
166.Sh FILES 166.Sh FILES
167.Ss alpha 167.Ss alpha
168.Bl -tag -width Pa 168.Bl -tag -width Pa
@@ -185,30 +185,30 @@ This generally means the machine is not  @@ -185,30 +185,30 @@ This generally means the machine is not
185interrupts from the ZS chip fast enough, which can be 185interrupts from the ZS chip fast enough, which can be
186remedied only by using a lower baud rate. 186remedied only by using a lower baud rate.
187.It zs0*: ring overflow 187.It zs0*: ring overflow
188.br 188.br
189The software input 189The software input
190.Qq ring 190.Qq ring
191has overflowed. 191has overflowed.
192This usually means input flow-control is not configured correctly 192This usually means input flow-control is not configured correctly
193.Pq i.e. incorrect cable wiring . 193.Pq i.e. incorrect cable wiring .
194.El 194.El
195.Sh SEE ALSO 195.Sh SEE ALSO
196.Xr kbd 4 , 196.Xr kbd 4 ,
197.Xr ms 4 , 197.Xr ms 4 ,
198.Xr ntpd 8 , 
199.Xr options 4 , 198.Xr options 4 ,
200.Xr scc 4 , 199.Xr scc 4 ,
201.Xr tty 4 200.Xr tty 4 ,
 201.Xr ntpd 8
202.Sh HISTORY 202.Sh HISTORY
203The 203The
204.Nm 204.Nm
205driver was derived from the 205driver was derived from the
206.Nm sparc 206.Nm sparc
207.Nm zs 207.Nm zs
208driver supplied with 208driver supplied with
209.Bx 4.4 209.Bx 4.4
210.Ux . 210.Ux .
211.Sh CAVEATS 211.Sh CAVEATS
212.Pa /dev/ttyB1 212.Pa /dev/ttyB1
213on alpha is created by 213on alpha is created by
214.Xr MAKEDEV 8 214.Xr MAKEDEV 8