diff options
author | jasoni <jasoni@cvs.openbsd.org> | 2000-08-12 04:33:03 +0000 |
---|---|---|
committer | jasoni <jasoni@cvs.openbsd.org> | 2000-08-12 04:33:03 +0000 |
commit | 1bf8055c88860ef04e9b2e3cfb03e7a90a83febd (patch) | |
tree | bca803635bf44e4346db04284a9bd42d98d6c37b /sys/miscfs | |
parent | d07c94a246af7d865c84b5dbafb73edaf4da20b3 (diff) |
document cmdline.
Diffstat (limited to 'sys/miscfs')
-rw-r--r-- | sys/miscfs/procfs/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/miscfs/procfs/README b/sys/miscfs/procfs/README index 52bfe6ef43a..73dffba9f3b 100644 --- a/sys/miscfs/procfs/README +++ b/sys/miscfs/procfs/README @@ -1,4 +1,4 @@ -/* $OpenBSD: README,v 1.2 1997/02/24 14:21:56 niklas Exp $ */ +/* $OpenBSD: README,v 1.3 2000/08/12 04:33:02 jasoni Exp $ */ /* $NetBSD: README,v 1.4 1994/06/29 06:34:43 cgd Exp $ */ saute procfs lyonnais @@ -49,6 +49,9 @@ are: a multi-proc kernel would need to do some synchronisation. + cmdline - r/o. process command line parameters, separated + by NULLs + this then looks like: % ls -li /proc |