diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-03-26 20:20:58 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-03-26 20:20:58 +0000 |
commit | 8fda4ca9f71f2240def0f37f7c18b9aef814f51f (patch) | |
tree | 350a692001e7926dd3d6053cd0687ac5f3a15b95 | |
parent | b5bb387801f3c21ecfc301be09e66090598230a3 (diff) |
some minimalistic hppa/hpux additions
-rw-r--r-- | share/man/man8/compat_hpux.8 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/share/man/man8/compat_hpux.8 b/share/man/man8/compat_hpux.8 index d4bf336a516..bc1586f6890 100644 --- a/share/man/man8/compat_hpux.8 +++ b/share/man/man8/compat_hpux.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_hpux.8,v 1.6 2003/08/23 19:26:25 tedu Exp $ +.\" $OpenBSD: compat_hpux.8,v 1.7 2005/03/26 20:20:57 mickey Exp $ .\" $NetBSD: compat_hpux.8,v 1.2 2001/12/16 23:47:19 wiz Exp $ .\" from: compat_linux.8,v 1.23 2001/10/07 10:12:05 mbw Exp .\" @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd November 29, 2001 +.Dd March 26, 2005 .Dt COMPAT_HPUX 8 .Os .Sh NAME @@ -40,10 +40,11 @@ .Sh DESCRIPTION .Ox supports running HP-UX binaries. -This applies only to m68k systems (such as hp300 systems). -Most programs should work, such as Matlab 4.2c and the HP-UX X11R5 server. +This applies to m68k (such as hp300) and hppa systems. +Most programs should work, such as Matlab 4.2c and the HP-UX X11R5 server +on m68k platforms. Programs that will not work are fairly uncommon, and often involve very low -level hardware access. +level hardware access and that includes X11 server on hppa machines. .Pp The HP-UX compatibility feature is active for kernels compiled with the @@ -53,6 +54,8 @@ and options and the kern.emul.hpux .Xr sysctl 8 enabled. +.Nm COMPAT_M68K4K +option is only required for m68k platforms. HP-UX for m68k uses 4 KB page sizes, and .Ox for all m68k platforms now uses 8 KB page sizes. |