mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158743
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user