diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8 index 3cdc8c5cfcf8..0888de358586 100644 --- a/sbin/mount_procfs/mount_procfs.8 +++ b/sbin/mount_procfs/mount_procfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_procfs.8,v 1.28 2005/10/03 19:17:49 wiz Exp $ +.\" $NetBSD: mount_procfs.8,v 1.29 2007/02/02 00:54:19 alc Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -137,6 +137,11 @@ If the target process's current working directory is not available or is not at or below the current process's root directory, this link will point to .Dq / . +.It Pa fd/# +File descriptors which can be accessed through the file system. +See +.Xr fd 4 +for more information. .It Pa file A reference to the vnode from which the process text was read. This can be used to gain access to the process' symbol table, @@ -252,14 +257,16 @@ immediately after the call to exec (see .It Pa /proc/# .It Pa /proc/#/cmdline .It Pa /proc/#/ctl +.It Pa /proc/#/cwd .It Pa /proc/#/file +.It Pa /proc/#/fpregs .It Pa /proc/#/map .It Pa /proc/#/maps .It Pa /proc/#/mem .It Pa /proc/#/note .It Pa /proc/#/notepg .It Pa /proc/#/regs -.It Pa /proc/#/fpregs +.It Pa /proc/#/root .It Pa /proc/#/status .It Pa /proc/curproc .It Pa /proc/self @@ -271,8 +278,12 @@ mount option is used, the following files are also available: .Pp .Bl -tag -width /proc/meminfo -compact .It Pa /proc/#/exe +.It Pa /proc/#/stat .It Pa /proc/cpuinfo +.It Pa /proc/device .It Pa /proc/meminfo +.It Pa /proc/mounts +.It Pa /proc/uptime .El .Sh SEE ALSO .Xr mount 2 ,