Add description of /proc/#/cmdline to mount_procfs.8.
Closes PR misc/8021.
This commit is contained in:
parent
ba0669d0b6
commit
b1e9d43575
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: mount_procfs.8,v 1.14 1999/03/24 06:30:34 mycroft Exp $
|
||||
.\" $NetBSD: mount_procfs.8,v 1.15 1999/07/19 08:02:07 jlam Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -81,6 +81,11 @@ references the current process.
|
||||
.Pp
|
||||
Each directory contains several files.
|
||||
.Bl -tag -width status
|
||||
.It Pa cmdline
|
||||
This file is readonly and returns null-terminated strings
|
||||
corresponding to the process' command line arguments. For
|
||||
a system or zonbie process, this file contains only a string
|
||||
with the name of the process.
|
||||
.It Pa ctl
|
||||
a writeonly file which supports a variety
|
||||
of control operations.
|
||||
@ -216,6 +221,7 @@ immediately after the call to exec (see
|
||||
.Sh FILES
|
||||
.Bl -tag -width /proc/curproc -compact
|
||||
.It Pa /proc/#
|
||||
.It Pa /proc/#/cmdline
|
||||
.It Pa /proc/#/ctl
|
||||
.It Pa /proc/#/file
|
||||
.It Pa /proc/#/map
|
||||
|
Loading…
Reference in New Issue
Block a user