Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Sort SEE ALSO, sort sections, some markup imp...
details: https://anonhg.NetBSD.org/src/rev/4ca01833d4ad
branches: trunk
changeset: 515318:4ca01833d4ad
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Sep 22 01:44:54 2001 +0000
description:
Sort SEE ALSO, sort sections, some markup improvements, some more common
section headers.
diffstat:
share/man/man4/ofisa.4 | 12 ++++--------
share/man/man4/ohci.4 | 3 +--
share/man/man4/opl.4 | 6 +++---
share/man/man4/options.4 | 6 +++---
share/man/man4/osiop.4 | 18 +++++++++---------
5 files changed, 20 insertions(+), 25 deletions(-)
diffs (173 lines):
diff -r b696903c21a5 -r 4ca01833d4ad share/man/man4/ofisa.4
--- a/share/man/man4/ofisa.4 Sat Sep 22 01:39:12 2001 +0000
+++ b/share/man/man4/ofisa.4 Sat Sep 22 01:44:54 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ofisa.4,v 1.2 2000/07/31 11:41:24 ad Exp $
+.\" $NetBSD: ofisa.4,v 1.3 2001/09/22 01:44:54 wiz Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Cd "ofisa* at mainbus0"
.Cd "XX* at ofisa?"
-.Sh INTRODUCTION
+.Sh DESCRIPTION
.Nx
includes a machine-independent
.Tn ISA
@@ -50,20 +50,17 @@
The
.Nm
bus uses Open Firmware to determine how to attach devices.
-.Pp
-.Sh SUPPORTED DEVICES
+.Sh HARDWARE
.Nx
includes machine-independent Open Firmware
.Tn ISA
drivers, sorted by device type and driver name:
-.Pp
.Ss Disk and tape controllers
.Bl -tag -width mmmm -offset indent
.It wdc
Standard Western Digital type hard drive controllers: MFM, RLL, ESDI,
and IDE/ATAPI.
.El
-.Pp
.Ss Serial and parallel interfaces
.Bl -tag -width mmmm -offset indent
.It com
@@ -73,7 +70,6 @@
.Tn ISA
parallel port interface.
.El
-.Pp
.Ss Network interfaces
.Bl -tag -width mmmm -offset indent
.It cs
@@ -93,10 +89,10 @@
Game (joystick) adapters.
.El
.Sh SEE ALSO
-.Xr intro 4 ,
.Xr com 4 ,
.Xr cs 4 ,
.Xr ess 4 ,
+.Xr intro 4 ,
.Xr isa 4 ,
.Xr joy 4 ,
.Xr lpt 4 ,
diff -r b696903c21a5 -r 4ca01833d4ad share/man/man4/ohci.4
--- a/share/man/man4/ohci.4 Sat Sep 22 01:39:12 2001 +0000
+++ b/share/man/man4/ohci.4 Sat Sep 22 01:44:54 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ohci.4,v 1.5 1999/11/23 01:47:34 augustss Exp $
+.\" $NetBSD: ohci.4,v 1.6 2001/09/22 01:44:54 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -44,7 +44,6 @@
.Cd "ohci* at cardbus? dev ? function ?"
.Cd "ohci* at pci? dev ? function ?"
.Cd "usb* at ohci?"
-.Pp
.Sh DESCRIPTION
The
.Nm
diff -r b696903c21a5 -r 4ca01833d4ad share/man/man4/opl.4
--- a/share/man/man4/opl.4 Sat Sep 22 01:39:12 2001 +0000
+++ b/share/man/man4/opl.4 Sat Sep 22 01:44:54 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: opl.4,v 1.14 2001/03/30 14:34:27 minoura Exp $
+.\" $NetBSD: opl.4,v 1.15 2001/09/22 01:44:55 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -64,8 +64,6 @@
.Nm
driver usually attaches to a sound card, but it can also sit
directly on the ISA bus.
-.Sh BUGS
-The OPL3 chip is operated in OPL2 mode despite being more capable.
.Sh SEE ALSO
.Xr eso 4 ,
.Xr ess 4 ,
@@ -82,3 +80,5 @@
.Nm
device driver appeared in
.Nx 1.4 .
+.Sh BUGS
+The OPL3 chip is operated in OPL2 mode despite being more capable.
diff -r b696903c21a5 -r 4ca01833d4ad share/man/man4/options.4
--- a/share/man/man4/options.4 Sat Sep 22 01:39:12 2001 +0000
+++ b/share/man/man4/options.4 Sat Sep 22 01:44:54 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.146 2001/09/04 04:21:35 wiz Exp $
+.\" $NetBSD: options.4,v 1.147 2001/09/22 01:44:55 wiz Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -1767,10 +1767,10 @@
.Xr mount_union 8 ,
.Xr mrouted 8 ,
.Xr newfs_lfs 8 ,
+.Xr ntpd 8 ,
.Xr quotaon 8 ,
.Xr rpc.rquotad 8 ,
-.Xr sysctl 8 ,
-.Xr ntpd 8
+.Xr sysctl 8
.Sh HISTORY
The
.Nm
diff -r b696903c21a5 -r 4ca01833d4ad share/man/man4/osiop.4
--- a/share/man/man4/osiop.4 Sat Sep 22 01:39:12 2001 +0000
+++ b/share/man/man4/osiop.4 Sat Sep 22 01:44:54 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: osiop.4,v 1.1 2001/05/12 14:06:30 tsutsui Exp $
+.\" $NetBSD: osiop.4,v 1.2 2001/09/22 01:44:55 wiz Exp $
.\"
.\" Copyright (c) 2001 Izumi Tsutsui. All rights reserved.
.\"
@@ -71,15 +71,15 @@
files:
.Pp
.Bl -tag -compact -width "bits 8-15:"
-.It bits 0-7:
+.It bits 0-7 :
disable disconnect/reselect for the corresponding
.Tn SCSI
target
-.It bits 8-15:
+.It bits 8-15 :
disable synchronous negotiation for
.Tn SCSI
target
-.It bits 16:
+.It bits 16 :
disable DMA interrupts
.El
.Pp
@@ -97,16 +97,16 @@
.\" .Tn DMA
.\" or synchronous data transfers are currently supported.
.Sh SEE ALSO
+.Xr cd 4 ,
+.Xr ch 4 ,
.Xr intro 4 ,
.Xr scsi 4 ,
-.Xr scsipi 9 ,
+.Xr sd 4 ,
.Xr siop 4 ,
-.Xr cd 4 ,
-.Xr ch 4 ,
-.Xr sd 4 ,
.Xr ss 4 ,
.Xr st 4 ,
-.Xr uk 4
+.Xr uk 4 ,
+.Xr scsipi 9
.Pp
.Pa http://www.lsilogic.com/techlib/techdocs/storage_stand_prod/
.Sh HISTORY
Home |
Main Index |
Thread Index |
Old Index