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:
parent
7f70be18b4
commit
58f05c01d4
@ -244,11 +244,17 @@ the process current and maximum rlimit
|
|||||||
.It Pa /proc/curproc/status
|
.It Pa /proc/curproc/status
|
||||||
the process' current status
|
the process' current status
|
||||||
.El
|
.El
|
||||||
|
.Sh EXAMPLES
|
||||||
|
To mount a
|
||||||
|
.Nm
|
||||||
|
file system on
|
||||||
|
.Pa /proc :
|
||||||
|
.Pp
|
||||||
|
.Dl "mount -t procfs proc /proc"
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr mount 2 ,
|
.Xr mount 2 ,
|
||||||
.Xr sigaction 2 ,
|
.Xr sigaction 2 ,
|
||||||
.Xr unmount 2 ,
|
.Xr unmount 2 ,
|
||||||
.Xr mount_procfs 8 ,
|
|
||||||
.Xr procctl 8 ,
|
.Xr procctl 8 ,
|
||||||
.Xr pseudofs 9
|
.Xr pseudofs 9
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user