diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-06 08:56:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-06 08:56:13 +0000 |
commit | f11333b75e00e75d432f43a61cded51f7c75a9d7 (patch) | |
tree | 74d7c7669288a81475272114246f61629da967c2 /share/man/man8/compat_linux.8 | |
parent | 22f9e05af0fd8d4f6850afdc2025b10f969c1400 (diff) |
some typos from Leandro Costa, and a couple from myself.
Diffstat (limited to 'share/man/man8/compat_linux.8')
-rw-r--r-- | share/man/man8/compat_linux.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man8/compat_linux.8 b/share/man/man8/compat_linux.8 index 409ebe64d66..b65c7771792 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.26 2003/04/18 04:27:27 millert Exp $ +.\" $OpenBSD: compat_linux.8,v 1.27 2003/05/06 08:56:12 jmc Exp $ .\" $NetBSD: compat_linux.8,v 1.2 1995/10/16 20:17:59 fvdl Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -47,7 +47,7 @@ native audio transparently. Programs that will not work include those that use the Linux .Pa /proc filesystem -(which is different from the optional +(which is different from the optional .Ox .Pa /proc filesystem), and i386-specific calls, such as enabling virtual 8086 mode. @@ -403,7 +403,7 @@ Only the DSP device is emulated, the following link should be created: CD-ROM support requires a link to the cdrom device, similar to: .Pp .nf -/emul/linux/dev/cdrom -> /dev/cd0a (first scsi cdrom) +/emul/linux/dev/cdrom -> /dev/cd0a (first SCSI CD-ROM) .fi .Ss File systems Many Linux binaries expect @@ -415,7 +415,7 @@ option. .Sh BUGS The information about Linux distributions may become outdated. .Pp -Linux ELF binaries may be detected as svr4 binaries. +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>). |