am bce3c0c7: Merge "Clarify init\'s write command."
* commit 'bce3c0c7bd55e26a5ad4da5257a9621756e15f10': Clarify init's write command.
This commit is contained in:
commit
95ec9ae2c6
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
|
or the timeout has been reached. If timeout is not specified it
|
||||||
currently defaults to five seconds.
|
currently defaults to five seconds.
|
||||||
|
|
||||||
write <path> <string> [ <string> ]*
|
write <path> <string>
|
||||||
Open the file at <path> and write one or more strings
|
Open the file at <path> and write a string to it with write(2)
|
||||||
to it with write(2)
|
without appending.
|
||||||
|
|
||||||
|
|
||||||
Properties
|
Properties
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue