summaryrefslogtreecommitdiffstats
path: root/share/man/man5/linprocfs.5
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2006-05-19 00:22:45 +0000
committerrodrigc <rodrigc@FreeBSD.org>2006-05-19 00:22:45 +0000
commit4516fb6dc1986d8e4ba13403b90ec79098d97782 (patch)
tree4c437c1843a39e55369bce774f50a4b69a79b26c /share/man/man5/linprocfs.5
parent6dfe821fda7f367a34ab946b1b701e930004721b (diff)
downloadFreeBSD-src-4516fb6dc1986d8e4ba13403b90ec79098d97782.zip
FreeBSD-src-4516fb6dc1986d8e4ba13403b90ec79098d97782.tar.gz
Remove reference to mount_linprocfs, which is no longer used by mount(8).
Add an example using "mount -t linprocfs".
Diffstat (limited to 'share/man/man5/linprocfs.5')
-rw-r--r--share/man/man5/linprocfs.59
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man5/linprocfs.5 b/share/man/man5/linprocfs.5
index 2be3da3..0eecc17 100644
--- a/share/man/man5/linprocfs.5
+++ b/share/man/man5/linprocfs.5
@@ -12,6 +12,7 @@
.Bd -literal
linproc /compat/linux/proc linprocfs rw 0 0
.Ed
+.Pp
.Sh DESCRIPTION
The Linux process file system, or
.Nm ,
@@ -65,11 +66,17 @@ The executable image for the current process.
.It Pa /compat/linux/proc/self/mem
The complete virtual address space of the current process.
.El
+.Sh EXAMPLES
+To mount a
+.Nm
+file system on
+.Pa /compat/linux/proc :
+.Pp
+.Dl "mount -t linprocfs linproc /compat/linux/proc"
.Sh SEE ALSO
.Xr mount 2 ,
.Xr unmount 2 ,
.Xr procfs 5 ,
-.Xr mount_linprocfs 8 ,
.Xr pseudofs 9
.Sh HISTORY
The
OpenPOWER on IntegriCloud