diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2006-05-19 00:23:29 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2006-05-19 00:23:29 +0000 |
commit | 99b97186f23a997e103a0f0741a03d1f126301c4 (patch) | |
tree | 07402e38a2b467f060f9a0fe35be15379bfff293 /share/man/man5 | |
parent | 4516fb6dc1986d8e4ba13403b90ec79098d97782 (diff) | |
download | FreeBSD-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".
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/procfs.5 | 8 |
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 |