diff options
| author | nia <nia@NetBSD.org> | 2021-09-26 11:22:29 +0000 |
|---|---|---|
| committer | nia <nia@NetBSD.org> | 2021-09-26 11:22:29 +0000 |
| commit | e2a2249af1f87f2b93a2ea790e2b9ee956820acc (patch) | |
| tree | 77413cb841bbd89ad4d11989656726fd85aca77d | |
| parent | abd4a46d5f9e6c19c71e63d435c5d918a860f0e8 (diff) | |
Update remarks on Linux-flavored procfs.
| -rw-r--r-- | share/man/man8/compat_linux.8 | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/share/man/man8/compat_linux.8 b/share/man/man8/compat_linux.8 index f2a20087656..8159780d950 100644 --- a/share/man/man8/compat_linux.8 +++ b/share/man/man8/compat_linux.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: compat_linux.8,v 1.43 2021/09/23 09:07:39 ryo Exp $ +.\" $NetBSD: compat_linux.8,v 1.44 2021/09/26 11:22:29 nia Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden .\" All rights reserved. @@ -29,7 +29,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 September 23, 2021 +.Dd September 26, 2021 .Dt COMPAT_LINUX 8 .Os .Sh NAME @@ -165,16 +165,23 @@ Mount procfs on .Nx using following command: .Bl -tag -width 123 -offset indent -.It $ mount_procfs -o linux procfs /emul/linux/proc +.It $ mount_procfs procfs /emul/linux/proc .El .Pp You can also set up your system so that procfs is mounted automatically on system boot, by putting an entry like the one below to .Pa /etc/fstab . .Bl -tag -width 123 -offset indent -.It procfs /emul/linux/proc procfs ro,linux +.It procfs /emul/linux/proc procfs ro .El .Pp +Note: +.Xr mount_procfs 8 +defaults to Linux flavored procfs since +.Nx 5.0 . +Ensure you do not mount procfs with +.Ar nolinux . +.Pp See .Xr mount_procfs 8 for further information. |
