diff options
| author | pooka <pooka@NetBSD.org> | 2009-02-24 12:45:37 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2009-02-24 12:45:37 +0000 |
| commit | 54db37b1cf6e9ce66c2bcc6840eb21e0353cf954 (patch) | |
| tree | beac6502a4eac6769c61ebd5839486d3a93c29be /sbin/mount_procfs | |
| parent | e075a1d038be60aa8163e0c7c7413d7a82115b72 (diff) | |
Note change with linux compat.
Diffstat (limited to 'sbin/mount_procfs')
| -rw-r--r-- | sbin/mount_procfs/mount_procfs.8 | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8 index 8e6e6e99804..3256697ca9c 100644 --- a/sbin/mount_procfs/mount_procfs.8 +++ b/sbin/mount_procfs/mount_procfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_procfs.8,v 1.33 2007/04/05 21:31:44 pooka Exp $ +.\" $NetBSD: mount_procfs.8,v 1.34 2009/02/24 12:45:37 pooka Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -34,7 +34,7 @@ .\" @(#)mount_procfs.8 8.3 (Berkeley) 6/1/94 .\" .\" -.Dd April 5, 2007 +.Dd February 24, 2009 .Dt MOUNT_PROCFS 8 .Os .Sh NAME @@ -61,21 +61,13 @@ at boot time. .Pp The options are as follows: .Bl -tag -width indent -.It Fl o -Options are specified with a -.Fl o -flag followed by a comma separated string of options. -See the -.Xr mount 8 -man page for possible generic options and their meanings. -Currently, one procfs-specific option is defined, the -.Cm linux -option. -This option enables a few extra features that are compatible -with the proc filesystem as implemented in Linux. -This option can be used if you run Linux binaries that need -Linux-specific features in the proc filesystem (see also -.Xr compat_linux 8 ) . +.It Fl o Cm nolinux +Do not support nodes which are not part of the original procfs +implementation but have been added for compatibility with the Linux +procfs namespace. +See +.Sx FILES +for more information. .El .Pp The root of the process filesystem |
