am 95ec9ae2: am bce3c0c7: Merge "Clarify init\'s write command."
* commit '95ec9ae2c6bad929853c8e0574a354f2eda9604b': Clarify init's write command.
This commit is contained in:
commit
0b6f8974c9
|
@ -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…
Reference in New Issue