summaryrefslogtreecommitdiffstats
path: root/init/readme.txt
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-07-25 10:39:41 -0700
committerElliott Hughes <enh@google.com>2014-07-25 14:57:47 -0700
commitafc08ce39235d0e3f1e63f30ee587f2a5952be44 (patch)
tree5b44baa65f0259473ec9eb8f28f3413a1efd7c85 /init/readme.txt
parent721f189a0571ab51388c8a223f343f3da78f28df (diff)
downloadsystem_core-afc08ce39235d0e3f1e63f30ee587f2a5952be44.zip
system_core-afc08ce39235d0e3f1e63f30ee587f2a5952be44.tar.gz
system_core-afc08ce39235d0e3f1e63f30ee587f2a5952be44.tar.bz2
Clarify init's write command.
Bug: https://code.google.com/p/android/issues/detail?id=73996 Change-Id: I4f8d3927d17a4021a2436c2859aa732479c5a118
Diffstat (limited to 'init/readme.txt')
-rw-r--r--init/readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/init/readme.txt b/init/readme.txt
index 613a9e9..26be536 100644
--- a/init/readme.txt
+++ b/init/readme.txt
@@ -257,9 +257,9 @@ wait <path> [ <timeout> ]
or the timeout has been reached. If timeout is not specified it
currently defaults to five seconds.
-write <path> <string> [ <string> ]*
- Open the file at <path> and write one or more strings
- to it with write(2)
+write <path> <string>
+ Open the file at <path> and write a string to it with write(2)
+ without appending.
Properties