Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95ec9ae2 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am bce3c0c7: Merge "Clarify init\'s write command."

* commit 'bce3c0c7':
  Clarify init's write command.
parents 70b5cb79 bce3c0c7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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