summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjasoni <jasoni@cvs.openbsd.org>2002-05-09 06:09:06 +0000
committerjasoni <jasoni@cvs.openbsd.org>2002-05-09 06:09:06 +0000
commitd5871487c5c2f940a231e913446c8ab780043a5c (patch)
tree25806b69acc364c5213d86f4a298794de9c82985
parentbd0d62614c4996393195e7e1560d2c898eda9b64 (diff)
- compat_linux is only supported on the i386
- mention use of elf2olf to fix binaries detected as svr4 - ok mpech@
-rw-r--r--share/man/man8/compat_linux.810
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man8/compat_linux.8 b/share/man/man8/compat_linux.8
index 49574694ede..9460223846c 100644
--- a/share/man/man8/compat_linux.8
+++ b/share/man/man8/compat_linux.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: compat_linux.8,v 1.21 2001/11/13 13:54:26 mpech Exp $
+.\" $OpenBSD: compat_linux.8,v 1.22 2002/05/09 06:09:05 jasoni Exp $
.\" $NetBSD: compat_linux.8,v 1.2 1995/10/16 20:17:59 fvdl Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -401,3 +401,11 @@ Some binaries will require it to be mounted using the
option.
.Sh BUGS
The information about Linux distributions may become outdated.
+.Pp
+Linux ELF binaries may be detected as svr4 binaries.
+This can usually be fixed with
+.Xr elf2olf 1
+by setting the OLF opsys tag to Linux (eg: elf2olf -o linux <linux_binary>).
+.Pp
+.Nm
+is currently only supported on the i386.