From 58f05c01d4d41fe53ec54e67c33e3b5e7d02efe8 Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Fri, 19 May 2006 00:23:29 +0000 Subject: [PATCH] Remove reference to mount_procfs, which is no longer used by mount(8). Add an example using "mount -t procfs". --- share/man/man5/procfs.5 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/share/man/man5/procfs.5 b/share/man/man5/procfs.5 index 6e740fb43ffa..8d85f955ec61 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