shithub: riscv

Download patch

ref: 18a50d04ac1587ad8119feffcc1fa9f7b9b90c6d
parent: 9a98f28f1e7a4960fcc24e12317265250795d99b
author: cinap_lenrek <[email protected]>
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