From afc08ce39235d0e3f1e63f30ee587f2a5952be44 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 25 Jul 2014 10:39:41 -0700 Subject: Clarify init's write command. Bug: https://code.google.com/p/android/issues/detail?id=73996 Change-Id: I4f8d3927d17a4021a2436c2859aa732479c5a118 --- init/readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init/readme.txt') diff --git a/init/readme.txt b/init/readme.txt index 613a9e957..26be536b4 100644 --- a/init/readme.txt +++ b/init/readme.txt @@ -257,9 +257,9 @@ wait [ ] or the timeout has been reached. If timeout is not specified it currently defaults to five seconds. -write [ ]* - Open the file at and write one or more strings - to it with write(2) +write + Open the file at and write a string to it with write(2) + without appending. Properties -- cgit v1.2.3