diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-04-09 07:14:24 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-04-09 07:14:24 +0000 |
commit | 9b1fe5fc1ac937b51295538f4b165a1d9fc9ac95 (patch) | |
tree | c6461a4d96f7af1694080600ef5db641bf8ac344 /share/man | |
parent | 6f2fdb9ba0804df4f105421d41cd208c8b2f1807 (diff) |
Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/compat_linux.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man8/compat_linux.8 b/share/man/man8/compat_linux.8 index 4daac347acd..d634f694288 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.14 2001/01/27 18:11:12 espie Exp $ +.\" $OpenBSD: compat_linux.8,v 1.15 2001/04/09 07:14:12 tholo Exp $ .\" $NetBSD: compat_linux.8,v 1.2 1995/10/16 20:17:59 fvdl Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -358,5 +358,12 @@ CD-ROM support requires a link to your cdrom device, similar to: /emul/linux/dev/cdrom -> /dev/cd0a (first scsi cdrom) .fi .Pp +.Ss File systems +.Pp +Many Linux binaries expect /proc to have procfs mounted on it. +Some binaries will require it to be mounted using the +.Fl o Ar linux +option. +.Pp .Sh BUGS The information about Linux distributions may become outdated. |