diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-30 08:58:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-30 08:58:13 +0000 |
commit | 935fa89286b968b8719b409c33faeb7b78e8219e (patch) | |
tree | 6ef5d0b42ea987ba2fc1a16e17f2cbe258f7807b /share | |
parent | 29f98bbd408d4b2b126c372f6a676e35dbcb8e5e (diff) |
sort the supported devices list, and fix SEE ALSO;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.sgi/intro.4 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man4/man4.sgi/intro.4 b/share/man/man4/man4.sgi/intro.4 index 0d3eb2c4a48..e8dd740f8c6 100644 --- a/share/man/man4/man4.sgi/intro.4 +++ b/share/man/man4/man4.sgi/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.5 2005/04/30 01:11:19 deraadt Exp $ +.\" $OpenBSD: intro.4,v 1.6 2005/04/30 08:58:12 jmc Exp $ .\" $NetBSD: intro.4,v 1.8 2004/02/10 16:54:19 wiz Exp $ .\" .\" Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -115,6 +115,10 @@ Devices are indicated by their functional interface. Not all supported devices are listed. .Pp .Bl -tag -width 10n -offset indent -compact +.It Xr ahc 4 +Adaptec PCI SCSI host adapter driver +.It Xr com 4 +Serial communications interface .\" .It crime .\" found on the O2 .\" .It dsclock @@ -129,6 +133,8 @@ Not all supported devices are listed. .\" Indigo R4k/Indy/Indigo2 bus arbitrator .It Xr macebus 4 O2 main bus controller +.It Xr mavb 4 +Moosehead A/V Board audio driver .It Xr mec 4 O2 on-board MAC110 Ethernet .\" .It newport @@ -141,12 +147,6 @@ O2 on-board MAC110 Ethernet .\" SEEQ 8003/80C03 Ethernet .\" .It wdsc .\" WD33C93 SCSI interface -.It Xr ahc 4 -Adaptec PCI SCSI host adapter driver -.It Xr mavb 4 -Moosehead A/V Board audio driver -.It Xr com 4 -Serial communications interface .El .Pp PCI devices are supported through the @@ -155,16 +155,16 @@ bus and associated device drivers. .Sh SEE ALSO .Xr ahc 4 , .Xr autoconf 4 , -.Xr com , -.Xr config 8 +.Xr com 4 , .Xr macebus 4 , .Xr mavb 4 , -.Xr mec 4 +.Xr mec 4 , .\" .Xr crime 4 , .\" .Xr gio 4 , .\" .Xr hpc 4 , .\" .Xr imc 4 , .\" .Xr pic 4 , +.Xr config 8 .Sh HISTORY This .Tn sgi |