diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 1999-07-09 07:57:27 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 1999-07-09 07:57:27 +0000 |
commit | 1997378f884cdccf80df65a510d17ad49ac7d9cb (patch) | |
tree | f46a0053315000148e375987041e2e2d2095ed41 /share | |
parent | df9fd3badfb7feaf5595df8958d1f36e637865b6 (diff) |
clarify about /proc
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/compat_linux.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/compat_linux.8 b/share/man/man8/compat_linux.8 index ec40bca19e0..20ed206ff0e 100644 --- a/share/man/man8/compat_linux.8 +++ b/share/man/man8/compat_linux.8 @@ -40,9 +40,9 @@ OpenBSD supports running Linux binaries. This only applies to i386 systems for now. Both the a.out and ELF binary formats are supported. Most programs should work, including the ones that use the Linux SVGAlib. Additionally, OSS audio is emulated, so Linux bins can access the native audio -transparently. Programs that will not work include the Linux /proc filesystem -(which is different from the optional OpenBSD /proc filesystem), and -i386-specific calls, such as enabling virtual 8086 mode. +transparently. Programs that will not work include those that use the Linux +/proc filesystem (which is different from the optional OpenBSD /proc +filesystem), and i386-specific calls, such as enabling virtual 8086 mode. .Pp The Linux compatibility feature is active for kernels compiled with the |