From e564dac2b32a4555d7a2d5304dc1581709ec9f4b Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Mon, 27 Mar 2017 12:55:33 -0700 Subject: [PATCH] init: Fix README.md for writepid writepid takes a list of space delimited files. Make this clear in the documentation, following the format for repeated fields used in the rest of the file. Test: N/A Change-Id: I5bbe453fcb54f060d3cc5a82e9b38d3091a1ece3 --- init/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/README.md b/init/README.md index 99522b95e..9114075e4 100644 --- a/init/README.md +++ b/init/README.md @@ -201,7 +201,7 @@ runs the service. `onrestart` > Execute a Command (see below) when service restarts. -`writepid ` +`writepid [ \* ]` > Write the child's pid to the given files when it forks. Meant for cgroup/cpuset usage. If no files under /dev/cpuset/ are specified, but the system property 'ro.cpuset.default' is set to a non-empty cpuset name (e.g.