git: 9front

Download patch

ref: e615f0c4dc8ffb18a743b54da29ac2997129cfca
parent: 2875ba6105bdd0e37bd827e1c96870f75ea8e85d
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Jan 1 01:44:48 EST 2014

proc(3): the args file is writable, not read only (thanks qrstuv)

--- a/sys/man/3/proc
+++ b/sys/man/3/proc
@@ -136,10 +136,13 @@
 .IP \-
 the base and current scheduling priority, each 11 character numbers
 .PP
-The read-only
+The
 .B args
 file contains the arguments of the program when it was created by
 .IR exec (2).
+Writing to the
+.B args
+file will overwrite its contents.
 If the program was not created by
 .BR exec ,
 such as by
--