Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_procfs Add description of /proc/#/cmdline to moun...
details: https://anonhg.NetBSD.org/src/rev/107bb9921eba
branches: trunk
changeset: 474761:107bb9921eba
user: jlam <jlam%NetBSD.org@localhost>
date: Mon Jul 19 08:02:07 1999 +0000
description:
Add description of /proc/#/cmdline to mount_procfs.8.
Closes PR misc/8021.
diffstat:
sbin/mount_procfs/mount_procfs.8 | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 114583c8140b -r 107bb9921eba sbin/mount_procfs/mount_procfs.8
--- a/sbin/mount_procfs/mount_procfs.8 Mon Jul 19 05:20:15 1999 +0000
+++ b/sbin/mount_procfs/mount_procfs.8 Mon Jul 19 08:02:07 1999 +0000
@@ -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 @@
.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 @@
.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
Home |
Main Index |
Thread Index |
Old Index