summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2006-05-19 00:23:29 +0000
committerrodrigc <rodrigc@FreeBSD.org>2006-05-19 00:23:29 +0000
commit99b97186f23a997e103a0f0741a03d1f126301c4 (patch)
tree07402e38a2b467f060f9a0fe35be15379bfff293
parent4516fb6dc1986d8e4ba13403b90ec79098d97782 (diff)
downloadFreeBSD-src-99b97186f23a997e103a0f0741a03d1f126301c4.zip
FreeBSD-src-99b97186f23a997e103a0f0741a03d1f126301c4.tar.gz
Remove reference to mount_procfs, which is no longer used by mount(8).
Add an example using "mount -t procfs".
-rw-r--r--share/man/man5/procfs.58
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man5/procfs.5 b/share/man/man5/procfs.5
index 6e740fb..8d85f95 100644
--- a/share/man/man5/procfs.5
+++ b/share/man/man5/procfs.5
@@ -244,11 +244,17 @@ the process current and maximum rlimit
.It Pa /proc/curproc/status
the process' current status
.El
+.Sh EXAMPLES
+To mount a
+.Nm
+file system on
+.Pa /proc :
+.Pp
+.Dl "mount -t procfs proc /proc"
.Sh SEE ALSO
.Xr mount 2 ,
.Xr sigaction 2 ,
.Xr unmount 2 ,
-.Xr mount_procfs 8 ,
.Xr procctl 8 ,
.Xr pseudofs 9
.Sh AUTHORS
OpenPOWER on IntegriCloud