Clarify init's write command.
Bug: https://code.google.com/p/android/issues/detail?id=73996 Change-Id: I4f8d3927d17a4021a2436c2859aa732479c5a118
This commit is contained in:
parent
721f189a05
commit
afc08ce392
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue