diff options
| author | pooka <pooka@NetBSD.org> | 2007-02-24 15:45:43 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2007-02-24 15:45:43 +0000 |
| commit | be2ccdedfd46a3c1135525dcfcafe59509a52e47 (patch) | |
| tree | 46a35c79c5344c9fb1d70cd439e0d08b9900fdc8 /sbin/mount_procfs | |
| parent | ad0768d11ea6238349242742079eedd8192bad06 (diff) | |
proc/#/exe is now exposed for all mounts, move it away from linux-only
Diffstat (limited to 'sbin/mount_procfs')
| -rw-r--r-- | sbin/mount_procfs/mount_procfs.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8 index 79c3aa04c35..6e9a62ce9ae 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.30 2007/02/02 07:28:03 wiz Exp $ +.\" $NetBSD: mount_procfs.8,v 1.31 2007/02/24 15:45:43 pooka Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -34,7 +34,7 @@ .\" @(#)mount_procfs.8 8.3 (Berkeley) 6/1/94 .\" .\" -.Dd February 2, 2007 +.Dd February 24, 2007 .Dt MOUNT_PROCFS 8 .Os .Sh NAME @@ -258,6 +258,7 @@ immediately after the call to exec (see .It Pa /proc/#/cmdline .It Pa /proc/#/ctl .It Pa /proc/#/cwd +.It Pa /proc/#/exe .It Pa /proc/#/file .It Pa /proc/#/fpregs .It Pa /proc/#/map @@ -277,7 +278,6 @@ If the 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 |
