Remove reference to mount_procfs, which is no longer used by mount(8).

Add an example using "mount -t procfs".
This commit is contained in:
Craig Rodrigues 2006-05-19 00:23:29 +00:00
parent 7f70be18b4
commit 58f05c01d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158743

View File

@ -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