diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2004-12-03 14:17:19 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2004-12-03 14:17:19 +0000 |
commit | ab06f09f681be239a66bdd167fb3085f195ec771 (patch) | |
tree | 3974732810b4dbb5c9fa51842680d916cf6a7708 /share | |
parent | b397a202d82d168bbcc43deb1106f1e652b893a8 (diff) |
option MACOBIOVERBOSE is only useful on macppc
ok miod@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 5356255e61d..37a80a4510d 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.153 2004/09/21 08:36:47 grange Exp $ +.\" $OpenBSD: options.4,v 1.154 2004/12/03 14:17:18 martin Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -589,7 +589,9 @@ Makes the boot process more verbose for EISA peripherals. .It Cd option PCMCIAVERBOSE Makes the boot process more verbose for PCMCIA peripherals. .It Cd option MACOBIOVERBOSE -Makes the boot process more verbose for Mac OBIO peripherals. +Makes the boot process more verbose for OBIO peripherals on the +.Va macppc +architecture. .It Cd option APERTURE Provide in-kernel support for controlling VGA framebuffer mapping and PCI configuration registers by user-processes |