am 33d84874: am c353c912: Merge "Document mkdir behavioural change"

* commit '33d848742e0e401e556dce1ccec0e43d2288ab37':
  Document mkdir behavioural change
This commit is contained in:
Elliott Hughes 2015-03-15 22:34:16 +00:00 committed by Android Git Automerger
commit cbcc2e3b22
1 changed files with 2 additions and 1 deletions

View File

@ -205,7 +205,8 @@ loglevel <level>
mkdir <path> [mode] [owner] [group]
Create a directory at <path>, optionally with the given mode, owner, and
group. If not provided, the directory is created with permissions 755 and
owned by the root user and root group.
owned by the root user and root group. If provided, the mode, owner and group
will be updated if the directory exists already.
mount <type> <device> <dir> [ <flag> ]* [<options>]
Attempt to mount the named device at the directory <dir>