diff options
author | 2004-11-29 15:03:56 +0000 | |
---|---|---|
committer | 2004-11-29 15:03:56 +0000 | |
commit | 290ec6818bf3e28f9e0336a425d86663f3e4fe99 (patch) | |
tree | 6ecffd68554dab16f5436f7af09b282966079c7b | |
parent | Oops, sorting buglet (diff) | |
download | wireguard-openbsd-290ec6818bf3e28f9e0336a425d86663f3e4fe99.tar.xz wireguard-openbsd-290ec6818bf3e28f9e0336a425d86663f3e4fe99.zip |
Do not Xr boot_config anymore.
-rw-r--r-- | share/man/man4/man4.sparc/tvtwo.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/zx.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/zx.4 | 6 |
3 files changed, 6 insertions, 12 deletions
diff --git a/share/man/man4/man4.sparc/tvtwo.4 b/share/man/man4/man4.sparc/tvtwo.4 index cde00d93616..8d08cddea88 100644 --- a/share/man/man4/man4.sparc/tvtwo.4 +++ b/share/man/man4/man4.sparc/tvtwo.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tvtwo.4,v 1.9 2004/09/30 19:59:27 mickey Exp $ +.\" $OpenBSD: tvtwo.4,v 1.10 2004/11/29 15:03:56 miod Exp $ .\" Copyright (c) 2003 Miodrag Vallat. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -66,9 +66,7 @@ interface. .Xr vigra 4 , .Xr wscons 4 , .Xr wsdisplay 4 , -.Xr zx 4 , -.Xr boot_config 8 , -.Xr config 8 +.Xr zx 4 .Sh CAVEATS This driver does not support any acceleration features at the moment. Thus, vertical scrolling in console mode is abysmally slow in 24 bit mode. diff --git a/share/man/man4/man4.sparc/zx.4 b/share/man/man4/man4.sparc/zx.4 index 650edc7ec68..6cdae7952e3 100644 --- a/share/man/man4/man4.sparc/zx.4 +++ b/share/man/man4/man4.sparc/zx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zx.4,v 1.11 2004/09/30 19:59:27 mickey Exp $ +.\" $OpenBSD: zx.4,v 1.12 2004/11/29 15:03:56 miod Exp $ .\" Copyright (c) 2003 Miodrag Vallat. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -109,9 +109,7 @@ The selected resolutions are: .Xr tvtwo 4 , .Xr vigra 4 , .Xr wscons 4 , -.Xr wsdisplay 4 , -.Xr boot_config 8 , -.Xr config 8 +.Xr wsdisplay 4 .Sh CAVEATS The ZX and TurboZX cards will not function in a sun4c class machine or in an SBus expansion box, due to PROM limitations. diff --git a/share/man/man4/man4.sparc64/zx.4 b/share/man/man4/man4.sparc64/zx.4 index 1774b8d632f..834d46c18f1 100644 --- a/share/man/man4/man4.sparc64/zx.4 +++ b/share/man/man4/man4.sparc64/zx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zx.4,v 1.5 2004/09/30 19:59:28 mickey Exp $ +.\" $OpenBSD: zx.4,v 1.6 2004/11/29 15:03:58 miod Exp $ .\" Copyright (c) 2003 Miodrag Vallat. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -101,9 +101,7 @@ The selected resolutions are: .Xr sbus 4 , .Xr vgafb 4 , .Xr wscons 4 , -.Xr wsdisplay 4 , -.Xr boot_config 8 , -.Xr config 8 +.Xr wsdisplay 4 .Sh CAVEATS .\" The ZX and TurboZX cards will not function .\" in an SBus expansion box, due to PROM limitations. |