diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 22:11:50 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 22:11:50 +0000 |
commit | e9cc3a179c4f7045fe2e3a43640a90d9205d1afd (patch) | |
tree | 5bdfb79fe73915dac21f96f5b38df271a6d682f4 /share/man/man4/man4.i386 | |
parent | 194b41c905c1e28097d05b6cbbf93a9cd1398fe9 (diff) |
autoconf(4) cleanup:
- remove blatant lies (missing diagnostics, unconfigured devices never
detected even on pci or such busses...)
- .Tn UNIX -> .Ox
- xref boot_`arch`(8) rather than boot(8) when boot(8) does not exist
- vague attempt to harmonize common texts
ok deraadt@
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r-- | share/man/man4/man4.i386/autoconf.4 | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/share/man/man4/man4.i386/autoconf.4 b/share/man/man4/man4.i386/autoconf.4 index 5bed3212d4b..0d8d852809a 100644 --- a/share/man/man4/man4.i386/autoconf.4 +++ b/share/man/man4/man4.i386/autoconf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: autoconf.4,v 1.5 2000/07/05 13:46:52 aaron Exp $ +.\" $OpenBSD: autoconf.4,v 1.6 2002/09/26 22:11:49 miod Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou .\" All rights reserved. @@ -45,20 +45,8 @@ This procedure is driven by a system configuration table which is processed by .Xr config 8 and compiled into each kernel. Devices which exist in the machine but are not configured into the -kernel are not detected. -.Sh DIAGNOSTICS -.Bl -diag -.It CPU class not configured. -You tried to boot -.Ox -on a class of -.Tn CPU -type which it doesn't -(or at least this compiled version of -.Ox -doesn't) understand. -.El +kernel are usually not detected. .Sh SEE ALSO .Xr intro 4 , -.Xr boot 8 , +.Xr boot_i386 8 , .Xr config 8 |